bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: INTERNAL: Exiting with 2 jobserver tokens available; should be 5!


From: Paul Smith
Subject: Re: INTERNAL: Exiting with 2 jobserver tokens available; should be 5!
Date: Wed, 09 Nov 2016 15:58:46 -0500

On Wed, 2016-11-09 at 22:42 +0200, Jaak Ristioja wrote:
> I have no ARM experience myself. I don't even know where to look for
> ABI
> documentation. This is the best I can currently get from the core:
> 
> (gdb) thread apply all bt full
> 
> Thread 1 (LWP 15210):
> #0  0x0d33b0bc in ?? ()
> No symbol table info available.
> #1  <signal handler called>
> No symbol table info available.
> #2  0x64a2a8b0 in strlen () from /lib/libc.so.6
> No symbol table info available.
> #3  0x0d340370 in concat ()
> No symbol table info available.
> #4  0x0d680d34 in ?? ()
> No symbol table info available.
> Backtrace stopped: previous frame identical to this frame (corrupt
> stack?)

You won't need any ABI docs.  This is a good first step, but if you can
rebuild GNU make with debugging (-g) and without optimization (-O0) you
will hopefully get a much more interesting and useable core.  I'm
assuming, although I'm not familiar with working on ARM.

It looks like somewhere in the GNU make code we're passing an invalid
pointer to strlen(); either NULL or pointing to invalid memory of some
kind.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]