You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Locking mutexes and printing to the console using gzdbg are not considered async-signal-safe and could cause the application to hang or go into an undefined state.
Locking mutexes and printing to the console using
gzdbg
are not considered async-signal-safe and could cause the application to hang or go into an undefined state.gz-common/src/SignalHandler.cc
Lines 139 to 145 in e282a8d
Potential implementation reference: https://github.com/sphenical/signal-handler/
The text was updated successfully, but these errors were encountered: