Bug 528181
Summary: | [abrt] crash detected in gvfs-obexftp-1.4.0-3.fc12 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Matěj Cepl <mcepl> | ||||||||
Component: | gvfs | Assignee: | Tomáš Bžatek <tbzatek> | ||||||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
Severity: | medium | Docs Contact: | |||||||||
Priority: | low | ||||||||||
Version: | rawhide | CC: | alexl, mcepl, mclasen, tbzatek, tsmetana | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | x86_64 | ||||||||||
OS: | Linux | ||||||||||
Whiteboard: | abrt_hash:a80a1339a6334398d398c460200c898b9d892208 | ||||||||||
Fixed In Version: | 1.2.3-13.fc11 | Doc Type: | Bug Fix | ||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2009-11-13 02:29:36 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
Matěj Cepl
2009-10-09 15:15:14 UTC
Created attachment 364260 [details]
File: backtrace
I don't see anything useful from the backtrace attached. Matej, is this reproducible ? If so, could you try to install gvfs-debuginfo and get us a better stacktrace ? Created attachment 364713 [details]
hopefully better backtrace
Created attachment 364714 [details]
manually created thread apply all backtrace
gvfsbackendobexftp.c:do_push has this: g_vfs_job_failed_from_error (G_VFS_JOB (job), error); } push_data_free (job_data); /* we called _query_file_info_helper (), so we need to invalidate the * cache, as a query_info () will be called on us after we return. */ _invalidate_cache_helper (op_backend); g_vfs_job_succeeded (G_VFS_JOB (job)); Looks like there is a return missing after the failed_from_error call ? gvfs-1.2.3-13.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/gvfs-1.2.3-13.fc11 Tag request has been filed for F12 gvfs-1.2.3-13.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update gvfs'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-10532 gvfs-1.2.3-13.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. |