delorie.com/archives/browse.cgi | search |
Date: | Mon, 12 Jan 1998 15:21:38 +0100 |
From: | Jordi Pujalte Abraham <nafeafoa AT lettera DOT skios DOT es> |
Message-Id: | <199801121421.PAA29995@lettera.skios.es> |
To: | djgpp AT delorie DOT com |
Subject: | SIGSEGV handlers (or PAGE FAULT thru DPMI) |
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.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |