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 651824 - gvfs-gdu-volume-monitor crashed with SIGABRT in raise()
gvfs-gdu-volume-monitor crashed with SIGABRT in raise()
Status: RESOLVED DUPLICATE of bug 582579
Product: gvfs
Classification: Core
Component: [obsolete] gdu volume monitor
1.8.x
Other Linux
: Normal critical
: ---
Assigned To: gvfs-maint
gvfs-maint
Depends on:
Blocks:
 
 
Reported: 2011-06-03 23:19 UTC by Cristian Aravena Romero
Modified: 2014-11-03 11:49 UTC
See Also:
GNOME target: ---
GNOME version: 2.31/2.32


Attachments
Problem with dbus (20.16 KB, image/png)
2011-06-07 14:49 UTC, Cristian Aravena Romero
Details

Description Cristian Aravena Romero 2011-06-03 23:19:25 UTC
Open bug in launchpad.net:
https://bugs.launchpad.net/bugs/792621

"Upgrade to kernel 2.6.39.1 (mainline) plugged USB-DVD open virtualbox and not work DVD. Close session and re-open, open apport."

  • #0 raise
    at ../nptl/sysdeps/unix/sysv/linux/raise.c line 64
  • #1 abort
    at abort.c line 92
  • #2 g_assertion_message
  • #3 g_assertion_message_expr
    at /build/buildd/glib2.0-2.28.6/./glib/gtestutils.c line 1369
  • #4 gdu_pool_get_presentables
    from /usr/lib/libgdu.so.0
  • #5 update_drives
    at ggduvolumemonitor.c line 1225
  • #6 update_all
    at ggduvolumemonitor.c line 1001
  • #7 g_gdu_volume_monitor_constructor
    at ggduvolumemonitor.c line 451
  • #8 g_object_newv
    at /build/buildd/glib2.0-2.28.6/./gobject/gobject.c line 1398
  • #9 g_object_new
    at /build/buildd/glib2.0-2.28.6/./gobject/gobject.c line 1308
  • #10 monitor_try_create
    at gvfsproxyvolumemonitordaemon.c line 2042
  • #11 g_vfs_proxy_volume_monitor_daemon_main
    at gvfsproxyvolumemonitordaemon.c line 2085
  • #12 __libc_start_main
    at libc-start.c line 226
  • #13 _start

Comment 1 Christian Kellner 2011-06-04 10:34:00 UTC
-> gdu volume monitor
Comment 2 Tomas Bzatek 2011-06-06 11:16:28 UTC
Looks like a connection to udisks system daemon failed. Can you check it is running? (try the 'udisks' command)
Comment 3 Cristian Aravena Romero 2011-06-06 14:20:23 UTC
$ udisks --dump ?
Comment 4 Cristian Aravena Romero 2011-06-06 19:05:52 UTC
$ ps -ef | grep udisk
root      1572     1  0 09:25 ?        00:00:00 /usr/lib/udisks/udisks-daemon
root      1576  1572  0 09:25 ?        00:00:00 udisks-daemon: polling /dev/sr1 /dev/sr0

udisks no work for my. write in console udisks --dump and not message of udisks
Comment 5 Tomas Bzatek 2011-06-07 11:38:11 UTC
(In reply to comment #4)
> udisks no work for my. write in console udisks --dump and not message of udisks
This looks like a problem in your system then (unrelated to gvfs); udisks command should be accessible for anybody. Is it installed? What error does it give to you? Any other d-bus errors?
Comment 6 Cristian Aravena Romero 2011-06-07 14:49:53 UTC
Created attachment 189410 [details]
Problem with dbus
Comment 7 Ondrej Holy 2014-11-03 11:49:22 UTC
Marking as duplicate, because crashing was fixed in Bug 582579 and dbus problems are probably obsolete now...

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