Current-Users archive

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

Re: Recent changes to make breaking tools?



On Fri, Feb 15, 2008 at 05:17:52PM +0000, Patrick Welche wrote:
> 
> process 4322:
> #0  0xbbb20c97 in read () from /usr/lib/libc.so.12
> #1  0x0804f185 in Job_TokenWithdraw ()
> #2  0x0805630c in MakeStartJobs ()
> #3  0x0805673a in Make_Run ()
> #4  0x08054fc7 in main ()

That is 'normal' for part of make that has hit the -j limit on the
number of jobs.

> The others:
> #0  0xbbb20cf7 in poll () from /usr/lib/libc.so.12
> #1  0x080510c7 in Job_CatchOutput ()
> #2  0x08056735 in Make_Run ()
> #3  0x08054fc7 in main ()

And that would be waiting to relay job output and catch child exits
(the signal handler writes to a pipe).

I just got a '[1]   Bus error (core dumped)'
and 'nbmake: Child (15650) status 8a00 not in table?'

xtos broke something badly :-)

        David

-- 
David Laight: david%l8s.co.uk@localhost


Home | Main Index | Thread Index | Old Index