Date: Sun, 27 Sep 1998 13:10:44 +0300 (IDT) From: Eli Zaretskii To: Gisle Vanem cc: djgpp AT delorie DOT com Subject: Re: preserving exception context In-Reply-To: <199809250901.LAA17707@login-2.eunet.no> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Fri, 25 Sep 1998, Gisle Vanem wrote: > > raise(SIGABRT) in v2.01 just prints "Abort!" and exits. So you don't get > > any traceback at all, if shutdown doesn't crash. > > This little test program tells me otherwise: Oops, sorry, I was thinking about the `abort' library function. "raise(SIGABRT)" of course works in v2.01 as well.