wuhailinjerry / edb-debugger

Automatically exported from code.google.com/p/edb-debugger
GNU General Public License v2.0
0 stars 0 forks source link

Unknown Signal Recieved! 5 while debug #78

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello!

I started my application. Application is FireFox which opens the web page with 
Java-applet. Applet uses my native library through JNI. I need to debug this 
native library.
I attached EDB to Java-process, found my function in this native library and 
set breakpoint at this function. But when process reaches this breakpoint 
Java-console closes, and I see in terminal window: Unknown Signal Recieved!  5.
What's wrong?
GDB in the same situation breaks normally, but it is not suitable.

I use: Debian 5.0.4 2.6.32 KDE 4.4

Thanks.

Original issue reported on code.google.com by evan.teran on 3 Oct 2012 at 3:21

GoogleCodeExporter commented 9 years ago

Original comment by evan.teran on 3 Oct 2012 at 4:55