Date: Mon, 12 Jan 1998 15:21:38 +0100 From: Jordi Pujalte Abraham Message-Id: <199801121421.PAA29995@lettera.skios.es> To: djgpp AT delorie DOT com Subject: SIGSEGV handlers (or PAGE FAULT thru DPMI) Precedence: bulk I'm writing a custom handler for signal SIGSEGV. To install it, I use a function that hooks the signal handler to a custom func (I can't remember the name, but is on the standard libraries). My custom func, as expected by the libs, returns an integer, but I don't know what this int means. HLP! I also tried to hook the exception vector through DPMI, but the standard signal handler intercepts all page faults so I'm really stuck with this.