Date: Mon, 03 Jan 2005 10:25:32 -0700 From: Scott Long <scottl@freebsd.org> To: Poul-Henning Kamp <phk@phk.freebsd.dk> Cc: current@freebsd.org Subject: Re: SIGSTOP/SIGCONT problem ? (scheduler or make(1) ?) Message-ID: <41D9800C.8060202@freebsd.org> In-Reply-To: <21760.1104759281@critter.freebsd.dk> References: <21760.1104759281@critter.freebsd.dk>
next in thread | previous in thread | raw e-mail | index | archive | help
Poul-Henning Kamp wrote: > I ran a "make -j 48" on my testbox and suspended the task after > a while so I could start systat(1) > > ===> usr.sbin/sysinstall (obj,build-tools) > ===> gnu/usr.bin/cc/cc_tools (obj,depend,all) > *** Stopped -- signal 18 > Child (25164) not in table? > warning: structure `reg_info_def' used but not defined > warning: structure `basic_block_def' used but not defined > warning: structure `answer' used but not defined > warning: structure `cpp_macro' used but not defined > warning: structure `reg_info_def' used but not defined > warning: structure `basic_block_def' used but not defined > warning: structure `answer' used but not defined > warning: structure `cpp_macro' used but not defined > couldn't resume gencodes.o: No such process > *** Signal 1 > 1 error > > Doesn't look right to me, but I'm not sure if the scheduler or make(1) > is to blame. > I've had problems recently with SIGSTOP not being honored while compiling files. Probably what happened here is that gcc continued on its merry way and exited when it was done compiling gencodes.o. Unfortunately I don't have much more debugging information to offer here. Scott
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41D9800C.8060202>