I got several core.xxxxxx fiels,but<br>
process xxxxxx already died when i saw core.xxxxxxx file<br>
,so I wnat to know how can I get infoemation from<br>
core.xxxxxx file ?what process or daemon cause core.xxxxxx<br>
file.<br>
thanks and RGDS<br>
I used to use a symbolic debugger on a dynix/ptx system that gave me a list of all kinds of good stuff from a core file.<br>
<br>
Have a look for something called sdb<br>
<br>
Mike<br>
<p>Mike Lacey<br><a href=mailto:Mike_Lacey@Cargill.Com>Mike_Lacey@Cargill.Com</a><br><a href=
<br>"file core.xxxxxx" should tell you what command created<br>the core file, if that's all you need. Otherwise use<br>crash, adb, or something similar to examine the core file.<br><br><br><br>
A core file is an image of a process that has been terminated in certain ways. Normaly seen after a process crashes. It contains information about what was going on with that process and it's system resources at the time of the crash to assist with diagnostics. <br>
As well as the afore mentioned tools you could also try the "strings" command which should pull out any readable text. <br>
Note, check for any error reports on the system console at the time of the core file creation, this may give you an address that can be checked in the core file. <p>Ged Jones<br><a href=mailto:gedejones@hotmail.com>gedejones@hotmail.com</a><br><a href= > </a><br>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.