Re: [GD-Linux] signals and exceptions
Brought to you by:
vexxed72
From: Mads B. D. <ma...@ch...> - 2001-11-16 11:09:30
|
On Thu, 15 Nov 2001, D. Stimits wrote: > > void BackTrace() { > > #ifdef HAVE_EXECINFO_H > > cerr << "Dumping stacktrace" << endl; > > void *aTrace[32]; > > char **tString; > > int size, i; > > size = backtrace(aTrace, 32); > > tString = backtrace_symbols(aTrace, size); > > Would it be possible to see what is in the backtrace() and > backtrace_symbols() functions? Ehm, this is part of the glibc code. It should be quite easy to download from e.g. www.gnu.org Mads -- Mads Bondo Dydensborg. ma...@ch... When a single line of script in Linux can do things that'd keep you pointing-and-clicking forever in Windows, you have great motivation to learn that line of script. - Chris Worth on The Microsoft Matrix |