xibosignage / xibo-linux

Xibo for Linux - Digital Signage Player
https://xibo.org.uk/xibo-for-linux
GNU Affero General Public License v3.0
76 stars 55 forks source link

feat: print stack trace in case of SIGSEGV and SIGABRT #186

Closed Stivius closed 4 years ago

Stivius commented 4 years ago

We print stack trace using boost::stacktrace::stacktrace() which is not the safest way to do it in a signal handler however it gives us more info if compared to safe call. xibosignage#184