Fix URL in libbacktrace_impls.hpp (#214)

The double slash in the URL redirects to the bugzilla main page.
This commit is contained in:
Jonathan Wakely
2025-10-29 19:44:29 +00:00
committed by GitHub
parent cf5992230b
commit cec57009ef

View File

@@ -83,7 +83,7 @@ BOOST_SYMBOL_VISIBLE inline ::backtrace_state* construct_state(const program_loc
//
// Unfortunately, that solution segfaults when `construct_state()` function is in .so file
// and multiple threads concurrently work with state. I failed to localize the root cause:
// https://gcc.gnu.org/bugzilla//show_bug.cgi?id=87653
// https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87653
#define BOOST_STACKTRACE_DETAIL_IS_MT 1