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 14:44:02 -0500

On Wed, 2016-11-09 at 21:31 +0200, Jaak Ristioja wrote:
> I'm attaching[*] the core and the binaries for 4.2.1, but I don't
> know how to debug it myself.

It's unlikely anyone here will be able to help debug a random ARM core
file (for sure I can't).  At the very least we would need a stacktrace
from the core to even begin to look at this.

You, or someone who can reproduce the problem, need to install gdb on
your system, and run:

  gdb -c core make

then run the "bt" command to get a backtrace.  You can choose a frame
with "fr <N>" where <N> is the frame number, and print the value of
variables with "p <varname>", or "p *<varname>" if it's a pointer and
you want to see what it points to.



reply via email to

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