One of our J2EE program crashed periodly, and some core files were
generated.
In the core dump file, shows memcpy triggers "Unexpected Signal 11"
error. This happens consistantly. But that only shows assembly, and I
believe the final fail point is in C library.
Just wondering whether there is some tools, like JProbe, to read the
core file, and show the stack trace up to java class level?
Thanks
Mouloud Samadi - 19 Sep 2004 02:13 GMT
On unix you can use dbx and gdb tools. gdb is a freeware (GNU) and can be
downloaded.
signal 11 = segmentation fault. Yes I agree that the fail is in a C library.
(null pointer ??)
Hope this helps...
> One of our J2EE program crashed periodly, and some core files were
> generated.
[quoted text clipped - 7 lines]
>
> Thanks