[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).

-- 
            "Where am I, and what am I doing in this handbasket?"

Wes Peters                                                         Softweyr LLC
[EMAIL PROTECTED]                                           http://softweyr.com/


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to