Mail Archives: djgpp/1998/01/12/09:50:17
On Mon, 12 Jan 1998, Peter Palotas wrote:
> I guess there isn't a portable way of doing this, i.e. a way that would
> work with GCC under Linux too?? (If not, do you know how to do this under
> Linux?)
Generally, in Unix-like systems you don't print a traceback, you generate
a core dump. The core file includes much more info than a traceback,
since you can explore it with a debugger as if it were a running program.
I don't know how to generate a core file without aborting.
- Raw text -