We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf59922 commit cec5700Copy full SHA for cec5700
include/boost/stacktrace/detail/libbacktrace_impls.hpp
@@ -83,7 +83,7 @@ BOOST_SYMBOL_VISIBLE inline ::backtrace_state* construct_state(const program_loc
83
//
84
// Unfortunately, that solution segfaults when `construct_state()` function is in .so file
85
// and multiple threads concurrently work with state. I failed to localize the root cause:
86
- // https://gcc.gnu.org/bugzilla//show_bug.cgi?id=87653
+ // https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87653
87
88
#define BOOST_STACKTRACE_DETAIL_IS_MT 1
89
0 commit comments