Details
-
Improvement
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
None
-
None
Description
Current in the Windows builds, if we segfault, the program will exit immediately with no other output.
For example, when you add a failing test to stout-tests and run 3rdparty/stout/tests/Debug/stout-tests --gtest_break_on_failure, gtest simulates a segfault to exit immediately. On Posix, this also prints a stacktrace.
We may be able to re-use the code added to glog for print stacktraces (MESOS-6815).
Attachments
Issue Links
- is related to
-
MESOS-6815 Enable glog stack traces when we call things like `ABORT` on Windows
- Resolved