pingus-devel
[Top][All Lists]
Advanced

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

Re: [Pingus-CVS] CVS: Games/Pingus/src pingus_main.cxx,1.93,1.94


From: Ingo Ruhnke
Subject: Re: [Pingus-CVS] CVS: Games/Pingus/src pingus_main.cxx,1.93,1.94
Date: Thu, 14 Aug 2003 22:40:20 +0200
User-agent: Gnus/5.090018 (Oort Gnus v0.18) Emacs/21.3 (gnu/linux)

address@hidden writes:

>      }
>    puts ("exit(EXIT_FAILURE);");
> -  abort();
> +  //abort();
> +  throw "crash";
>  }
>  
>  PingusMain::PingusMain()
> @@ -846,17 +847,15 @@
>  
>    // Register the segfault_handler
>  #ifndef WIN32
> -  signal(SIGSEGV, signal_handler);
> +  //signal(SIGSEGV, signal_handler);
>  #endif

Why that?

-- 
WWW:      http://pingus.seul.org/~grumbel/ 
Games:    http://pingus.seul.org/~grumbel/gamedesigns/
JabberID: address@hidden 
ICQ:      59461927




reply via email to

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