Bug 544126

Summary: [abrt] crash detected in gvfs-1.4.2-1.fc12
Product: [Fedora] Fedora Reporter: Jon Burgess <jburgess777>
Component: gvfsAssignee: Tomáš Bžatek <tbzatek>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 12CC: alexl, bnocera, mclasen, tbzatek, tsmetana
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard: abrt_hash:94868689864aa2a2acc5a6378d0249931542498e
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-12-12 00:22:03 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 Flags
File: backtrace
none
backtrace generated from core dump (not sure why abrt truncated the previous one) none

Description Jon Burgess 2009-12-03 23:31:24 UTC
abrt 1.0.0 detected a crash.

How to reproduce
-----
1. Don't know
2.
3.

Comment
-----
After installing gvfs for the first time, I noticed the following error in the terminal:

(firefox:15458): GVFS-RemoteVolumeMonitor-WARNING **: invoking IsSupported() failed for remote volume monitor with dbus name org.gtk.Private.GduVolumeMonitor: org.freedesktop.DBus.Error.Spawn.ChildSignaled: Process /usr/libexec/gvfs-gdu-volume-monitor received signal 11

The backtrace shows pool=NULL. Looking up the stack shows this pointer was assigned in 

gvfs-1.4.2/monitor/gdu/ggduvolumemonitor.c:433
  monitor->pool = gdu_pool_new ();

It looks like this need to check for a null pointer being returned (which happens if there is a problem with dbus).

backtrace
-----
Core was generated by `/usr/libexec/gvfs-gdu-volume-monitor'.
Program terminated with signal 11, Segmentation fault.
#0  gdu_pool_get_presentables (pool=0x0) at gdu-pool.c:1381
1381	        ret = g_list_copy (pool->priv->presentables);

Thread 1 (Thread 15492):
#0  gdu_pool_get_presentables (pool=0x0) at gdu-pool.c:1381
        ret = 0x8094020 = {0x8093db8, 

cmdline: /usr/libexec/gvfs-gdu-volume-monitor
component: gvfs
executable: /usr/libexec/gvfs-gdu-volume-monitor
kernel: 2.6.31.6-145.fc12.i686
package: gvfs-1.4.2-1.fc12
rating: 4
reason: Process was terminated by signal 11

Comment 1 Jon Burgess 2009-12-03 23:31:26 UTC
Created attachment 375957 [details]
File: backtrace

Comment 2 Jon Burgess 2009-12-03 23:35:52 UTC
Created attachment 375959 [details]
backtrace generated from core dump (not sure why abrt truncated the previous one)

Comment 3 Matthias Clasen 2009-12-12 00:22:03 UTC

*** This bug has been marked as a duplicate of bug 542050 ***