Bug 1575340
Summary: | [abrt] systemd: log_assert_failed_unreachable_realm(): systemd killed by SIGABRT | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Vint1988 | ||||||||||||||||||||||||||
Component: | systemd | Assignee: | systemd-maint | ||||||||||||||||||||||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||||
Priority: | unspecified | ||||||||||||||||||||||||||||
Version: | 28 | CC: | diogocamposwd, lnykryn, msekleta, ssahani, s, zbyszek | ||||||||||||||||||||||||||
Target Milestone: | --- | ||||||||||||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||||||||||||||
OS: | Unspecified | ||||||||||||||||||||||||||||
URL: | https://retrace.fedoraproject.org/faf/reports/bthash/bc266d7f18c4caca013a8654573e45318a09c318 | ||||||||||||||||||||||||||||
Whiteboard: | abrt_hash:3ffda47c15ee39cff1c5a74599e39a1b04bd0187;VARIANT_ID=workstation; | ||||||||||||||||||||||||||||
Fixed In Version: | systemd-238-1.fc28 | Doc Type: | If docs needed, set a value | ||||||||||||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||||||||||||
Last Closed: | 2018-07-18 10:52:38 UTC | Type: | --- | ||||||||||||||||||||||||||
Regression: | --- | Mount Type: | --- | ||||||||||||||||||||||||||
Documentation: | --- | CRM: | |||||||||||||||||||||||||||
Verified Versions: | Category: | --- | |||||||||||||||||||||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||||||||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||||||||||||||
Embargoed: | |||||||||||||||||||||||||||||
Attachments: |
|
Description
Vint1988
2018-05-06 05:21:11 UTC
Created attachment 1432237 [details]
File: backtrace
Created attachment 1432238 [details]
File: cgroup
Created attachment 1432239 [details]
File: core_backtrace
Created attachment 1432240 [details]
File: cpuinfo
Created attachment 1432241 [details]
File: dso_list
Created attachment 1432242 [details]
File: environ
Created attachment 1432243 [details]
File: limits
Created attachment 1432244 [details]
File: maps
Created attachment 1432245 [details]
File: mountinfo
Created attachment 1432246 [details]
File: open_fds
Created attachment 1432247 [details]
File: proc_pid_status
Created attachment 1432248 [details]
File: var_log_messages
*** Bug 1576084 has been marked as a duplicate of this bug. *** *** Bug 1575350 has been marked as a duplicate of this bug. *** There was a significant reworking of the bus code in https://github.com/systemd/systemd/commit/4502c40399. That patch is in systemd-238, and I was confused, because the backtraces in those three bugs show the old call sequence. So what must have happened here, is that an upgrade from older systemd was made to systemd-238, and then the older systemd crashed during reexec. That said, there seems to be a memory corruption here, and destroy_bus is called on a bus that has already been deallocated. I think/hope the patch above fixes this. There's another issue with the code, uncovered by this failure. See upstream PR https://github.com/systemd/systemd/pull/9640. Nevertheless, that patch wouldn't fix this problem anyway. I'll close this on the assumption that 4502c40399 is enough to fix this. If a similar backtrace happens again, this will mean I was wrong ;) |