RE: [GD-Linux] signals and exceptions
Brought to you by:
vexxed72
From: Mads B. D. <ma...@ch...> - 2001-11-15 08:30:58
|
On Wed, 14 Nov 2001, Daniel Vogel wrote: > > It depends a lot on what you want to accomplish and whether you are > > using threads. > > We just use exceptions to print out a meaningful stack backtrace when the > game crashes and it relies on unwinding the stack as every function has it's > name in ASCII on the stack. Shouldn't you be able to do this from a signal handler as well? I do that, although very simplistic. It adds a few extra stackframes, but those can be ignored. Mads -- Mads Bondo Dydensborg. ma...@ch... In a stinging rebuke, a federal judge Monday ruled Microsoft Corp. violated the nation's antitrust laws by using its monopoly power in personal computer operating systems to stifle competition. - CNN Financial News April 03, 2000: 7:53 p.m. ET |