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
Prevent GLib from calling abort() on critical/fatal messages
Set g_log_set_always_fatal(0) to disable GLib's abort-on-critical
behavior. Also suppress ALL log levels (including FATAL) to prevent
any GLib message from crashing the process during shutdown.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments