Bug 1667698
Summary: | [abrt] systemd-udev: __libc_open64(): systemd-udevd killed by SIGABRT | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | edcalderon | ||||||||||||||||||||||||
Component: | systemd | Assignee: | systemd-maint | ||||||||||||||||||||||||
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||
Priority: | unspecified | ||||||||||||||||||||||||||
Version: | 29 | CC: | 181gaming, 9jYqEjAGii7bauq6tAFv, deimo72, hmjfigueiredo, info, lnykryn, madstitz, msekleta, neptu39701, pwrzonca, soeren.grunewald, ssahani, s, systemd-maint, vikigoyal, watanabe.yu, zbyszek | ||||||||||||||||||||||||
Target Milestone: | --- | ||||||||||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||||||||||||
OS: | Unspecified | ||||||||||||||||||||||||||
URL: | https://retrace.fedoraproject.org/faf/reports/bthash/4c7edd0b619f8f6f0bd0a1f4b82399bcdd2a12cf | ||||||||||||||||||||||||||
Whiteboard: | abrt_hash:96e49c48b716d1ed6b45240cb58d6667d1258ccc;VARIANT_ID=workstation; | ||||||||||||||||||||||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||||||||||
Last Closed: | 2019-04-07 20:16:51 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
edcalderon
2019-01-20 03:49:03 UTC
Created attachment 1521863 [details]
File: backtrace
Created attachment 1521864 [details]
File: cgroup
Created attachment 1521865 [details]
File: core_backtrace
Created attachment 1521866 [details]
File: cpuinfo
Created attachment 1521867 [details]
File: dso_list
Created attachment 1521868 [details]
File: environ
Created attachment 1521869 [details]
File: limits
Created attachment 1521870 [details]
File: maps
Created attachment 1521871 [details]
File: mountinfo
Created attachment 1521872 [details]
File: open_fds
Created attachment 1521873 [details]
File: proc_pid_status
SIGABRT in open() looks like the watchdog kicked in and killed the process. Is your machine resource-starved and/or do you have hardware issues with /dev/sdb? *** Bug 1669782 has been marked as a duplicate of this bug. *** *** Bug 1672728 has been marked as a duplicate of this bug. *** *** Bug 1683582 has been marked as a duplicate of this bug. *** I hope this is already fixed in upstream by https://github.com/systemd/systemd/commit/70068602713e8f441c5ddc2618f007f24488e422. Previously, the argument of open() was given by udev_device_get_devnode() and its return value was not checked. By the commit, return value is checked, so now open() should have a valid path argument. *** Bug 1688594 has been marked as a duplicate of this bug. *** *** Bug 1690455 has been marked as a duplicate of this bug. *** *** Bug 1692705 has been marked as a duplicate of this bug. *** I don't think 70068602713e8f441c5ddc2618f007f24488e422 can explain this. If udev_device_get_devnode() fails, it returns NULL. But here the path pointer is non-NULL. Also, the signal doesn't match. An invalid pointer would give SIGSEGV, and not SIGABRT. Yep, in all the bugs marks as duplices, the devnode argument is either /dev/sdb or /dev/sdc. In this one, gdb says it cannot read the pointer, but the uevent filename is /sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sdb/uevent, so it's /dev/sdb again. *** This bug has been marked as a duplicate of bug 1300212 *** *** Bug 1711084 has been marked as a duplicate of this bug. *** *** Bug 1720046 has been marked as a duplicate of this bug. *** |