RSS Feed for This PostCurrent Article

Java Core Dump File Analysis

Here are various tools to analyze core dump file under different platforms.

  • Solaris – dbx or gdb

  • Linux – gdb

  • HP-UX – gdb or adb

  • AIX – gdb

  • Windows – Dr. Watson or WinDbg

or use pstack or pmap

Read more details here.

Reference

http://stackoverflow.com/questions/114236/solaris-core-dump-analysis

http://cuddletech.com/blog/pivot/entry.php?id=965

http://www.sun.com/bigadmin/features/articles/java_se6_observability.jsp

http://www.alphaworks.ibm.com/tech/jca

 http://docs.hp.com/en/5992-1918/ch04.html

http://blogs.msdn.com/tess/


Trackback URL


Sorry, comments for this entry are closed at this time.