Bug 1209 - Enable boost::stacktrace support in the Windows builds we provide
Summary: Enable boost::stacktrace support in the Windows builds we provide
Status: CONFIRMED
Alias: None
Product: PulseView
Classification: Unclassified
Component: Other (show other bugs)
Version: unreleased development snapshot
Hardware: All All
: Normal normal
Target Milestone: ---
Assignee: Nobody
URL:
Keywords:
Depends on: 1150
Blocks:
  Show dependency treegraph
 
Reported: 2018-05-25 11:18 CEST by Soeren Apel
Modified: 2020-05-22 12:42 CEST (History)
2 users (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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