Wes Peters <[EMAIL PROTECTED]> writes:
> [EMAIL PROTECTED] wrote:
> >
> > On Tue, 8 Aug 2000, Nicolas Leonard wrote:
> >
> > > I would like to generate a core dump 'explicitly' in
> > > my program. How can that be done ?
> >
> > Call abort(3)
>
> If you want to coredump it "interactively", hit your QUIT character
> (usually ^\). To do the same from another tty, or to a background or
> daemon process, send it a QUIT signal with kill(1).
also, man gcore
Cyrille.
--
home: mailto:[EMAIL PROTECTED] work: mailto:[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message