FIX: Print backtrace only for debug builds and if supported
commitb108e96761eb53c68ec22474c2197c00b0b7ef7d
authorMichael Wild <themiwi@users.sourceforge.net>
Tue, 19 May 2009 19:55:39 +0000 (19 21:55 +0200)
committerMichael Wild <themiwi@users.sourceforge.net>
Wed, 20 May 2009 13:25:22 +0000 (20 15:25 +0200)
tree7a648be50c3ec0532bdd001e9a14cc265be74036
parent74e1ddcb3363637a219d174195a31c9d975e2940
FIX: Print backtrace only for debug builds and if supported

And do not use addr2line to provide file/line information.
It is just too shaky. Let the user do this.

Signed-off-by: Michael Wild <themiwi@users.sourceforge.net>
CMakeLists.txt
src/OSspecific/Unix/dummyPrintStack.C
src/OSspecific/Unix/files.cmake
src/OSspecific/Unix/printStack.C
src/OSspecific/Unix/signals/sigSegvImpl.C