On Fri, Aug 06, 1999 at 05:25:42PM +0200, Boyle, Martin mentioned:
> 'Lo all.
>> Any apps / hints / tricks to getting relevant information out of core files.
> Linux & any other unixes.
>> A good link to info would be best as I can't find one myself.
In general, if you aren't a decent developer, they aren't much good.
$ file core
will tell you what program made it.
$ gdb
(gdb) core core
<gdb will print stuff to tell you it's loading the core file>
(gdb) where
<gdb will print what functions it called, before it crashed>
If you have compiled the program with -g , you can tell what line in the
program you crashed at & stuff, with "where". Typing "list" will list the
source code at the part it crashed at.
Kate
--
Microsoft - the best reason in the world to drink beer
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!