#0 IA__g_slice_alloc (mem_size=12) at /build/buildd/glib2.0-2.13.7/glib/gslice.c:474 [Error: /build/buildd/glib2.0-2.13.7/glib/gslice.c was not found in source tree] #1 0xb7568003 in IA__g_string_sized_new (dfl_size=2) at /build/buildd/glib2.0-2.13.7/glib/gstring.c:377 [Error: /build/buildd/glib2.0-2.13.7/glib/gstring.c was not found in source tree] #2 0xb7568075 in IA__g_string_new (init=0x0) at /build/buildd/glib2.0-2.13.7/glib/gstring.c:403 [Error: /build/buildd/glib2.0-2.13.7/glib/gstring.c was not found in source tree] #3 0xb7537713 in g_build_path_va (separator=0xb75921f8 "/", first_element=0x817c078 "/home/christer", args=0xbf8d7370, str_array=0x0) #4 0xb75379a0 in IA__g_build_filename (first_element=0x817c078 "/home/christer") at /build/buildd/glib2.0-2.13.7/glib/gfileutils.c:1794 [Error: /build/buildd/glib2.0-2.13.7/glib/gfileutils.c was not found in source tree] #5 0x0807e5c4 in dump_debug_log () at nautilus-main.c:212 207: static void 208: dump_debug_log (void) 209: { 210: char *filename; 211: 212: filename = g_build_filename (g_get_home_dir (), "nautilus-debug-log.txt", NULL); 213: nautilus_debug_log_dump (filename, NULL); /* NULL GError */ 214: g_free (filename); 215: } 216: 217: static int debug_log_pipes[2]; #6 0x0807e61f in sigfatal_handler (sig=11) at nautilus-main.c:258 253: /* FIXME: is this totally busted? We do malloc() inside these functions, 254: * and yet we are inside a signal handler... 255: */ 256: nautilus_debug_log (TRUE, NAUTILUS_DEBUG_LOG_DOMAIN_USER, 257: "debug log dumped due to signal %d", sig); 258: dump_debug_log (); 259: 260: switch (sig) { 261: case SIGSEGV: 262: func = old_segv_sa.sa_handler; 263: break; #7 0xffffe420 in ?? () #8 0x0000000b in ?? () #9 0x00000033 in ?? () #10 0xc0100000 in ?? () #11 0x0000007b in ?? () #12 0x0000007b in ?? () #13 0x00000001 in ?? () #14 0x081e1018 in ?? () #15 0xbf8d76f8 in ?? () #16 0xbf8d76a0 in ?? () #17 0xb75d125c in ?? () from /usr/lib/libglib-2.0.so.0 #18 0x0816fe00 in ?? () #19 0x6d6f682f in ?? () #20 0x0816fdf0 in ?? () #21 0x0000000e in ?? () #22 0x00000004 in ?? () #23 0xb7562a4e in IA__g_slice_alloc (mem_size=12) at /build/buildd/glib2.0-2.13.7/glib/gslice.c:1357 [Error: /build/buildd/glib2.0-2.13.7/glib/gslice.c was not found in source tree] #24 0xb7568003 in IA__g_string_sized_new (dfl_size=6) at /build/buildd/glib2.0-2.13.7/glib/gstring.c:377 [Error: /build/buildd/glib2.0-2.13.7/glib/gstring.c was not found in source tree] #25 0xb756809e in IA__g_string_new (init=0x81ba678 "file") at /build/buildd/glib2.0-2.13.7/glib/gstring.c:409 [Error: /build/buildd/glib2.0-2.13.7/glib/gstring.c was not found in source tree] #26 0xb76c9e95 in gnome_vfs_uri_to_string (uri=0x81ba688, hide_options=GNOME_VFS_URI_HIDE_NONE) at gnome-vfs-uri.c:1232 [Error: gnome-vfs-uri.c was not found in source tree] #27 0xb76ca2da in gnome_vfs_uri_append_string (uri=0x816fdf0, uri_fragment=0x81dc240 "Music") at gnome-vfs-uri.c:1115 [Error: gnome-vfs-uri.c was not found in source tree] #28 0x08100059 in nautilus_file_get_gnome_vfs_uri (file=0x81bbdf0) at nautilus-file.c:963 958: gnome_vfs_uri_ref (vfs_uri); 959: return vfs_uri; 960: } 961: 962: return gnome_vfs_uri_append_string 963: (vfs_uri, file->details->relative_uri); 964: } 965: 966: static Operation * 967: operation_new (NautilusFile *file, 968: NautilusFileOperationCallback callback, #29 0x08101e65 in nautilus_file_get_uri (file=0x81bbdf0) at nautilus-file.c:2895 2890: 2891: gboolean 2892: nautilus_file_get_date (NautilusFile *file, 2893: NautilusDateType date_type, 2894: time_t *date) 2895: { 2896: if (date != NULL) { 2897: *date = 0; 2898: } 2899: 2900: g_return_val_if_fail (date_type == NAUTILUS_DATE_TYPE_CHANGED #30 0x080e8403 in nautilus_directory_async_state_changed (directory=0x81ba848) at nautilus-directory-async.c:2936 2931: } 2932: *doing_io = TRUE; 2933: 2934: need_slow_mime = is_needy (file, always_lacks, wants_slow_mime_type); 2935: 2936: uri = nautilus_file_get_uri (file); 2937: vfs_uri = gnome_vfs_uri_new (uri); 2938: g_free (uri); 2939: 2940: /* If we can't even get info, fill in the info and go on. 2941: */ #31 0x080eb024 in nautilus_directory_monitor_remove_internal (directory=0x81ba848, file=0x81bbd78, client=0x81b8c28) at nautilus-directory-async.c:1131 1126: 1127: update_metadata_monitors (directory); 1128: 1129: /* XXX - do we need to remove anything from the work queue? */ 1130: 1131: nautilus_directory_async_state_changed (directory); 1132: } 1133: 1134: FileMonitors * 1135: nautilus_directory_remove_file_monitors (NautilusDirectory *directory, 1136: NautilusFile *file) #32 0x08132e7d in vfs_file_monitor_remove (file=0x81bbd78, client=0x81b8c28) at nautilus-vfs-file.c:55 50: 51: static void 52: vfs_file_monitor_remove (NautilusFile *file, 53: gconstpointer client) 54: { 55: nautilus_directory_monitor_remove_internal 56: (file->details->directory, file, client); 57: } 58: 59: static void 60: vfs_file_call_when_ready (NautilusFile *file, #33 0x0810316e in nautilus_file_monitor_remove (file=0x81bbd78, client=0x81b8c28) at nautilus-file.c:2753 2748: { 2749: g_return_if_fail (NAUTILUS_IS_FILE (file)); 2750: g_return_if_fail (client != NULL); 2751: 2752: EEL_CALL_METHOD 2753: (NAUTILUS_FILE_CLASS, file, 2754: monitor_remove, (file, client)); 2755: } 2756: 2757: 2758: /* Return the uri associated with the passed-in file, which may not be #34 0x080fdc0a in free_xdg_dir_cache () at nautilus-file-utilities.c:360 355: int i; 356: 357: if (cached_xdg_dirs != NULL) { 358: for (i = 0; cached_xdg_dirs[i].type != NULL; i++) { 359: if (cached_xdg_dirs[i].file != NULL) { 360: nautilus_file_monitor_remove (cached_xdg_dirs[i].file, 361: &cached_xdg_dirs[i]); 362: g_signal_handlers_disconnect_by_func (cached_xdg_dirs[i].file, 363: G_CALLBACK (xdg_dir_changed), 364: &cached_xdg_dirs[i]); 365: nautilus_file_unref (cached_xdg_dirs[i].file); #35 0x080fe787 in destroy_xdg_dir_cache () at nautilus-file-utilities.c:377 372: } 373: 374: static void 375: destroy_xdg_dir_cache (void) 376: { 377: free_xdg_dir_cache (); 378: unschedule_user_dirs_changed (); 379: desktop_dir_changed (); 380: 381: if (cached_xdg_dirs_handle != NULL) { 382: gnome_vfs_monitor_cancel (cached_xdg_dirs_handle); #36 0xb7f4194c in eel_debug_shut_down () at eel-debug.c:110 [Error: eel-debug.c was not found in source tree] #37 0x0807f0b3 in main (argc=4, argv=0xbf8d7d34) at nautilus-main.c:563 558: 559: /* This has to be done before gnome_vfs_shutdown, because 560: * it might call nautilus_file_get_uri() which might call 561: * gnome_vfs_uri_append_string() 562: */ 563: eel_debug_shut_down (); 564: 565: gnome_vfs_shutdown (); 566: 567: /* This has to be done after gnome_vfs_shutdown, because shutdown 568: * can call pending completion callbacks which reference application. #38 0xb726b050 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6 #39 0x080693e1 in _start ()