Update StorageSystemStackTrace.cpp

This commit is contained in:
alexey-milovidov 2020-12-01 22:20:49 +03:00 committed by Amos Bird
parent b513eeee7f
commit cfeaff6aa7
No known key found for this signature in database
GPG Key ID: 80D430DCBECFEDB4

View File

@ -47,7 +47,7 @@ namespace
LazyPipeFDs notification_pipe;
// TSan complains about expected_pid being accessed unsafely, which is not the case.
// TSan complains about stack_trace being accessed unsafely, which is not the case.
void NO_SANITIZE_THREAD signalHandler(int, siginfo_t * info, void * context)
{
auto saved_errno = errno; /// We must restore previous value of errno in signal handler.