-
Notifications
You must be signed in to change notification settings - Fork 897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove the journald logger to resolve segfaults #20004
Remove the journald logger to resolve segfaults #20004
Conversation
Sometimes the journald logger segfaults, remove it until this can be further investigated: `/usr/local/lib/ruby/gems/2.6.0/gems/systemd-journal-1.4.1/lib/systemd/journal/writable.rb:69: [BUG] Segmentation fault at 0x0000000000000c91`
7abf3b5
to
c72ffa5
Compare
Checked commit agrare@c72ffa5 with ruby 2.5.7, rubocop 0.69.0, haml-lint 0.28.0, and yamllint |
Given that I can send the first 8192 UTF-8 chars I'd be surprised if this was because of the string that was sent but its still possible. I wonder if there was a malloc failure that returned a null pointer that wasn't being checked. |
Remove the journald logger to resolve segfaults (cherry picked from commit 1283535)
Jansa backport details:
|
ledbettj/systemd-journal#90 might solve the original issue. |
Sometimes the journald logger segfaults, remove it until this can be further investigated:
/usr/local/lib/ruby/gems/2.6.0/gems/systemd-journal-1.4.1/lib/systemd/journal/writable.rb:69: [BUG] Segmentation fault at 0x0000000000000c91