Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Jan 2005 14:34:41 +0100
From:      Poul-Henning Kamp <phk@phk.freebsd.dk>
To:        current@freebsd.org
Subject:   SIGSTOP/SIGCONT problem ? (scheduler or make(1) ?)
Message-ID:  <21760.1104759281@critter.freebsd.dk>

next in thread | raw e-mail | index | archive | help

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.

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk@FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?21760.1104759281>