Date: Wed, 5 Nov 1997 11:47:36 +0200 (IST) From: Eli Zaretskii To: Roman Suzi cc: djgpp AT delorie DOT com Subject: Re: General Protection Fault interception vs. Checking stack In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 3 Nov 1997, Roman Suzi wrote: > My posting about Fighting Gen.Prot.Faults > was addressing the question is there any mechanism > in DJGPP to intercept GPEs, caused by stack overflow ? > > It seems, there is not any... Did you try to install a handler for the signal SIGSEGV, using the `signal' library function? If so, what did you see? > Possibly, existing DPMIs are not permitting to > intercept GPF of stack frame. What DPMI server did you use?