public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Signal/gdb oddity in 2.5.61
@ 2003-02-16 19:15 Russell King
  2003-02-16 22:10 ` Daniel Jacobowitz
  0 siblings, 1 reply; 11+ messages in thread
From: Russell King @ 2003-02-16 19:15 UTC (permalink / raw)
  To: linux-kernel, Linus Torvalds

Hi,

I'm seeing some weird behaviour with signal handling/gdb on 2.5.61:

[root@assabet /root]$cat /dev/zero > /dev/null &
[1] 132
[root@assabet /root]$gdb /bin/cat    
GNU gdb 5.0
Copyright 2000 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "armv4l-rmk-linux"...(no debugging symbols found)...
(gdb) attach 132
Attaching to program: /bin/cat, Pid 132
Reading symbols from /lib/libc.so.6...(no debugging symbols found)...done.
Loaded symbols for /lib/libc.so.6
Reading symbols from /lib/ld-linux.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/ld-linux.so.2
0x20027a0 in _IO_putc ()
(gdb) stepi

Program received signal SIGSTOP, Stopped (signal).
0x20027a0 in _IO_putc ()
(gdb) 
0x20027a4 in _IO_putc ()
(gdb) 
0x4008d154 in putc () from /lib/libc.so.6
(gdb) quit

Notice the "Program received signal SIGSTOP".

Asking for the process list via <sysrq>t shows the following after
attaching gdb:

cat           T C023CE94 3263624   132    135                     (NOTLB)
[<c023cb98>] (schedule+0x0/0x3a0)
			from [<c024d020>] (get_signal_to_deliver+0x1c0/0x3e4)
[<c024ce60>] (get_signal_to_deliver+0x0/0x3e4)
			from [<c0226a00>] (do_signal+0x5c/0x13c)
[<c02269a4>] (do_signal+0x0/0x13c)
			from [<c0226b10>] (do_notify_resume+0x30/0x34)
[<c0226ae0>] (do_notify_resume+0x0/0x34)
			from [<c0222350>] (work_pending+0x1c/0x28)

and after the first stepi:

cat           T C023CE94 3263624   132    135                     (NOTLB)
[<c023cb98>] (schedule+0x0/0x3a0)
			from [<c024cbb4>] (finish_stop+0xb0/0xc8)
[<c024cb04>] (finish_stop+0x0/0xc8)
			from [<c024ce54>] (do_signal_stop+0x288/0x294)
[<c024cbcc>] (do_signal_stop+0x0/0x294)
			from [<c024d184>] (get_signal_to_deliver+0x324/0x3e4)
[<c024ce60>] (get_signal_to_deliver+0x0/0x3e4)
			from [<c0226a00>] (do_signal+0x5c/0x13c)
[<c02269a4>] (do_signal+0x0/0x13c)
			from [<c0226b10>] (do_notify_resume+0x30/0x34)
[<c0226ae0>] (do_notify_resume+0x0/0x34)
			from [<c0222350>] (work_pending+0x1c/0x28)

subsequent stepi's appear as per the first trace above.

-- 
Russell King (rmk@arm.linux.org.uk)                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2003-02-17  2:52 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <Pine.LNX.4.44.0302161117370.2874-100000@home.transmeta.com>
2003-02-16 22:28 ` Signal/gdb oddity in 2.5.61 Roland McGrath
2003-02-16 23:27   ` Daniel Jacobowitz
2003-02-16 23:44     ` Linus Torvalds
2003-02-17  1:00     ` Roland McGrath
2003-02-17  2:34       ` Jeff Dike
2003-02-17  3:02       ` Daniel Jacobowitz
2003-02-16 19:15 Russell King
2003-02-16 22:10 ` Daniel Jacobowitz
2003-02-16 22:14   ` Russell King
2003-02-16 22:21     ` Daniel Jacobowitz
2003-02-16 22:28       ` Russell King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox