• 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
Name
Last commit
Last update
bench Loading commit data...
cmake Loading commit data...
example Loading commit data...
include/spdlog Loading commit data...
tests Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CMakeLists.txt Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
astyle.sh Loading commit data...