Bug 544126 - [abrt] crash detected in gvfs-1.4.2-1.fc12
Summary: [abrt] crash detected in gvfs-1.4.2-1.fc12
Keywords:
Status: CLOSED DUPLICATE of bug 542050
Alias: None
Product: Fedora
Classification: Fedora
Component: gvfs
Version: 12
Hardware: i686
OS: Linux
low
medium
Target Milestone: ---
Assignee: Tomáš Bžatek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:94868689864aa2a2acc5a6378d0...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-12-03 23:31 UTC by Jon Burgess
Modified: 2015-03-03 22:42 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2009-12-12 00:22:03 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (360 bytes, text/plain)
2009-12-03 23:31 UTC, Jon Burgess
no flags Details
backtrace generated from core dump (not sure why abrt truncated the previous one) (1.58 KB, text/plain)
2009-12-03 23:35 UTC, Jon Burgess
no flags Details

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 ***


Note You need to log in before you can comment on or make changes to this bug.