#0 0x00007f6f7c930e35 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:63 [Error: ../nptl/sysdeps/unix/sysv/linux/raise.c was not found in source tree] #1 0x00007f6f7c934498 in __GI_abort () at abort.c:90 [Error: abort.c was not found in source tree] #2 0x00007f6f7c96d5ab in __libc_message (do_abort=2, fmt=fmt@entry=0x7f6f7ca7b368 "*** glibc detected *** %s: %s: 0x%s ***\n") at ../sysdeps/unix/sysv/linux/libc_fatal.c:200 [Error: ../sysdeps/unix/sysv/linux/libc_fatal.c was not found in source tree] #3 0x00007f6f7c978b4d in malloc_printerr (ptr=0xbd45890, str=0x7f6f7ca77bbb "corrupted double-linked list", action=) at malloc.c:4960 [Error: malloc.c was not found in source tree] #4 malloc_consolidate (av=av@entry=0x7f6f7ccb5740 ) at malloc.c:4136 [Error: malloc.c was not found in source tree] #5 0x00007f6f7c979528 in _int_free (av=0x7f6f7ccb5740 , p=0xc293a70, have_lock=0) at malloc.c:4036 [Error: malloc.c was not found in source tree] #6 0x00007f6f7e489ef7 in gdk_pixbuf_finalize (object=0x7f6f5401fde0) at gdk-pixbuf.c:259 [Error: gdk-pixbuf.c was not found in source tree] #7 0x00007f6f7d705aa8 in g_object_unref (_object=0x7f6f5401fde0) at /build/buildd/glib2.0-2.35.4/./gobject/gobject.c:3024 [Error: /build/buildd/glib2.0-2.35.4/./gobject/gobject.c was not found in source tree] #8 0x00000000004c18c8 in finalize (object=0x3d9f330) at nautilus-file.c:810 805: g_free (file->details->top_left_text); 806: g_free (file->details->activation_uri); 807: g_clear_object (&file->details->custom_icon); 808: 809: if (file->details->thumbnail) { 810: g_object_unref (file->details->thumbnail); 811: } 812: if (file->details->mount) { 813: g_signal_handlers_disconnect_by_func (file->details->mount, file_mount_unmounted, file); 814: g_object_unref (file->details->mount); 815: } #9 0x00007f6f7d705aa8 in g_object_unref (_object=0x3d9f330) at /build/buildd/glib2.0-2.35.4/./gobject/gobject.c:3024 [Error: /build/buildd/glib2.0-2.35.4/./gobject/gobject.c was not found in source tree] #10 0x00000000004bd299 in nautilus_file_unref (file=) at nautilus-file.c:868 863: 864: #ifdef NAUTILUS_FILE_DEBUG_REF 865: DEBUG_REF_PRINTF("%10p unref'd", file); 866: #endif 867: 868: g_object_unref (file); 869: } 870: 871: /** 872: * nautilus_file_get_parent_uri_for_display: 873: * #11 0x00000000004ba2ec in nautilus_file_queue_remove (queue=, file=) at nautilus-file-queue.c:108 103: 104: queue->head = g_list_remove_link (queue->head, link); 105: g_list_free (link); 106: g_hash_table_remove (queue->item_to_link_map, file); 107: 108: nautilus_file_unref (file); 109: } 110: 111: NautilusFile * 112: nautilus_file_queue_head (NautilusFileQueue *queue) 113: { #12 0x00000000004a3c5f in nautilus_directory_remove_file_from_work_queue (directory=, file=) at nautilus-directory-async.c:4881 4876: { 4877: nautilus_file_queue_remove (directory->details->high_priority_queue, 4878: file); 4879: nautilus_file_queue_remove (directory->details->low_priority_queue, 4880: file); 4881: nautilus_file_queue_remove (directory->details->extension_queue, 4882: file); 4883: } 4884: 4885: 4886: static void #13 0x00000000004a4355 in start_or_stop_io (directory=0x35fd570) at nautilus-directory-async.c:4609 4604: extension_info_start (directory, file, &doing_io); 4605: if (doing_io) { 4606: return; 4607: } 4608: 4609: nautilus_directory_remove_file_from_work_queue (directory, file); 4610: } 4611: } 4612: 4613: /* Call this when the monitor or call when ready list changes, 4614: * or when some I/O is completed. #14 nautilus_directory_async_state_changed (directory=0x35fd570) at nautilus-directory-async.c:4635 4630: } 4631: directory->details->in_async_service_loop = TRUE; 4632: nautilus_directory_ref (directory); 4633: do { 4634: directory->details->state_changed = FALSE; 4635: start_or_stop_io (directory); 4636: if (call_ready_callbacks (directory)) { 4637: directory->details->state_changed = TRUE; 4638: } 4639: } while (directory->details->state_changed); 4640: directory->details->in_async_service_loop = FALSE; #15 nautilus_directory_async_state_changed (directory=0x35fd570) at nautilus-directory-async.c:4617 4612: 4613: /* Call this when the monitor or call when ready list changes, 4614: * or when some I/O is completed. 4615: */ 4616: void 4617: nautilus_directory_async_state_changed (NautilusDirectory *directory) 4618: { 4619: /* Check if any callbacks are satisfied and call them if they 4620: * are. Do this last so that any changes done in start or stop 4621: * I/O functions immediately (not in callbacks) are taken into 4622: * consideration. If any callbacks are called, consider the #16 0x00000000004a766e in got_filesystem_info (info=0x7f6f64187a70, state=0x51e63f0) at nautilus-directory-async.c:4306 4301: g_file_info_get_attribute_uint32 (info, G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW); 4302: file->details->filesystem_readonly = 4303: g_file_info_get_attribute_boolean (info, G_FILE_ATTRIBUTE_FILESYSTEM_READONLY); 4304: } 4305: 4306: nautilus_directory_async_state_changed (directory); 4307: nautilus_file_changed (file); 4308: 4309: nautilus_file_unref (file); 4310: 4311: nautilus_directory_unref (directory); #17 query_filesystem_info_callback (source_object=, res=, user_data=0x51e63f0) at nautilus-directory-async.c:4333 4328: return; 4329: } 4330: 4331: info = g_file_query_filesystem_info_finish (G_FILE (source_object), res, NULL); 4332: 4333: got_filesystem_info (state, info); 4334: 4335: if (info != NULL) { 4336: g_object_unref (info); 4337: } 4338: } #18 0x00007f6f7d9c2544 in g_task_return_now (task=0x2081020) at /build/buildd/glib2.0-2.35.4/./gio/gtask.c:1105 [Error: /build/buildd/glib2.0-2.35.4/./gio/gtask.c was not found in source tree] #19 0x00007f6f7d9c2569 in complete_in_idle_cb (task=0x2081020) at /build/buildd/glib2.0-2.35.4/./gio/gtask.c:1114 [Error: /build/buildd/glib2.0-2.35.4/./gio/gtask.c was not found in source tree] #20 0x00007f6f7d43d5c5 in g_main_dispatch (context=0x1d53f20) at /build/buildd/glib2.0-2.35.4/./glib/gmain.c:2784 [Error: /build/buildd/glib2.0-2.35.4/./glib/gmain.c was not found in source tree] #21 g_main_context_dispatch (context=context@entry=0x1d53f20) at /build/buildd/glib2.0-2.35.4/./glib/gmain.c:3288 [Error: /build/buildd/glib2.0-2.35.4/./glib/gmain.c was not found in source tree] #22 0x00007f6f7d43d908 in g_main_context_iterate (context=context@entry=0x1d53f20, block=block@entry=1, dispatch=dispatch@entry=1, self=) at /build/buildd/glib2.0-2.35.4/./glib/gmain.c:3359 [Error: /build/buildd/glib2.0-2.35.4/./glib/gmain.c was not found in source tree] #23 0x00007f6f7d43d9c4 in g_main_context_iteration (context=0x1d53f20, context@entry=0x0, may_block=may_block@entry=1) at /build/buildd/glib2.0-2.35.4/./glib/gmain.c:3420 [Error: /build/buildd/glib2.0-2.35.4/./glib/gmain.c was not found in source tree] #24 0x00007f6f7d9e4bcc in g_application_run (application=0x1d27030, argc=argc@entry=2, argv=argv@entry=0x7fff5ae627e8) at /build/buildd/glib2.0-2.35.4/./gio/gapplication.c:1620 [Error: /build/buildd/glib2.0-2.35.4/./gio/gapplication.c was not found in source tree] #25 0x000000000042b6cb in main (argc=2, argv=0x7fff5ae627e8) at nautilus-main.c:103 98: /* Run the nautilus application. */ 99: application = g_object_new (NAUTILUS_TYPE_APPLICATION, 100: "application-id", "org.gnome.NautilusApplication", 101: "flags", G_APPLICATION_HANDLES_OPEN, 102: NULL); 103: retval = g_application_run (G_APPLICATION (application), 104: argc, argv); 105: 106: g_object_unref (application); 107: 108: eel_debug_shut_down ();