LSTSRV-L Archives

LISTSERV Site Administrators' Forum

LSTSRV-L

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Topic: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Valdis Kletnieks <[log in to unmask]>
Thu, 20 Jan 2000 01:51:27 -0500
text/plain (22 lines)
On Thu, 20 Jan 2000 00:05:23 +0100, Eric Thomas <[log in to unmask]>  said:
> > Sort CORE size    2048
>
> I'm not sure what the units are, but if you want to find out why it disappears
> without leaving a core file, you should start by setting this to -1 (assuming this
> means unlimited here as well) or otherwise seeing to it that a core file is allowed.
> I mean, if this setting means 2M you can rest assured that you will never get a

Actually, by default, AIX only dumps the stack segment, which means
that the average core file is 20K or so.  The program's text segment
isn't dumped, and neither is the data segment.  This results in a
small, quick dump that has enough information to be able to do a
'where' in dbx after the fact (although general variable dumping
after the fact isn't possible).  IBM's theory is that 95% of the
time, you just want 'where', and if you need more information than
that, it's time to run the program under dbx control so you can
debug interactively.

                                Valdis Kletnieks
                                Operating Systems Analyst
                                Virginia Tech

ATOM RSS1 RSS2