[5413] in testers

home help back first fref pref prev next nref lref last post

Re: GCC 3.2.2

daemon@ATHENA.MIT.EDU (Kev)
Tue May 20 18:04:00 2003

Message-Id: <200305202203.SAA07700@multics.mit.edu>
To: "Omri Schwarz" <ocschwar@MIT.EDU>
cc: testers@MIT.EDU
In-Reply-To: Your message of "Tue, 20 May 2003 17:42:41 EDT."
             <200305202142.RAA14893@alice-whacker.mit.edu> 
Date: Tue, 20 May 2003 18:03:57 -0400
From: Kev <klmitch@MIT.EDU>

> Program received signal SIGINT, Interrupt.
> 0xffffe002 in ?? ()
> (gdb) where
> #0  0xffffe002 in ?? ()
> #1  0x0804834a in main () at test.c:8
> #2  0x420156a4 in __libc_start_main () from /lib/tls/libc.so.6
> (gdb) q
> The program is running.  Exit anyway? (y or n) y
> 
> Something is very wrong here.

Nope, this is exactly what's supposed to happen.  GDB breaks before the
signal is processed by the program.  If you did a "continue" here, the
program would process the SIGINT and exit.
-- 
Kevin L. Mitchell <klmitch@mit.edu>


home help back first fref pref prev next nref lref last post