From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Thu, 04 Oct 2012 16:56:46 +0200 Subject: [U-Boot] env default -f -a crash with 2012.10-rc2 Message-ID: <506DA3AE.4050705@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, "env default -f -a" crashes on ARM with last tree. The reason is due to commit commit b64b7c3df7906342ca8abe8ae31c0c12ced3f401 Author: Gerlando Falauto Date: Fri Aug 24 00:11:41 2012 +0000 env: make "env default" selective, check and apply that calls set_env_default() with do_apply=1. Really the crash happens in lib/hashtable.c due to changes in 152874b65b8060e7b026933ce332a9687256e28c: commit 152874b65b8060e7b026933ce332a9687256e28c Author: Gerlando Falauto Date: Fri Aug 24 00:11:40 2012 +0000 env: check and apply changes on delete/destroy Signed-off-by: Gerlando Falauto Reviewed-by: Marek Vasut if (do_apply && htab->apply != NULL) { /* deletion is always forced */ htab->apply(ep->key, ep->data, NULL, H_FORCE); } When htab->apply is called in hdestroy_r, it crashes. Has anybody see the same issue ? Gerlando, what do you think about it ? Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================