Date: Mon, 1 Jul 2002 00:14:17 -0700 From: Bill Huey <billh@gnuppy.monkey.org> To: Wesley Morgan <morganw@chemikals.org> Cc: Julian Elischer <julian@elischer.org>, Michael Nottebrock <michaelnottebrock@gmx.net>, freebsd-current@FreeBSD.ORG, Bill Huey <billh@gnuppy.monkey.org> Subject: Re: Post-KSE disaster with libc_r Message-ID: <20020701071417.GA2208@gnuppy.monkey.org> In-Reply-To: <20020701024638.X11550-100000@volatile.chemikals.org> References: <Pine.BSF.4.21.0206302318440.88707-100000@InterJet.elischer.org> <20020701024638.X11550-100000@volatile.chemikals.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jul 01, 2002 at 02:59:09AM -0400, Wesley Morgan wrote: > 2723 kdeinit CALL gettimeofday(0x28e94ab8,0) > 2723 kdeinit RET gettimeofday 0 > 2723 kdeinit CALL wait4(0xffffffff,0,0x1,0) > 2723 kdeinit RET wait4 2724/0xaa4 > 2723 kdeinit CALL poll(0x8059000,0x1,0) > 2723 kdeinit RET poll 1 > 2723 kdeinit PSIG SIGSEGV SIG_DFL > 2723 kdeinit NAMI "kdeinit.core" > > Both the kdeinit and a child it forks are dying... Setting a breakpoint of > fork() in the binary shows: That's almost definitely the same problem I'm running into with the JVM, however it registered itself has an infinite hang since SEGV deliveries are turned off when inside in a crashing/SEGVing libc_r thread-kernel. bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020701071417.GA2208>