--- Russell Shaw <rjshaw@netspace.net.au> wrote: > What's the best way to force a core-dump from my own > code? > (I couldn't find much on the net) Doesn't a SIGABRT (kill -6) force a core dump? HTH, -larry