| Summary: | [abrt] gvfs-mtp-1.16.3-2.el7: list_del: Process /usr/libexec/gvfsd-mtp was killed by signal 11 (SIGSEGV) | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Vladimir Benes <vbenes> | ||||||||||||||||||||||||
| Component: | gvfs | Assignee: | Ondrej Holy <oholy> | ||||||||||||||||||||||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | Desktop QE <desktop-qa-list> | ||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||
| Version: | 7.0 | CC: | vbenes | ||||||||||||||||||||||||
| Target Milestone: | rc | ||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:0ecf987241e17a3d86b9de51fc2f9a70abc8d4d1 | ||||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||
| Last Closed: | 2015-04-08 14:34:34 UTC | Type: | --- | ||||||||||||||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||||||||||||||
| Documentation: | --- | CRM: | |||||||||||||||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||||||||||||
| Attachments: |
|
||||||||||||||||||||||||||
|
Description
Vladimir Benes
2013-09-20 10:17:48 UTC
Created attachment 800410 [details]
File: backtrace
Created attachment 800411 [details]
File: cgroup
Created attachment 800412 [details]
File: core_backtrace
Created attachment 800414 [details]
File: dso_list
Created attachment 800416 [details]
File: environ
Created attachment 800417 [details]
File: exploitable
Created attachment 800418 [details]
File: limits
Created attachment 800419 [details]
File: maps
Created attachment 800420 [details]
File: open_fds
Created attachment 800421 [details]
File: proc_pid_status
Created attachment 800422 [details]
File: var_log_messages
This request was not resolved in time for the current release. Red Hat invites you to ask your support representative to propose this request, if still desired, for consideration in the next release of Red Hat Enterprise Linux. I suppose you hard unplug the device without clean unmount, are you able to reproduce it? There is probably bug in libusb, because gvfs just waiting for LIBMTP_Read_Event, libmtp is also waiting for libusb_bulk_transfer, and libusb tries to remove entry from the list, because it received LIBUSB_TRANSFER_NO_DEVICE, however it caused SEGFAULT in Thread 1 (was the entry already removed?). Maybe there is some race with Thread 5, which is already using libusb, however it waits on mutex in time of crash... It was done by clicking unmount in nautilus. I've tried the same in rebase 3.14 gnome and there is not problem. Will reopen if it occurs again. |