discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Printing not working at all...


From: Richard Frith-Macdonald
Subject: Re: Printing not working at all...
Date: Fri, 15 Jul 2016 14:56:31 +0100

> On 15 Jul 2016, at 14:42, Riccardo Mottola <riccardo.mottola@libero.it> wrote:
> 
> 
> Richard, do you have a clue why we crash inside NSCountFrames() when 
> allocating the exception??

That's quite common; when the stack is corrupt (and possibly in some other 
circumstances on older systems), the function to count the stack frames will 
segmentation fault.
The stack frame unwindiing code therefore wraps things in a signal handler to 
catch attempts to walk off the end of the stack, and recover/continue.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]