From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Date: Thu, 15 Mar 2012 16:52:58 +0100 Subject: [Buildroot] core file In-Reply-To: <486BF3F63CBA4E08B41FE14F46199C39@JohanW7> References: <20120315080021.24349b77@skate> <20120315141929.1b885c74@skate> <486BF3F63CBA4E08B41FE14F46199C39@JohanW7> Message-ID: <20120315165258.3aec835e@skate> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Le Thu, 15 Mar 2012 15:36:35 +0100, "Sagaert Johan" a ?crit : > This is the result from a run with no debug symbols Yeah, but then it's useless. You should build curl and libcurl with debugging symbols, and the C library without. But it's unfortunately not easy to do with Buildroot. > Also tested using ARM926t instead of the Generic Arm, but this makes no difference. (arm926t = Thumb ?) The T is to say that Thumb is supported, but unless you specify -mthumb in the flags, it's still ARM code that gets generated. > Since libdl is the last one, could this one be the one causing the segfault ? No, it's just the last shared library that gets loaded, nothing to do with the reason of the crash. > Core was generated by `curl'. > Program terminated with signal 11, Segmentation fault. > #0 0x00000000 in ?? () So it crashes that early? Strange. Can you put your root filesystem image somewhere online? Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com