Mail Archives: djgpp/1997/05/26/11:16:25
On Mon, 26 May 1997, Hoogenraad, dr. J.H. wrote:
> Does anybody know how to switch this default-dump off (for all
> signals at once) ?
You can rewrite the library function that prints the dump so that it
doesn't print it. The library sources are freely available
(v2/djlsr201.zip, you need src/libc/go32/dpmiexcp.c, if memory serves).
Edit it, compile it, then say "ar rvs c:/djgpp/lib/libc.a dpmiexcp.o" and
that's all.
However, if you have enough motivation, I would suggest to investigate a
bit further and try to understand why, or at least at which point exactly,
does it crash during the dump. That way, not only will you yourself solve
your problem, but all the rest of DJGPP'ers will benefit too.
- Raw text -