#0 0xb74dcc1a in strcmp () from /lib/tls/i686/cmov/libc.so.6 #1 0xb696f14f in get_icon_for_special_directory (uri=0x8125590 "file:///home/ae1987") #2 0xb696fd0f in translate_file_info (uri=0x8125590 "file:///home/ae1987", file_info=0x81d2760) #3 0xb696fdb9 in query_info_callback (source_object=0x84cc6b0, result=0x8497f50, user_data=0x8369518) #4 0xb6921521 in IA__g_simple_async_result_complete (simple=0x8497f50) #5 0xb692158e in complete_in_idle_cb (data=0x8497f50) #6 0xb76611e1 in g_idle_dispatch (source=0x8125410, callback=0x8125566, user_data=0x8497f50) #7 0xb7662d86 in IA__g_main_context_dispatch (context=0x8093f18) #8 0xb7666143 in g_main_context_iterate (context=0x8093f18, block=1, dispatch=1, self=0x80b5f48) #9 0xb76666fe in IA__g_main_context_iteration (context=0x8093f18, may_block=1) #10 0xb7c5beb4 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] #11 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: { #12 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 */ #13 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 */