:Matt Dillon <[EMAIL PROTECTED]> writes:
:> I need something gdb can latch on to. If the program exits all the state
:> required to debug the problem goes away.
:
:abort() doesn't exit, it sends a SIGABRT which is caught by gdb.
:
:/assar
True, except abort() does some really stupid things like close all
open streams... it doesn't leave the resulting core file in a debuggable
state half the time. In otherwords, it is useless.
-Matt
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
- Re: Why not another style thread? (was Re: cvs commit: sr... Matt Dillon
- Re: Why not another style thread? (was Re: cvs commi... Aled Morris
- Re: Why not another style thread? (was Re: cvs c... Assar Westerlund
- Re: Why not another style thread? (was Re: c... Peter Seebach
- Re: Why not another style thread? (was R... Assar Westerlund
- Re: Why not another style thread? (was Re: c... Matt Dillon
- Re: Why not another style thread? (was R... Assar Westerlund
- Re: Why not another style thread? (... Matt Dillon
- Re: Why not another style thread? (was Re: cvs c... Peter Seebach

