Can I Debug jvm "core" dump file?

From: BlueDolphin (aliceliu106_at_yahoo.com)
Date: 09/18/04


Date: 18 Sep 2004 06:28:37 -0700

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