Bug 1209

Summary: Enable boost::stacktrace support in the Windows builds we provide
Product: PulseView Reporter: Soeren Apel <soeren>
Component: OtherAssignee: Nobody <nobody>
Status: CONFIRMED ---    
Severity: normal CC: uwe, wsa
Priority: Normal    
Version: unreleased development snapshot   
Target Milestone: ---   
Hardware: All   
OS: All   
Bug Depends on: 1150    
Bug Blocks:    

Description Soeren Apel 2018-05-25 11:18:46 CEST
On Windows, there's no way to figure out what happened unless we have a stack trace. Running gdb is too complicated for the average user, so boost::stacktrace support was added. It's however not enabled yet, so this bug serves as a reminder to do so.
Comment 1 Wolfram Sang 2020-05-03 00:05:47 CEST
First step taken: b409dfdc01ed36b54f5b8a70b3738146a26bf37e enables stacktrace support on some Linux distributions (e.g. Debian). Gentoo fails because of libstacktrace issues: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66570