Bug 1069764
Summary: | [abrt] lvm2: daemon_log(): lvmetad killed by SIGSEGV | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Michael Hampton <error> | ||||||||||||||||||||||||
Component: | lvm2 | Assignee: | Petr Rockai <prockai> | ||||||||||||||||||||||||
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||
Priority: | unspecified | ||||||||||||||||||||||||||
Version: | 20 | CC: | agk, bmarzins, bmr, chris.kjeldgaard, dwysocha, heinzm, jonathan, lvm-team, msnitzer, prajnoha, prockai, zkabelac | ||||||||||||||||||||||||
Target Milestone: | --- | ||||||||||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||||||||||||
OS: | Unspecified | ||||||||||||||||||||||||||
URL: | https://retrace.fedoraproject.org/faf/reports/bthash/5123ce4adc0975e22456b01014de5d9c5ea85646 | ||||||||||||||||||||||||||
Whiteboard: | abrt_hash:3dc4c7703d2ef9a49a108af77973d69599067a59 | ||||||||||||||||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||||||||||
Last Closed: | 2014-06-09 00:36:45 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
Michael Hampton
2014-02-25 15:48:52 UTC
Created attachment 867483 [details]
File: backtrace
Created attachment 867484 [details]
File: cgroup
Created attachment 867485 [details]
File: core_backtrace
Created attachment 867486 [details]
File: dso_list
Created attachment 867487 [details]
File: environ
Created attachment 867488 [details]
File: exploitable
Created attachment 867489 [details]
File: limits
Created attachment 867490 [details]
File: maps
Created attachment 867491 [details]
File: open_fds
Created attachment 867492 [details]
File: proc_pid_status
Created attachment 867493 [details]
File: var_log_messages
Seems like a client thread is still trying to log while lvmetad is shutting down. We probably need to clean up worker threads before going into shutdown. The log seems to be related to #1069808 so that part of the problem should be already sorted out. (Seems like the user tried to obey that message, restarted lvmetad and it got a SEGV during shutdown as there was still traffic going in.) Should be fixed upstream in 488f3085279e24af21e870d5a74d0953094552f7. The shutdown sequence now waits for client threads to finish before destroying resources (which they may be using). The patch is part of upcoming lvm2 v2.02.107 release. |