mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-16 08:55:46 +08:00
039b34e83a
On Linux with pthread library spdlog causes an SIGABORT and crashes the application in case it catches a thread specific cancellation exception in a critical execution phase while in a try/catch block in spdlog/detail/logger_impl.h The exception is caught by some general catch(...) clause where it is NOT rethrown. However rethrowing these kind of exception is mandatory, otherwise an abort will be caused by the glibc. |
||
---|---|---|
.. | ||
spdlog |