Thanks for yor reply. Yes, that started the program. This is my testing program, but if I have a real program, I cannot reproduce the problem easily by simply re-run it because there could be thousands of inputs and I don't know where and h...
http://www.unix.com/unix-advanced-expert-users/19128-ho...
Core dump - Wikipedia, the free encyclopedia
In computing, a core dump consists of the recorded state of the working memory of a computer program at a specific time, generally when the program has terminated abnormally (crashed). In practice, ...
en.wikipedia.org/wiki/Core_dump
We plan to open 2010 (7DA), The Year of Dump Analysis, with the publication of a gigabyte. ... - 45 new crash dump analysis patterns; - Pattern interaction and case studies; - Updated checklist; - Fully cross-referenced with Volume 1; - New appendixes...
www.dumpanalysis.org/ www.dumpanalysis.org/
Core dump analysis with crash ... The crash utility can be used to perform some elementary core dump analysis. ... Invoke crash on a crash dump with the command crash -d vmcore.# -n unix.#.
www.princeton.edu/~unix/Solaris/troubleshoot/crashcore.... www.princeton.edu/~unix/Solaris/troubleshoot/crashcore.html
If you are having trouble getting a core dump, see the savecore page. ... Several useful pieces of information can be found by running strings on the vmcore.# file and piping it through more or grep: strings vmcore.# | more. In particular, this will tell you the architecture of the system and the OS level.
www.princeton.edu/~unix/Solaris/troubleshoot/coreanal.h... www.princeton.edu/~unix/Solaris/troubleshoot/coreanal.html
Subject: Re: Regarding core dump analysis ... But you can use a debugger like gdb on the core file. eg gdb my-exename core then you just use gdb normally except for the execution controling functions like step run etc... James On Thu, 25 Sep 2003, Senthil Kumar R wrote: > ... Next by thread: Re: Re: Regarding core dump analysis...
mail.nl.linux.org/kernelnewbies/2003-09/msg00305.html
Subject: Re: Re: Regarding core dump analysis ... But you can use a debugger like gdb on the core file. eg gdb my-exename core then you just use gdb normally except for the execution controling functions like step run etc... James On Thu, 25 Sep 2003, Senthil Kumar R wrote: > Hi, > I have 2 doubts...
mail.nl.linux.org/kernelnewbies/2003-09/msg00309.html
I use pstack to analyze core dump files in Solaris ... It seems that the question is not related to system crashes as the links provided in this answer, but to process core analysis (use of pstack). – philippe Sep 22 '08 at 12:52...
stackoverflow.com/questions/114236/solaris-core-dump-an... stackoverflow.com/questions/114236/solaris-core-dump-analysis
For a fast problem determination you can execute the following steps. dbx program core |tee /tmp/dbx.out Type 'help' for help. ... reading symbolic information ...warning: no source compiled with -g (dbx) [using memory image in core] (dbx) thread thread state-k wchan state-u k-tid mode held scope function $t1 run blocked u...
www.sdsc.edu/~hocks/aix.dbx.html
Gather and interpret kernel core dumps to a probable cause using the system adb and kadb macros ... Create adb and kadb macros to aid and simplify kernel core dump analysis ... Follow an organized approach in analyzing kernel core dumps...
suned.sun.com/Portal/US/46/ST-370.html
Related Topics
Definitions