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 613004 - Crash in gdu_adapter_get_object_path at gdu-adapter.c:288
Crash in gdu_adapter_get_object_path at gdu-adapter.c:288
Status: RESOLVED FIXED
Product: gnome-disk-utility
Classification: Core
Component: Disks UI
2.29.x
Other Linux
: Normal critical
: ---
Assigned To: gnome-disk-utility-maint
Depends on:
Blocks:
 
 
Reported: 2010-03-16 01:00 UTC by Michael Biebl
Modified: 2010-03-22 15:20 UTC
See Also:
GNOME target: ---
GNOME version: 2.29/2.30


Attachments
backtrace (5.58 KB, text/x-log)
2010-03-16 01:00 UTC, Michael Biebl
Details

Description Michael Biebl 2010-03-16 01:00:40 UTC
Created attachment 156241 [details]
backtrace

When I select my local hard drive in palimpsest and then plug in an external hard drive, palimpsest segfault. This is 100% reproducible
backtrace attached
Comment 1 Michael Biebl 2010-03-16 01:01:04 UTC
Versions:
udisks 1.0.0
g-d-u: 2.30.0
Comment 2 Akhil Laddha 2010-03-16 07:28:10 UTC
Pasting traces here 

Program received signal SIGSEGV, Segmentation fault.
gdu_adapter_get_object_path (adapter=0x808c148) at gdu-adapter.c:288
288	{
(gdb) bt full
  • #0 gdu_adapter_get_object_path
    at gdu-adapter.c line 288
  • #1 gdu_section_drive_update
    at gdu-section-drive.c line 170
  • #2 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #3 gtk_container_foreach
    from /usr/lib/libgtk-x11-2.0.so.0
  • #4 gdu_shell_update
    at gdu-shell.c line 431
  • #5 g_cclosure_marshal_VOID__OBJECT
    from /usr/lib/libgobject-2.0.so.0
  • #6 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #7 ??
    from /usr/lib/libgobject-2.0.so.0
  • #8 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #9 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #10 recompute_presentables
    at gdu-pool.c line 1434
  • #11 g_cclosure_marshal_VOID__BOXED
    from /usr/lib/libgobject-2.0.so.0
  • #12 ??
    from /usr/lib/libdbus-glib-1.so.2
  • #13 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #14 ??
    from /usr/lib/libgobject-2.0.so.0
  • #15 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #16 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #17 ??
    from /usr/lib/libdbus-glib-1.so.2
  • #18 dbus_connection_dispatch
    from /lib/libdbus-1.so.3
  • #19 ??
    from /usr/lib/libdbus-glib-1.so.2
  • #20 g_main_context_dispatch
    from /lib/libglib-2.0.so.0
  • #21 ??
    from /lib/libglib-2.0.so.0
  • #22 g_main_loop_run
    from /lib/libglib-2.0.so.0
  • #23 gtk_main
    from /usr/lib/libgtk-x11-2.0.so.0
  • #24 main
    at gdu-main.c line 202

Comment 3 Sebastien Bacher 2010-03-16 10:45:33 UTC
The crash on https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/529922 is similar