Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Core file analysis
Name: mennen Date: December 30, 2003 at 08:51:01 Pacific OS: Solaris CPU/Ram: Sun Blade 150
Comment:
Hello all-
I am looking for a good application that would help with analysis of core dumps on our systems. Does anyone know of a tool that would be good with this kind of task? Thank you.
Name: gsingh Date: January 5, 2004 at 23:45:46 Pacific
Reply:
If you have Forte SunWorkShop 6.0 installed then give following command in same folder where core file is generated: - ws&
The above command will popup WorkShop window, for debugging core file select Debug->Load Core File.
Provide the name of application which generated the core file and path of core file and press OK button. This will take the control to code which caused core generation.
Summary: I don't think there is a limit (we had a server here that was crashing and dumping every 11.5 hours, and it just filled up its filesystem with vmcores). You can use /usr/sbin/dumpadm to set a minfree...
Summary: Hello! I have one problem with core dumps on Solaris. When application crashes, system generate short core dump (only 6k...15k denpens on app size). ulimit -a gives: core file size (blocks) unlimi...
Summary: Hi All, Want to check, is it safe to remove the vmcore files under /var/crash/ especially that the modification date of that files after issuing ls -l show an old date ? ...