https://bugs.kde.org/show_bug.cgi?id=489315
--- Comment #9 from Harald Sitter <sit...@kde.org> --- Git commit c842292f5ac24babdd8c1e1fe4355b10181f8f2f by Harald Sitter. Committed on 06/11/2024 at 15:29. Pushed by sitter into branch 'master'. backtracegenerator: implement a serialization lock to prevent systems from drowning in gdb instances, we now establish a serialization lock in the form of a file lock. only a single debugger may be active at a time this only partially fixes the problem since a single debugger may still OOM the system. we still want a better solution, such as resource constraining via systemd, in the long run. M +78 -3 src/backtracegenerator.cpp M +6 -1 src/backtracegenerator.h https://invent.kde.org/plasma/drkonqi/-/commit/c842292f5ac24babdd8c1e1fe4355b10181f8f2f -- You are receiving this mail because: You are watching all bug changes.