After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 150103 - gnome_vfs_get_volume_monitor segfaults if daemon is alien
gnome_vfs_get_volume_monitor segfaults if daemon is alien
Status: RESOLVED DUPLICATE of bug 148719
Product: gnome-vfs
Classification: Deprecated
Component: Other
2.7.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
Depends on:
Blocks:
 
 
Reported: 2004-08-14 07:08 UTC by Torsten Schoenfeld
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Torsten Schoenfeld 2004-08-14 07:08:57 UTC
Aloha,

I don't know if it's really relevant, so I'll let you decide:
gnome_vfs_get_volume_monitor segfaults if you call it while the gnome-vfs-daemon
of a different gnome-vfs installation is running.  In my case that's the daemon
from the system installation and gnome_vfs_get_volume_monitor from a CVS sandbox.

Here's a backtrace:

Program received signal SIGSEGV, Segmentation fault.
0x40044aff in _gnome_vfs_drive_from_corba (corba_drive=0x0, 
    volume_monitor=0x806c610) at gnome-vfs-drive.c:430
430             drive->priv->id = corba_drive->id;
(gdb) bt
  • #0 _gnome_vfs_drive_from_corba
    at gnome-vfs-drive.c line 430
  • #1 read_drives_from_daemon
    at gnome-vfs-volume-monitor-client.c line 128
  • #2 gnome_vfs_volume_monitor_client_init
    at gnome-vfs-volume-monitor-client.c line 181
  • #3 g_type_create_instance
    at gtype.c line 1595
  • #4 g_object_constructor
    at gobject.c line 1044
  • #5 g_object_newv
    at gobject.c line 941
  • #6 g_object_new_valist
    at gobject.c line 984
  • #7 g_object_new
    at gobject.c line 822
  • #8 _gnome_vfs_get_volume_monitor_internal
    at gnome-vfs-volume-monitor.c line 223
  • #9 gnome_vfs_get_volume_monitor
    at gnome-vfs-volume-monitor.c line 237
  • #10 main

Bye,
-Torsten
Comment 1 Christophe Fergeau 2004-08-14 08:48:08 UTC

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