• manuel-schiller's avatar
    rethrow unwind exception · 039b34e8
    manuel-schiller authored
    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.
    039b34e8
common.h 3.34 KB