#0 0xb745cc1a in strcmp () from /lib/tls/i686/cmov/libc.so.6 #1 0xb69d914f in get_icon_for_special_directory (uri=0x826e500 "file:///media/WD2") at gtkfilesystemgio.c:829 [Error: gtkfilesystemgio.c was not found in source tree] #2 0xb69d934f in gtk_file_system_gio_volume_get_icon_name (file_system=0x825a068, #3 0xb7b8728a in IA__gtk_file_system_volume_get_icon_name (file_system=0x825a068, volume=0x84528f8, error=0x0) #4 0xb7b87d2b in IA__gtk_file_system_volume_render_icon (file_system=0x825a068, volume=0x84528f8, #5 0xb7b6b148 in shortcuts_insert_path (impl=0x8459058, pos=6, shortcut_type=SHORTCUT_TYPE_VOLUME, #6 0xb7b7307f in shortcuts_add_volumes (impl=0x8459058) #7 0xb767aaff in IA__g_signal_list_ids (itype=138963536, n_ids=0x0) #8 0xb766d759 in toggle_refs_notify (object=, is_last_ref=-1217942864) #9 0xb7681f8b in signal_emit_unlocked_R (node=0x845a988, detail=0, instance=0x825a068, emission_return=0x0, #10 0xb7683c1f in IA__g_signal_has_handler_pending (instance=0x825a068, signal_id=293, detail=0, #11 0xb7683ee0 in IA__g_signal_has_handler_pending (instance=0x825a068, signal_id=3063786931, detail=0, #12 0xb69d82c4 in volumes_drives_changed (volume_monitor=0x825a080, volume=0x844bd50, user_data=0x825a068) #13 0xb767a00a in IA__g_cclosure_marshal_VOID__UCHAR (closure=0x8486bd0, return_value=0x0, n_param_values=2, #14 0xb766d759 in toggle_refs_notify (object=, is_last_ref=-1217945680) #15 0xb7681f8b in signal_emit_unlocked_R (node=0x845b428, detail=0, instance=0x825a080, emission_return=0x0, #16 0xb7683c1f in IA__g_signal_has_handler_pending (instance=0x825a080, signal_id=3220111372, detail=0, #17 0xb7683ee0 in IA__g_signal_has_handler_pending (instance=0x825a080, signal_id=3063672894, #18 0xb699a6be in g_output_stream_real_splice (stream=0xb7517c35, source=0x850fb78, flags=136683648, #19 0xb767a00a in IA__g_cclosure_marshal_VOID__UCHAR (closure=0x8486188, return_value=0x0, n_param_values=2, #20 0xb766d759 in toggle_refs_notify (object=, is_last_ref=-1217945680) #21 0xb7681f8b in signal_emit_unlocked_R (node=0x845b428, detail=0, instance=0x8452820, emission_return=0x0, #22 0xb7683c1f in IA__g_signal_has_handler_pending (instance=0x8452820, signal_id=3220112764, detail=0, #23 0xb7683ee0 in IA__g_signal_has_handler_pending (instance=0x8452820, signal_id=3063293133, #24 0xb6950d39 in changed_in_idle (data=0x844bd50) at ghaldrive.c:324 [Error: ghaldrive.c was not found in source tree] #25 0xb75e1051 in IA__g_list_remove_link (list=0xbfef080c, link=0x826e500) #26 0xb75e2bf6 in g_source_destroy_internal (source=0x0, context=0x84831f0, have_lock=138949104) #27 0xb75e5fb3 in g_main_context_iterate (context=0x8093bc8, block=1, dispatch=1, self=0x80af0c8) #28 0xb75e656e in IA__g_main_loop_run (loop=0x0) at /build/buildd/glib2.0-2.15.6/glib/gmain.c:2866 [Error: /build/buildd/glib2.0-2.15.6/glib/gmain.c was not found in source tree] #29 0xb7bd3eb4 in IA__gtk_main_iteration () at /build/buildd/gtk+2.0-2.12.8/gtk/gtkmain.c:1251 [Error: /build/buildd/gtk+2.0-2.12.8/gtk/gtkmain.c was not found in source tree] #30 0x0805bc7c in set_cursor (widget=, cursor=) at cursor.c:15 10: static void set_cursor(GtkWidget *widget, GdkCursor *cursor) 11: { 12: gdk_window_set_cursor(widget->window, cursor); 13: 14: /* process events or we won't see the change */ 15: while (gtk_events_pending()) gtk_main_iteration(); 16: } 17: 18: 19: void cursor_init(GladeXML *xml) 20: { #31 0x08052997 in load_file_list () at file_list.c:378 373: 374: /* clear the form in the edit tab */ 375: et_unload_file(); 376: 377: sb_printf(_("Scanning...")); 378: cursor_set_wait(); 379: 380: /* flush pending operations before we start */ 381: while (gtk_events_pending()) gtk_main_iteration(); 382: 383: /* rebuild the file list */ #32 0x08054f2c in main (argc=) at main.c:170 165: vorbis_edit_init(xml); 166: vorbis_editfld_init(xml); 167: #endif 168: 169: /* load the initial directory */ 170: fl_set_initial_dir(start_dir); 171: 172: /* connect the signals */ 173: glade_xml_signal_autoconnect(xml); 174: 175: /* start the GTK event loop */