Bug 62826 - journald performance very sensitive to segfaults
Summary: journald performance very sensitive to segfaults
Status: RESOLVED FIXED
Alias: None
Product: systemd
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: x86-64 (AMD64) Linux (All)
: medium minor
Assignee: systemd-bugs
QA Contact: systemd-bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-27 16:40 UTC by Jonas H.
Modified: 2014-06-21 03:07 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Jonas H. 2013-03-27 16:40:07 UTC
journald takes up a LOT of CPU if some program repeatedly segfaults.

To reproduce: Let a program segfault every $interval (1s was sufficient for my computer). The program I used was

int main() { *((int*)0) = 123; }
Comment 1 Zbigniew Jedrzejewski-Szmek 2014-06-21 03:07:40 UTC
http://cgit.freedesktop.org/systemd/systemd/commit/?id=34c10968 moves coredumps to a file on disk by default. Should fix the slowdowns.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.