Top "Backtrace" questions

A backtrace is the series of currently active function calls for the program.

java: printing current backtrace

is there a way to add a command in Java to add the current backtrace ? I'm writing a red5 application …

java red5 backtrace
Can one use libSegFault.so to get backtraces for SIGABRT?

The magic incantation LD_PRELOAD=/lib/libSegFault.so someapp runs someapp with libSegFault.so providing backtrace information on a SIGSEGV …

stack-trace glibc sigabrt segmentation-fault backtrace
No backtrace from SIGABRT signal on ARM platform?

I'm using 'backtrce()' and 'backtrace_symbols_fd()' functions in a signal handler to generate a backtrace for debugging (…

c linux arm signals backtrace
x86_64 calling conventions and stack frames

I am trying to make sense out of the executable code that GCC (4.4.3) is generating for an x86_64 machine running …

c stack x86-64 calling-convention backtrace
GDB backtrace does not show the function names

I compiled my library (specifically protbuf-2.3.0) using -g -O0 on a SunOS 5.10. A sample line in the make log is …

function gdb names backtrace