[MUD-Dev] Technical programming question (circular buffers & logging)

Chris Gray cg at ami-cg.GraySage.Edmonton.AB.CA
Thu Jul 15 22:33:04 CEST 1999


[Ben Greear:]

> Ok, got mine working pretty good.  One problem though.  I catch the SIGSEGV,
> so there is no core file.  Is there a way I can still get a core file as if
> it was not caught (and still catch it?)

Sure, call 'abort', which generates a SIGABORT, which is another signal
that generates a core file.

--
Don't design inefficiency in - it'll happen in the implementation.

Chris Gray     cg at ami-cg.GraySage.Edmonton.AB.CA
               http://www.GraySage.Edmonton.AB.CA/cg/



_______________________________________________
MUD-Dev maillist  -  MUD-Dev at kanga.nu
http://www.kanga.nu/lists/listinfo/mud-dev




More information about the mud-dev-archive mailing list