Bug 951731
Summary: | [abrt] gvfs-afc-1.16.0-1.fc19: lockdownd_start_service: Process /usr/libexec/gvfsd-afc was killed by signal 11 (SIGSEGV) | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Luya Tshimbalanga <luya> | ||||||||||||||||||||||||
Component: | gvfs | Assignee: | Ondrej Holy <oholy> | ||||||||||||||||||||||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||
Priority: | unspecified | ||||||||||||||||||||||||||
Version: | 19 | CC: | alexl, bnocera, cfergeau, mclasen | ||||||||||||||||||||||||
Target Milestone: | --- | ||||||||||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||||||||||||
OS: | Unspecified | ||||||||||||||||||||||||||
Whiteboard: | abrt_hash:4466db57304909ea66ff446642d992d022b88f8b | ||||||||||||||||||||||||||
Fixed In Version: | gvfs-1.16.3-2.fc19 | Doc Type: | Bug Fix | ||||||||||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||||||||||
Last Closed: | 2013-06-18 15:19:48 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
Luya Tshimbalanga
2013-04-12 21:55:41 UTC
Created attachment 735007 [details]
File: backtrace
Created attachment 735008 [details]
File: cgroup
Created attachment 735009 [details]
File: core_backtrace
Created attachment 735010 [details]
File: dso_list
Created attachment 735011 [details]
File: environ
Created attachment 735012 [details]
File: limits
Created attachment 735013 [details]
File: maps
Created attachment 735014 [details]
File: open_fds
Created attachment 735015 [details]
File: proc_pid_status
Created attachment 735016 [details]
File: var_log_messages
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. Looks like libimobiledevice changed api: make[2]: Entering directory `/home/mclasen/dist-git/gvfs/gvfs-1.16.1/daemon' CC gvfsd_afc-gvfsbackendafc.o gvfsbackendafc.c: In function ‘g_vfs_backend_afc_mount’: gvfsbackendafc.c:652:7: warning: passing argument 3 of ‘lockdownd_start_service’ from incompatible pointer type [enabled by default] lerr = lockdownd_start_service (lockdown_cli, self->service, &port); ^ [...] libimobiledevice-1.1.1 had: lockdownd_error_t lockdownd_start_service(lockdownd_client_t client, const char *service, uint16_t *port); libimobiledevice-1.1.5 has: lockdownd_error_t lockdownd_start_service(lockdownd_client_t client, const char *identifier, lockdownd_service_descriptor_t *service); The gvfs afc backend will need updates for this (and other api breaks). Ondrej, can you look at this ? Created attachment 759582 [details]
update to new libimobiledevice api
There is proposed update for new libimobiledevice. Unfortunately, I haven't any idevice to test it, could somebody test it please?
Patch looks ok from a quick glance. I've tested a build with this patch and this makes the segfault go away. commit 80d83ce120fc0af69ef61abfeea96604c0190cadq gvfs-1.16.3-2.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/gvfs-1.16.3-2.fc19 gvfs-1.16.3-2.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |