Hyprland/src/plugins
virchau13 90a53aed59
CrashReporter: fix deadlocks by making it mostly async-signal-safe (#5771)
`CrashReporter::createAndSaveCrash()` is not async-signal-safe,
resulting in random deadlocks/double-crashes during Hyprland crashes.
This changes the function to be (mostly) async-signal-safe.
2024-04-27 17:38:48 +01:00
..
HookSystem.cpp hooksystem: attempt allocating pages in linear order 2024-04-05 17:16:09 +01:00
HookSystem.hpp hooksystem: manually map trampoline addresses 2024-04-04 18:50:37 +01:00
PluginAPI.cpp internal: Window storage rework - part 1 (#5762) 2024-04-27 12:43:12 +01:00
PluginAPI.hpp internal: Window storage rework - part 1 (#5762) 2024-04-27 12:43:12 +01:00
PluginSystem.cpp CrashReporter: fix deadlocks by making it mostly async-signal-safe (#5771) 2024-04-27 17:38:48 +01:00
PluginSystem.hpp CrashReporter: fix deadlocks by making it mostly async-signal-safe (#5771) 2024-04-27 17:38:48 +01:00