Subject: Re: gdb can crash my system (lwp related)
To: Nathan J. Williams <nathanw@wasabisystems.com>
From: Matthias Drochner <M.Drochner@fz-juelich.de>
List: tech-kern
Date: 02/08/2003 00:06:08
nathanw@wasabisystems.com said:
> I think I've fixed this with rev 1.133 of kern_sig.c and 1.80 of
> sys_process.c
I was just going to write you a mail about this...
I don't get a panic anymore.
What is still strange is that I get the signal reported twice
in gdb:
(gdb) r
Starting program: /home/drochner/ccbug/./a.out
Program received signal SIGUSR1, User defined signal 1.
0x4807706f in _sys___sigsuspend14 () from /usr/lib/libc.so.12
(gdb) c
Continuing.
Program received signal SIGUSR1, User defined signal 1.
0x4807706f in _sys___sigsuspend14 () from /usr/lib/libc.so.12
(gdb) c
Continuing.
Program terminated with signal SIGUSR1, User defined signal 1.
The program no longer exists.
(gdb)
Needs some investigation...
Anyway - really great what you are accomplishing!
best regards
Matthias