Tools: Debugging Native and Java Code with WDB
Page 36
Tools for
Debugging
© 2001 Hewlett-Packard Company
gdb
Where am I? Thread Helper
(gdb) thr 2
(gdb) bt
Thread 2 (system thread 26767):
#0 0x6ffad8d0 in __ksleep () from /usr/lib/libc.2
#1 0x6fc73298 in _lwp_cond_timedwait () from /usr/lib/libpthread.1
#2 0x6fc72fd4 in pthread_cond_wait () from /usr/lib/libpthread.1
#3 0x6f8e8328 in thread_helper ()
from /opt/java1.3/jre/lib/PA_RISC2.0/server/libjvm.sl
#4 0x6fc74db0 in __pthread_create_system () from /usr/lib/libpthread.1