[Bug 66115] attach to multithreaded process does not show threads in Frame Stack
Thiago Macieira
thiagom at mail.com
Fri Oct 17 00:16:09 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=66115
------- Additional Comments From thiagom at mail.com 2003-10-17 00:15 -------
Can't confirm your behaviour:
$ gdb /usr/local/kde3/bin/kdeinit
GNU gdb 5.3
[...]
(gdb) attach 131801
[...]
Reading symbols from /lib/libpthread.so.0...done.
[New Thread 16384 (LWP 131801)]
[New Thread 32769 (LWP 131802)]
[New Thread 16386 (LWP 131803)]
Loaded symbols for /lib/libpthread.so.0
[...]
0x415590e1 in select () from /lib/libc.so.6
(gdb) info threads
3 Thread 16386 (LWP 131803) 0x414b0f56 in sigsuspend () from /lib/libc.so.6
2 Thread 32769 (LWP 131802) 0x41557173 in poll () from /lib/libc.so.6
1 Thread 16384 (LWP 131801) 0x415590e1 in select () from /lib/libc.so.6
(I made all non-trivial KDE applications multithreaded)
More information about the KDevelop-devel
mailing list