Tagged Questions

1
vote
1answer
502 views

How to get BACKTRACE (function + line number) on Solaris?

I have done some code in C that happily send the full backtrace with function name and line number to a log file. This was done using a mixture of backtrace, backtrace_symbols and dladdr and ...