#0 0x00007f1c05f06f77 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 [Error: ../nptl/sysdeps/unix/sysv/linux/raise.c was not found in source tree] #1 0x00007f1c05f0a5e8 in __GI_abort () at abort.c:90 [Error: abort.c was not found in source tree] #2 0x00007f1c06a21d7d in _g_log_abort () at /build/buildd/glib2.0-2.37.3/./glib/gmessages.c:255 [Error: /build/buildd/glib2.0-2.37.3/./glib/gmessages.c was not found in source tree] #3 0x00007f1c06a3f016 in g_assertion_message (domain=domain@entry=0x0, file=file@entry=0x50709b "nautilus-directory-async.c", line=line@entry=2302, func=func@entry=0x5079c0 <__PRETTY_FUNCTION__.54554> "directory_count_stop", message=) at /build/buildd/glib2.0-2.37.3/./glib/gtestutils.c:2075 [Error: /build/buildd/glib2.0-2.37.3/./glib/gtestutils.c was not found in source tree] #4 0x00007f1c06a3f074 in g_assertion_message_expr (domain=domain@entry=0x0, file=file@entry=0x50709b "nautilus-directory-async.c", line=line@entry=2302, func=func@entry=0x5079c0 <__PRETTY_FUNCTION__.54554> "directory_count_stop", expr=expr@entry=0x5072c8 "file->details->directory == directory") at /build/buildd/glib2.0-2.37.3/./glib/gtestutils.c:2086 [Error: /build/buildd/glib2.0-2.37.3/./glib/gtestutils.c was not found in source tree] #5 0x00000000004a417e in directory_count_stop (directory=0x7f1bf800e560) at nautilus-directory-async.c:2302 2297: 2298: if (directory->details->count_in_progress != NULL) { 2299: file = directory->details->count_in_progress->count_file; 2300: if (file != NULL) { 2301: g_assert (NAUTILUS_IS_FILE (file)); 2302: g_assert (file->details->directory == directory); 2303: if (is_needy (file, 2304: should_get_directory_count_now, 2305: REQUEST_DIRECTORY_COUNT)) { 2306: return; 2307: } #6 start_or_stop_io (directory=0x7f1bf800e560) at nautilus-directory-async.c:4448 4443: /* Start or stop reading files. */ 4444: file_list_start_or_stop (directory); 4445: 4446: /* Stop any no longer wanted attribute fetches. */ 4447: file_info_stop (directory); 4448: directory_count_stop (directory); 4449: deep_count_stop (directory); 4450: mime_list_stop (directory); 4451: top_left_stop (directory); 4452: link_info_stop (directory); 4453: extension_info_stop (directory); #7 nautilus_directory_async_state_changed (directory=directory@entry=0x7f1bf800e560) at nautilus-directory-async.c:4530 4525: } 4526: directory->details->in_async_service_loop = TRUE; 4527: nautilus_directory_ref (directory); 4528: do { 4529: directory->details->state_changed = FALSE; 4530: start_or_stop_io (directory); 4531: if (call_ready_callbacks (directory)) { 4532: directory->details->state_changed = TRUE; 4533: } 4534: } while (directory->details->state_changed); 4535: directory->details->in_async_service_loop = FALSE; #8 0x00000000004a9fa5 in call_files_changed_common (directory=0x7f1bf800e560, file_list=file_list@entry=0x25b6ea0) at nautilus-directory.c:912 907: if (file->details->directory == directory) { 908: nautilus_directory_add_file_to_work_queue (directory, 909: file); 910: } 911: } 912: nautilus_directory_async_state_changed (directory); 913: nautilus_directory_emit_change_signals (directory, file_list); 914: } 915: 916: static void 917: call_files_changed_free_list (gpointer key, gpointer value, gpointer user_data) #9 0x00000000004aa0e2 in call_files_changed_free_list (key=0x7f1bf800e560, value=0x25b6ea0, user_data=) at nautilus-directory.c:922 917: call_files_changed_free_list (gpointer key, gpointer value, gpointer user_data) 918: { 919: g_assert (value != NULL); 920: g_assert (user_data == NULL); 921: 922: call_files_changed_common (NAUTILUS_DIRECTORY (key), value); 923: g_list_free (value); 924: } 925: 926: static void 927: call_files_changed_unref_free_list (gpointer key, gpointer value, gpointer user_data) #10 0x00007f1c06a0b420 in g_hash_table_foreach (hash_table=hash_table@entry=0x2c41640, func=func@entry=0x4aa060 , user_data=user_data@entry=0x0) at /build/buildd/glib2.0-2.37.3/./glib/ghash.c:1526 [Error: /build/buildd/glib2.0-2.37.3/./glib/ghash.c was not found in source tree] #11 0x00000000004aa785 in nautilus_directory_notify_files_moved (file_pairs=file_pairs@entry=0x2bbee40) at nautilus-directory.c:1454 1449: unref_list = g_list_prepend (unref_list, file); 1450: } 1451: } 1452: 1453: /* Now send out the changed and added signals for existing file objects. */ 1454: g_hash_table_foreach (changed_lists, call_files_changed_free_list, NULL); 1455: g_hash_table_destroy (changed_lists); 1456: g_hash_table_foreach (added_lists, call_files_added_free_list, NULL); 1457: g_hash_table_destroy (added_lists); 1458: 1459: /* Let the file objects go. */ #12 0x00000000004ad420 in nautilus_file_changes_consume_changes (consume_all=consume_all@entry=1) at nautilus-file-changes-queue.c:321 316: g_list_free_full (deletions, g_object_unref); 317: deletions = NULL; 318: } 319: if (moves != NULL) { 320: moves = g_list_reverse (moves); 321: nautilus_directory_notify_files_moved (moves); 322: pairs_list_free (moves); 323: moves = NULL; 324: } 325: if (additions != NULL) { 326: additions = g_list_reverse (additions); #13 0x00000000004aeb88 in move_job_done (user_data=0x2c2ac20) at nautilus-file-operations.c:5276 5271: g_hash_table_unref (job->debuting_files); 5272: g_free (job->icon_positions); 5273: 5274: finalize_common ((CommonJob *)job); 5275: 5276: nautilus_file_changes_consume_changes (TRUE); 5277: return FALSE; 5278: } 5279: 5280: static gboolean 5281: move_job (GIOSchedulerJob *io_job, #14 0x00007f1c06f82b3f in mainloop_proxy_func (data=0x7f1be8003fb0) at /build/buildd/glib2.0-2.37.3/./gio/gioscheduler.c:204 [Error: /build/buildd/glib2.0-2.37.3/./gio/gioscheduler.c was not found in source tree] #15 0x00007f1c06a1b0a6 in g_main_dispatch (context=0x24c1400) at /build/buildd/glib2.0-2.37.3/./glib/gmain.c:3058 [Error: /build/buildd/glib2.0-2.37.3/./glib/gmain.c was not found in source tree] #16 g_main_context_dispatch (context=context@entry=0x24c1400) at /build/buildd/glib2.0-2.37.3/./glib/gmain.c:3634 [Error: /build/buildd/glib2.0-2.37.3/./glib/gmain.c was not found in source tree] #17 0x00007f1c06a1b3f8 in g_main_context_iterate (context=context@entry=0x24c1400, block=block@entry=1, dispatch=dispatch@entry=1, self=) at /build/buildd/glib2.0-2.37.3/./glib/gmain.c:3705 [Error: /build/buildd/glib2.0-2.37.3/./glib/gmain.c was not found in source tree] #18 0x00007f1c06a1b49c in g_main_context_iteration (context=0x24c1400, context@entry=0x0, may_block=may_block@entry=1) at /build/buildd/glib2.0-2.37.3/./glib/gmain.c:3766 [Error: /build/buildd/glib2.0-2.37.3/./glib/gmain.c was not found in source tree] #19 0x00007f1c06fc3a1c in g_application_run (application=0x248f120, argc=argc@entry=2, argv=argv@entry=0x7ffffdd52c78) at /build/buildd/glib2.0-2.37.3/./gio/gapplication.c:1635 [Error: /build/buildd/glib2.0-2.37.3/./gio/gapplication.c was not found in source tree] #20 0x000000000042b0b1 in main (argc=2, argv=0x7ffffdd52c78) at nautilus-main.c:104 99: /* hold indefinitely if we're asked to persist */ 100: if (g_getenv ("NAUTILUS_PERSIST") != NULL) { 101: g_application_hold (G_APPLICATION (application)); 102: } 103: 104: retval = g_application_run (G_APPLICATION (application), 105: argc, argv); 106: 107: g_object_unref (application); 108: 109: eel_debug_shut_down ();