Mail Archives: djgpp/1993/11/04/13:19:12
> Are there any plans to add signal support in 1.11, or in a latter version. I
> could make use of such. The main signal I want to trap is SIGSEGV. I want to
> make sure that certain thing get closed up, event if there is a fault in the
> program (like kick the screen back into text mode so I can see the error
> (currently not using a .DRV)).
1.11 allows you to trap the timer interrupt and a few other real-mode
interrupts, but segv isn't a real interrupt in djgpp - it's generated
synthetically by go32. There currently isn't a way to trap it.
- Raw text -