From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Fri, 26 Oct 2007 07:34:21 -0400 Subject: [U-Boot-Users] Bug in malloc()? In-Reply-To: <47211A27.1080703@freescale.com> References: <47211A27.1080703@freescale.com> Message-ID: <4721D0BD.4060200@ge.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Timur Tabi wrote: > I'm trying to get the very latest U-Boot running on an MPC8323E MDS, and U-Boot > hangs in the code to initialize the environment. Specifically, env_relocate() > calls malloc(), but malloc() never returns. > > Before I try to debug the malloc() code, I was hoping someone would have a clue > as to what the problem is. Sounds a lot like what Rune Torgersen was finding with the mpc8260 family. http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/32645/focus=32645 http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/32740 http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/32752/focus=32752 gvb