Tools: Debugging Native and Java Code with WDB

Page 78
Tools for
Debugging
© 2001 Hewlett-Packard Company
gdb
SIGBUS when Debugging, 5
Here is the Java Stack Trace that you can compare with the previous Native
Current Java thread:
"Receiver-17" prio=6 tid=0x002c6238 nid=43 lwp_id=27284 runnable
[0x667de000..0x667de478]
at java.net.SocketInputStream.socketRead
(Native Method)
at java.net.SocketInputStream.read
(Unknown Source)
at java.io.BufferedInputStream.fill
(Unknown Source)
at java.io.BufferedInputStream.read(Unknown Source)
- locked <0x6bc276b0> (a java.io.BufferedInputStream)
at java.io.DataInputStream.readUnsignedShort
(Unknown Source)
at java.io.DataInputStream.readUTF
(Unknown Source)
at java.io.DataInputStream.readUTF(Unknown Source)
at COM.volano.mby.ƺ(Unknown Source)
at COM.volano.mby.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)