#0 0x00007f7dafd19f79 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 0x00007f7dafd1d388 in __GI_abort () at abort.c:89 [Error: abort.c was not found in source tree] #2 0x00007f7db0855175 in g_assertion_message (domain=domain@entry=0x0, file=file@entry=0x50125f "nautilus-bookmark.c", line=line@entry=350, func=func@entry=0x501870 <__FUNCTION__.49716> "nautilus_bookmark_connect_file", message=message@entry=0x1a269c0 "assertion failed: (!nautilus_file_is_gone (bookmark->details->file))") at /build/buildd/glib2.0-2.40.0/./glib/gtestutils.c:2291 [Error: /build/buildd/glib2.0-2.40.0/./glib/gtestutils.c was not found in source tree] #3 0x00007f7db085520a in g_assertion_message_expr (domain=domain@entry=0x0, file=file@entry=0x50125f "nautilus-bookmark.c", line=line@entry=350, func=func@entry=0x501870 <__FUNCTION__.49716> "nautilus_bookmark_connect_file", expr=expr@entry=0x501570 "!nautilus_file_is_gone (bookmark->details->file)") at /build/buildd/glib2.0-2.40.0/./glib/gtestutils.c:2306 [Error: /build/buildd/glib2.0-2.40.0/./glib/gtestutils.c was not found in source tree] #4 0x0000000000482639 in nautilus_bookmark_connect_file (bookmark=bookmark@entry=0x7f7d78017ce0) at nautilus-bookmark.c:350 345: 346: if (bookmark->details->exists) { 347: DEBUG ("%s: creating file", nautilus_bookmark_get_name (bookmark)); 348: 349: bookmark->details->file = nautilus_file_get (bookmark->details->location); 350: g_assert (!nautilus_file_is_gone (bookmark->details->file)); 351: 352: g_signal_connect_object (bookmark->details->file, "changed", 353: G_CALLBACK (bookmark_file_changed_callback), bookmark, 0); 354: } 355: #5 0x0000000000482684 in nautilus_bookmark_constructed (obj=) at nautilus-bookmark.c:550 545: static void 546: nautilus_bookmark_constructed (GObject *obj) 547: { 548: NautilusBookmark *self = NAUTILUS_BOOKMARK (obj); 549: 550: nautilus_bookmark_connect_file (self); 551: nautilus_bookmark_update_exists (self); 552: } 553: 554: static void 555: nautilus_bookmark_class_init (NautilusBookmarkClass *class) #6 0x00007f7db0b0538a in g_object_new_internal (class=class@entry=0xe764d0, params=params@entry=0x7fff62d65d10, n_params=3) at /build/buildd/glib2.0-2.40.0/./gobject/gobject.c:1763 [Error: /build/buildd/glib2.0-2.40.0/./gobject/gobject.c was not found in source tree] #7 0x00007f7db0b074c4 in g_object_new_valist (object_type=object_type@entry=19315984, first_property_name=first_property_name@entry=0x4fd6ab "location", var_args=var_args@entry=0x7fff62d65e68) at /build/buildd/glib2.0-2.40.0/./gobject/gobject.c:1980 [Error: /build/buildd/glib2.0-2.40.0/./gobject/gobject.c was not found in source tree] #8 0x00007f7db0b078a4 in g_object_new (object_type=19315984, first_property_name=first_property_name@entry=0x4fd6ab "location") at /build/buildd/glib2.0-2.40.0/./gobject/gobject.c:1571 [Error: /build/buildd/glib2.0-2.40.0/./gobject/gobject.c was not found in source tree] #9 0x00000000004829f4 in nautilus_bookmark_new (location=location@entry=0x7f7da0022cd0, custom_name=custom_name@entry=0x14d4420 "") at nautilus-bookmark.c:757 752: nautilus_bookmark_new (GFile *location, 753: const gchar *custom_name) 754: { 755: NautilusBookmark *new_bookmark; 756: 757: new_bookmark = NAUTILUS_BOOKMARK (g_object_new (NAUTILUS_TYPE_BOOKMARK, 758: "location", location, 759: "name", custom_name, 760: "custom-name", custom_name != NULL, 761: NULL)); 762: #10 0x000000000047509b in nautilus_window_slot_update_bookmark (file=0x16007c0, slot=0x19eafa0) at nautilus-window-slot.c:1964 1959: /* We've changed locations, must recreate bookmark for current location. */ 1960: g_clear_object (&slot->details->last_location_bookmark); 1961: slot->details->last_location_bookmark = slot->details->current_location_bookmark; 1962: 1963: display_name = nautilus_file_get_display_name (file); 1964: slot->details->current_location_bookmark = nautilus_bookmark_new (new_location, display_name); 1965: g_free (display_name); 1966: } 1967: 1968: g_object_unref (new_location); 1969: } #11 nautilus_window_slot_update_for_new_location (slot=0x19eafa0) at nautilus-window-slot.c:2249 2244: window = nautilus_window_slot_get_window (slot); 2245: new_location = slot->details->pending_location; 2246: slot->details->pending_location = NULL; 2247: 2248: file = nautilus_file_get (new_location); 2249: nautilus_window_slot_update_bookmark (slot, file); 2250: 2251: update_history (slot, slot->details->location_change_type, new_location); 2252: old_location = nautilus_window_slot_get_location (slot); 2253: 2254: location_really_changed = #12 location_has_really_changed (slot=0x19eafa0) at nautilus-window-slot.c:2505 2500: /* Switch to the new content view. */ 2501: nautilus_window_slot_switch_new_content_view (slot); 2502: 2503: if (slot->details->pending_location != NULL) { 2504: /* Tell the window we are finished. */ 2505: nautilus_window_slot_update_for_new_location (slot); 2506: } 2507: 2508: location = nautilus_window_slot_get_location (slot); 2509: if (location != NULL) { 2510: g_object_ref (location); #13 view_begin_loading_cb (view=, slot=0x19eafa0) at nautilus-window-slot.c:2426 2421: } 2422: 2423: nautilus_profile_start (NULL); 2424: 2425: if (view == slot->details->new_content_view) { 2426: location_has_really_changed (slot); 2427: } else { 2428: nautilus_window_slot_set_allow_stop (slot, TRUE); 2429: } 2430: 2431: setup_loading_floating_bar (slot); #14 0x00007f7db0b003b8 in g_closure_invoke (closure=0x163cda0, return_value=0x0, n_param_values=1, param_values=0x7fff62d66170, invocation_hint=0x7fff62d66110) at /build/buildd/glib2.0-2.40.0/./gobject/gclosure.c:768 [Error: /build/buildd/glib2.0-2.40.0/./gobject/gclosure.c was not found in source tree] #15 0x00007f7db0b11d3d in signal_emit_unlocked_R (node=node@entry=0x104bed0, detail=detail@entry=0, instance=instance@entry=0x149cd60, emission_return=emission_return@entry=0x0, instance_and_params=instance_and_params@entry=0x7fff62d66170) at /build/buildd/glib2.0-2.40.0/./gobject/gsignal.c:3551 [Error: /build/buildd/glib2.0-2.40.0/./gobject/gsignal.c was not found in source tree] #16 0x00007f7db0b19a29 in g_signal_emit_valist (instance=, signal_id=, detail=, var_args=var_args@entry=0x7fff62d662f8) at /build/buildd/glib2.0-2.40.0/./gobject/gsignal.c:3307 [Error: /build/buildd/glib2.0-2.40.0/./gobject/gsignal.c was not found in source tree] #17 0x00007f7db0b19ce2 in g_signal_emit (instance=instance@entry=0x149cd60, signal_id=, detail=detail@entry=0) at /build/buildd/glib2.0-2.40.0/./gobject/gsignal.c:3363 [Error: /build/buildd/glib2.0-2.40.0/./gobject/gsignal.c was not found in source tree] #18 0x00000000004626eb in finish_loading (view=0x149cd60) at nautilus-view.c:9257 9252: 9253: /* Tell interested parties that we've begun loading this directory now. 9254: * Subclasses use this to know that the new metadata is now available. 9255: */ 9256: nautilus_profile_start ("BEGIN_LOADING"); 9257: g_signal_emit (view, signals[BEGIN_LOADING], 0); 9258: nautilus_profile_end ("BEGIN_LOADING"); 9259: 9260: /* Assume we have now all information to show window */ 9261: nautilus_window_view_visible (nautilus_view_get_window (view), NAUTILUS_VIEW (view)); 9262: #19 finish_loading_if_all_metadata_loaded (view=view@entry=0x149cd60) at nautilus-view.c:9316 9311: static void 9312: finish_loading_if_all_metadata_loaded (NautilusView *view) 9313: { 9314: if (!view->details->metadata_for_directory_as_file_pending && 9315: !view->details->metadata_for_files_in_directory_pending) { 9316: finish_loading (view); 9317: } 9318: } 9319: 9320: static void 9321: metadata_for_directory_as_file_ready_callback (NautilusFile *file, #20 0x0000000000462903 in metadata_for_files_in_directory_ready_callback (directory=0x1256500, files=, callback_data=0x149cd60) at nautilus-view.c:9357 9352: 9353: nautilus_profile_start (NULL); 9354: 9355: view->details->metadata_for_files_in_directory_pending = FALSE; 9356: 9357: finish_loading_if_all_metadata_loaded (view); 9358: nautilus_profile_end (NULL); 9359: } 9360: 9361: static void 9362: disconnect_handler (GObject *object, guint *id) #21 0x000000000049fbe2 in ready_callback_call (directory=0x1256500, callback=) at nautilus-directory-async.c:1285 1280: } else { 1281: file_list = nautilus_directory_get_file_list (directory); 1282: } 1283: 1284: /* Pass back the file list if the user was waiting for it. */ 1285: (* callback->callback.directory) (directory, 1286: file_list, 1287: callback->callback_data); 1288: 1289: nautilus_file_list_free (file_list); 1290: } #22 0x00000000004a4d33 in call_ready_callbacks_at_idle (callback_data=) at nautilus-directory-async.c:1855 1850: 1851: /* Callbacks are one-shots, so remove it now. */ 1852: remove_callback_link_keep_data (directory, node); 1853: 1854: /* Call the callback. */ 1855: ready_callback_call (directory, callback); 1856: g_free (callback); 1857: } 1858: 1859: nautilus_directory_async_state_changed (directory); 1860: #23 0x00007f7db0830ce5 in g_main_dispatch (context=0xe9bc90) at /build/buildd/glib2.0-2.40.0/./glib/gmain.c:3064 [Error: /build/buildd/glib2.0-2.40.0/./glib/gmain.c was not found in source tree] #24 g_main_context_dispatch (context=context@entry=0xe9bc90) at /build/buildd/glib2.0-2.40.0/./glib/gmain.c:3663 [Error: /build/buildd/glib2.0-2.40.0/./glib/gmain.c was not found in source tree] #25 0x00007f7db0831048 in g_main_context_iterate (context=context@entry=0xe9bc90, block=block@entry=1, dispatch=dispatch@entry=1, self=) at /build/buildd/glib2.0-2.40.0/./glib/gmain.c:3734 [Error: /build/buildd/glib2.0-2.40.0/./glib/gmain.c was not found in source tree] #26 0x00007f7db08310ec in g_main_context_iteration (context=0xe9bc90, context@entry=0x0, may_block=may_block@entry=1) at /build/buildd/glib2.0-2.40.0/./glib/gmain.c:3795 [Error: /build/buildd/glib2.0-2.40.0/./glib/gmain.c was not found in source tree] #27 0x00007f7db0de367c in g_application_run (application=0xe73140, argc=argc@entry=2, argv=argv@entry=0x7fff62d666c8) at /build/buildd/glib2.0-2.40.0/./gio/gapplication.c:2114 [Error: /build/buildd/glib2.0-2.40.0/./gio/gapplication.c was not found in source tree] #28 0x000000000042b561 in main (argc=2, argv=0x7fff62d666c8) 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 ();