#0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51 [Error: raise.c was not found in source tree] #1 0x00007f3d325ddf5d in __GI_abort () at abort.c:90 [Error: abort.c was not found in source tree] #2 0x00007f3d36c4181d in g_assertion_message (domain=domain@entry=0x0, file=file@entry=0x55c02936d125 "../src/nautilus-list-view.c", line=line@entry=2504, func=func@entry=0x55c02936d6a0 <__func__.56497> "nautilus_list_view_get_backing_uri", message=message@entry=0x55c02b988cd0 "assertion failed: (list_model)") at ../../../../glib/gtestutils.c:2436 [Error: gtestutils.c was not found in source tree] #3 0x00007f3d36c418aa in g_assertion_message_expr (domain=domain@entry=0x0, file=file@entry=0x55c02936d125 "../src/nautilus-list-view.c", line=line@entry=2504, func=func@entry=0x55c02936d6a0 <__func__.56497> "nautilus_list_view_get_backing_uri", expr=expr@entry=0x55c02936d1cb "list_model") at ../../../../glib/gtestutils.c:2459 [Error: gtestutils.c was not found in source tree] #4 0x000055c0292fbcd9 in nautilus_list_view_get_backing_uri (view=0x55c02bb5a710) at ../src/nautilus-list-view.c:2504 2499: 2500: list_view = NAUTILUS_LIST_VIEW (view); 2501: list_model = list_view->details->model; 2502: tree_view = list_view->details->tree_view; 2503: 2504: g_assert (list_model); 2505: 2506: /* We currently handle three common cases here: 2507: * (a) if the selection contains non-filesystem items (i.e., the 2508: * "(Empty)" label), we return the uri of the parent. 2509: * (b) if the selection consists of exactly one _expanded_ directory, we #5 0x000055c0292f5da5 in paste_clipboard_received_callback (clipboard=, selection_data=0x7fff9730f200, data=) at ../src/nautilus-files-view.c:2619 2614: char *view_uri; 2615: 2616: view = NAUTILUS_FILES_VIEW (data); 2617: priv = nautilus_files_view_get_instance_private (view); 2618: 2619: view_uri = nautilus_files_view_get_backing_uri (view); 2620: 2621: if (priv->slot != NULL) 2622: { 2623: paste_clipboard_data (view, selection_data, view_uri); 2624: } #6 0x00007f3d36663639 in selection_received (widget=0x55c02b34ae30, selection_data=0x7fff9730f200, time=) at ././gtk/gtkclipboard.c:960 [Error: gtkclipboard.c was not found in source tree] #7 0x00007f3d34c13f9d in g_closure_invoke (closure=0x55c02b4877c0, return_value=0x0, n_param_values=3, param_values=0x7fff9730ee90, invocation_hint=0x7fff9730ee10) at ../../../../gobject/gclosure.c:804 [Error: gclosure.c was not found in source tree] #8 0x00007f3d34c26cde in signal_emit_unlocked_R (node=node@entry=0x55c02adf5c00, detail=detail@entry=0, instance=instance@entry=0x55c02b34ae30, emission_return=emission_return@entry=0x0, instance_and_params=instance_and_params@entry=0x7fff9730ee90) at ../../../../gobject/gsignal.c:3635 [Error: gsignal.c was not found in source tree] #9 0x00007f3d34c2f4b5 in g_signal_emit_valist (instance=instance@entry=0x55c02b34ae30, signal_id=signal_id@entry=174, detail=0, var_args=var_args@entry=0x7fff9730f0c8) at ../../../../gobject/gsignal.c:3391 [Error: gsignal.c was not found in source tree] #10 0x00007f3d34c303a8 in g_signal_emit_by_name (instance=0x55c02b34ae30, detailed_signal=detailed_signal@entry=0x7f3d366ec944 "selection-received") at ../../../../gobject/gsignal.c:3487 [Error: gsignal.c was not found in source tree] #11 0x00007f3d3657d523 in gtk_selection_retrieval_report (info=info@entry=0x55c02bef7920, type=type@entry=0x0, format=format@entry=0, buffer=buffer@entry=0x0, length=length@entry=-1, time=time@entry=0) at ././gtk/gtkselection.c:3031 [Error: gtkselection.c was not found in source tree] #12 0x00007f3d3657d946 in gtk_selection_retrieval_timeout (info=0x55c02bef7920) at ././gtk/gtkselection.c:2986 [Error: gtkselection.c was not found in source tree] #13 0x00007f3d35fe1d70 in gdk_threads_dispatch (data=0x7f3d0c0021a0, data@entry=) at ././gdk/gdk.c:743 [Error: gdk.c was not found in source tree] #14 0x00007f3d36c1b8a3 in g_timeout_dispatch (source=source@entry=0x55c02bf855a0, callback=, user_data=) at ../../../../glib/gmain.c:4633 [Error: gmain.c was not found in source tree] #15 0x00007f3d36c1ae25 in g_main_dispatch (context=0x55c02ad72d50) at ../../../../glib/gmain.c:3148 [Error: gmain.c was not found in source tree] #16 g_main_context_dispatch (context=context@entry=0x55c02ad72d50) at ../../../../glib/gmain.c:3813 [Error: gmain.c was not found in source tree] #17 0x00007f3d36c1b1f0 in g_main_context_iterate (context=context@entry=0x55c02ad72d50, block=block@entry=1, dispatch=dispatch@entry=1, self=) at ../../../../glib/gmain.c:3886 [Error: gmain.c was not found in source tree] #18 0x00007f3d36c1b27c in g_main_context_iteration (context=context@entry=0x55c02ad72d50, may_block=may_block@entry=1) at ../../../../glib/gmain.c:3947 [Error: gmain.c was not found in source tree] #19 0x00007f3d34ef8c4d in g_application_run (application=0x55c02ad5c1d0, argc=, argv=) at ../../../../gio/gapplication.c:2401 [Error: gapplication.c was not found in source tree] #20 0x000055c02928af7c in main (argc=2, argv=0x7fff9730f528) at ../src/nautilus-main.c:102 97: if (g_getenv ("NAUTILUS_PERSIST") != NULL) 98: { 99: g_application_hold (G_APPLICATION (application)); 100: } 101: 102: retval = g_application_run (G_APPLICATION (application), 103: argc, argv); 104: 105: g_object_unref (application); 106: 107: eel_debug_shut_down ();