Index: [thread] [date] [subject] [author]
  From: Marcus Sundberg <mackan@stacken.kth.se>
  To  : ggi-develop@eskimo.com
  Date: Tue, 22 Jun 1999 22:06:46 +0000

Re: ggi acting up?

Jon M. Taylor wrote:
> 
> On Tue, 22 Jun 1999, Brian S. Julin wrote:
> > No idea what the problem is -- but I just had a thought --
> > what about an environment variable, e.g. GGI_SEGV_GRACEFUL_RESET,
> > if it's set, then libGGI installs a handler for SIGSEGV
> > and tries to gracefully shut down and reset the console.  That
> > could help people a bunch when they are debugging.
> 
>         I have wished for exactly this many, many times....

This is excactly what ggRegisterCleanup() does, but in an insanely
more nice way than a simple signal handler would, and without any
user interaction.

//Marcus
-- 
-------------------------------+------------------------------------
        Marcus Sundberg        | http://www.stacken.kth.se/~mackan/
 Royal Institute of Technology |       Phone: +46 707 295404
       Stockholm, Sweden       |   E-Mail: mackan@stacken.kth.se

Index: [thread] [date] [subject] [author]