On Wed, 21 Mar 2007, Casper.Dik at Sun.COM wrote: > So this function cannot be called from a signalhandler > to provide a stacktrace?
You'd use printstack() for that. ;) backtrace_symbols() can't be used either in such a case, you need to use backtrace_symbols_fd(). regards, -- Paul Jakma, Solaris Networking http://opensolaris.org/os/project/quagga tel: EMEA x19190 / +353 1 819 9190
