This repository was archived by the owner on May 24, 2026. It is now read-only.
Commit 8757bcf
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>1 parent 03c3f94 commit 8757bcf
1 file changed
Lines changed: 7 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | 302 | | |
307 | 303 | | |
308 | 304 | | |
| |||
327 | 323 | | |
328 | 324 | | |
329 | 325 | | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
336 | | - | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
337 | 329 | | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
338 | 334 | | |
0 commit comments