RE: [GD-Linux] signals and exceptions
Brought to you by:
vexxed72
From: Daniel V. <vo...@ep...> - 2001-11-15 08:39:59
|
> 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. We already have all this "nice" code doing this and printing out extended backtraces (together with extra information we put on the stack) that relies on unwinding the stack and I thought I could easily get that to work on Linux without our current setjmp/ longjmp approach. Mind sharing your code? I guess I'm just a bit too confused now to see obvious solutions :) - Daniel Vogel, Programmer, Epic Games Inc. |