does java 6 generate thread dump in addition to heap dump (java_pid14941.hprof) this is what happened to one of my applications.
I need to now when does jvm produce 开发者_运维技巧hprof dumps other than out of memory situations.
If I use a class/method like the one described here how can I get the description/address of the call at the top of the stack?
I\'m trying to run gpg from my php script using exec(). But it chashes with segmentation fault: \"gpg: Segmentation fault caught ... exiting\"
I\'m trying to use symbolicatecrash, and having interesting results. A coworker built our distribution build on another machine, so he sent me the dSYM file. After running the symbolicatecrash file fo
Our Tomcat server terminated unexpectedly. (It runs as a windows service; the system event log shows an error: Event ID 7034).
I\'m trying desparately to debug an application I\'m trying to release. It was created on Win7 x64, and also runs fine on Win x32, but not on XP (Don\'t have Vista to test).
Mozilla has http://crash-stats.mozilla.com Do other vendors have such a site? Is it possible to see crash stat开发者_运维问答s for a particular url/domain?Mozilla is the only where I know that such a
A production server has an application running 24x7, and sometimes it starts consuming near 50% of CPU. I couldn\'t reproduce it locally, but I did a Memory Dump with adplus.
I have a C# application which crashes sometimes for unknown reason. Therefore, I want to find the crash dump file but it does not exist. I also wrote a small application which provokes a DivideByZero