If this isn't exactly what you wanted, please try our Search (there's a LOT of techy and non-techy stuff here about Linux, Unix, Mac OS X and just computers in general!):
From - Thu Aug 3 14:46:31 2000
Path: news.randori.com!news.sanjose1.Level3.net!Level3.net!paloalto-snh1.gtei.net!news.gtei.net!cyclone-transit.snfc21.pbi.net!132.147.128.45!hobbes.caldera.com!kauai!jls
From: jls@caldera.com (J. L. Schilling)
Newsgroups: comp.unix.sco.misc
Subject: Re: difference between "core dump" and "panic"
Date: 3 Aug 2000 13:18:39 GMT
Organization: SCO, Inc.
Lines: 28
Message-ID: <8mbrff$qdb$1@hobbes.caldera.com>
References: <8mbopu$kop$1@nnrp1.deja.com>
Reply-To: jls@caldera.com
NNTP-Posting-Host: kauai.newjersey.caldera.com
X-Newsreader: TIN [version 1.2 PL2]
Xref: news.randori.com comp.unix.sco.misc:63965
X-Mozilla-Status: 8010
X-Mozilla-Status2: 00000000
thush2@my-deja.com wrote:
: I need to know the difference (in troubleshooting) between "application
: core dump" (application creates core.<pid> file) and panic(entire
: memory image is copied to /dev/swap) ?
The first is just the failure of an individual process, while the second
is the failure of the whole OS.
: Need to know a way of seeing the contents of application core dump. ie
: core.<pid> file. Can it be traced thro' "crash" ?
Since it's probably an application-level problem, it's best to use the
application debugger. That's /usr/ccs/bin/debug with the -c option
to specify the core file name. You can then debug the program using
all of the regular debugger commands, with symbolic information as
well if your application was compiled with -g. The first commands
to use within the debugger would be "ps" (see what threads were
running), "stack -p all" (see where they were), and perhaps "map"
(see what's loaded where in memory).
Sometimes when you get a core dump it's not clear what application,
or what program within the application, created it. (You'll need
to specify the program name to the debugger as well.) There's
a "proc" utility for UnixWare 7 that will tell you this; I believe
it's available at http://www.caldera.com/skunkware/.
--
Jonathan Schilling SCO, Inc. jls@caldera.com
Enter your email address for automatic notification of new posts here
(be sure to whitelist 'feedburner.com' if you use spam filtering)
| Views for this page | ||||
|---|---|---|---|---|
| Today | This Week | This Month | This Year | Overall |
| 1 | 10 | 9 | 640 | 2,918 |
/Bofcusm/459.html copyright 1997-2004 (various authors) All Rights Reserved
Have you tried Searching this site?
Unix/Linux/Mac OS X support by phone, email or on-site: Support Rates
This is a Unix/Linux resource website. It contains technical articles about Unix, Linux and general computing related subjects, opinion, news, help files, how-to's, tutorials and more. We appreciate comments and article submissions.
Add your comments
comment on this page here