#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 0x00007f6f754fe801 in __GI_abort () at abort.c:79 [Error: abort.c was not found in source tree] #2 0x00007f6f79ba5fa5 in g_assertion_message (domain=domain@entry=0x0, file=file@entry=0x56249a5de143 "../src/nautilus-file.c", line=line@entry=721, func=func@entry=0x56249a5e09e0 <__func__.68725> "nautilus_file_get_internal", message=message@entry=0x56249aebe230 "assertion failed: (location != NULL)") at ../../../../glib/gtestutils.c:2532 [Error: gtestutils.c was not found in source tree] #3 0x00007f6f79ba600a in g_assertion_message_expr (domain=domain@entry=0x0, file=file@entry=0x56249a5de143 "../src/nautilus-file.c", line=line@entry=721, func=func@entry=0x56249a5e09e0 <__func__.68725> "nautilus_file_get_internal", expr=expr@entry=0x56249a5f4633 "location != NULL") at ../../../../glib/gtestutils.c:2555 [Error: gtestutils.c was not found in source tree] #4 0x000056249a53a999 in nautilus_file_get_internal (location=location@entry=0x0, create=create@entry=1) at ../src/nautilus-file.c:721 716: NautilusDirectory *directory; 717: NautilusFile *file; 718: GFile *parent; 719: char *basename; 720: 721: g_assert (location != NULL); 722: 723: parent = g_file_get_parent (location); 724: 725: self_owned = FALSE; 726: if (parent == NULL) #5 0x000056249a53b36a in nautilus_file_get (location=location@entry=0x0) at ../src/nautilus-file.c:788 783: } 784: 785: NautilusFile * 786: nautilus_file_get (GFile *location) 787: { 788: return nautilus_file_get_internal (location, TRUE); 789: } 790: 791: NautilusFile * 792: nautilus_file_get_existing (GFile *location) 793: { #6 0x000056249a581bb0 in open_location_cb (view=0x56249b221950, location=0x0, open_flags=(GTK_PLACES_OPEN_NORMAL | GTK_PLACES_OPEN_NEW_TAB | GTK_PLACES_OPEN_NEW_WINDOW)) at ../src/nautilus-places-view.c:96 91: NautilusFile *file; 92: GtkWidget *window; 93: char *path; 94: 95: path = "other-locations:///"; 96: file = nautilus_file_get (location); 97: window = gtk_widget_get_toplevel (GTK_WIDGET (view)); 98: 99: nautilus_mime_activate_file (GTK_WINDOW (window), 100: NAUTILUS_WINDOW_SLOT (slot), 101: file, #7 0x00007f6f713b4dae in ffi_call_unix64 () at ../src/x86/unix64.S:76 [Error: unix64.S was not found in source tree] #8 0x00007f6f713b471f in ffi_call (cif=cif@entry=0x7fffa7e36440, fn=fn@entry=0x56249a581b50 , rvalue=, avalue=avalue@entry=0x7fffa7e36330) at ../src/x86/ffi64.c:525 [Error: ffi64.c was not found in source tree] #9 0x00007f6f77b8cb4d in g_cclosure_marshal_generic_va (closure=0x56249b1c6870, return_value=0x0, instance=, args_list=, marshal_data=, n_params=2, param_types=0x56249aeeb1a0) at ../../../../gobject/gclosure.c:1604 [Error: gclosure.c was not found in source tree] #10 0x00007f6f77b8c1a6 in _g_closure_invoke_va (closure=0x56249b1c6870, return_value=0x0, instance=0x56249ae16f60, args=0x7fffa7e366e0, n_params=2, param_types=0x56249aeeb1a0) at ../../../../gobject/gclosure.c:867 [Error: gclosure.c was not found in source tree] #11 0x00007f6f77ba76df in g_signal_emit_valist (instance=0x56249ae16f60, signal_id=, detail=, var_args=var_args@entry=0x7fffa7e366e0) at ../../../../gobject/gsignal.c:3300 [Error: gsignal.c was not found in source tree] #12 0x00007f6f77ba7e0f in g_signal_emit (instance=, signal_id=, detail=detail@entry=0) at ../../../../gobject/gsignal.c:3447 [Error: gsignal.c was not found in source tree] #13 0x000056249a5b6937 in emit_open_location (view=, location=location@entry=0x0, open_flags=, open_flags@entry=(GTK_PLACES_OPEN_NORMAL | GTK_PLACES_OPEN_NEW_TAB | GTK_PLACES_OPEN_NEW_WINDOW)) at ../src/gtk/nautilusgtkplacesview.c:161 156: priv = nautilus_gtk_places_view_get_instance_private (view); 157: 158: if ((open_flags & priv->open_flags) == 0) 159: open_flags = GTK_PLACES_OPEN_NORMAL; 160: 161: g_signal_emit (view, places_view_signals[OPEN_LOCATION], 0, location, open_flags); 162: } 163: 164: static void 165: emit_show_error_message (NautilusGtkPlacesView *view, 166: gchar *primary_message, #14 0x000056249a5ba163 in volume_mount_ready_cb (source_volume=, res=, user_data=0x56249ae16f60) at ../src/gtk/nautilusgtkplacesview.c:1333 1328: 1329: mount = g_volume_get_mount (volume); 1330: root = g_mount_get_default_location (mount); 1331: 1332: if (priv->should_open_location) 1333: emit_open_location (NAUTILUS_GTK_PLACES_VIEW (user_data), root, priv->open_flags); 1334: 1335: g_object_unref (mount); 1336: g_object_unref (root); 1337: } 1338: #15 0x00007f6f77e5d093 in g_task_return_now (task=0x56249aba76d0) at ../../../../gio/gtask.c:1148 [Error: gtask.c was not found in source tree] #16 0x00007f6f77e5dab6 in g_task_return (task=0x56249aba76d0, type=) at ../../../../gio/gtask.c:1206 [Error: gtask.c was not found in source tree] #17 0x00007f6f5441d92d in mount_cb (proxy=0x56249ac71ed0, res=0x56249ad5e1c0, user_data=) at ../monitor/proxy/gproxyvolume.c:793 [Error: gproxyvolume.c was not found in source tree] #18 0x00007f6f77e5d093 in g_task_return_now (task=0x56249ad5e1c0) at ../../../../gio/gtask.c:1148 [Error: gtask.c was not found in source tree] #19 0x00007f6f77e5dab6 in g_task_return (task=0x56249ad5e1c0, type=) at ../../../../gio/gtask.c:1206 [Error: gtask.c was not found in source tree] #20 0x00007f6f77e9c3fb in reply_cb (connection=, res=, user_data=0x56249ad5e1c0) at ../../../../gio/gdbusproxy.c:2596 [Error: gdbusproxy.c was not found in source tree] #21 0x00007f6f77e5d093 in g_task_return_now (task=0x56249ad5e290) at ../../../../gio/gtask.c:1148 [Error: gtask.c was not found in source tree] #22 0x00007f6f77e5dab6 in g_task_return (task=0x56249ad5e290, type=) at ../../../../gio/gtask.c:1206 [Error: gtask.c was not found in source tree] #23 0x00007f6f77e90ed2 in g_dbus_connection_call_done (source=, result=0x7f6f4c0086d0, user_data=0x56249ad5e290) at ../../../../gio/gdbusconnection.c:5724 [Error: gdbusconnection.c was not found in source tree] #24 0x00007f6f77e5d093 in g_task_return_now (task=0x7f6f4c0086d0) at ../../../../gio/gtask.c:1148 [Error: gtask.c was not found in source tree] #25 0x00007f6f77e5d0c9 in complete_in_idle_cb (task=0x7f6f4c0086d0) at ../../../../gio/gtask.c:1162 [Error: gtask.c was not found in source tree] #26 0x00007f6f79b7f0f5 in g_main_dispatch (context=0x56249ab33e10) at ../../../../glib/gmain.c:3177 [Error: gmain.c was not found in source tree] #27 g_main_context_dispatch (context=context@entry=0x56249ab33e10) at ../../../../glib/gmain.c:3830 [Error: gmain.c was not found in source tree] #28 0x00007f6f79b7f4c0 in g_main_context_iterate (context=context@entry=0x56249ab33e10, block=block@entry=1, dispatch=dispatch@entry=1, self=) at ../../../../glib/gmain.c:3903 [Error: gmain.c was not found in source tree] #29 0x00007f6f79b7f54c in g_main_context_iteration (context=context@entry=0x56249ab33e10, may_block=may_block@entry=1) at ../../../../glib/gmain.c:3964 [Error: gmain.c was not found in source tree] #30 0x00007f6f77e72d2d in g_application_run (application=0x56249ab1e120, argc=, argv=) at ../../../../gio/gapplication.c:2470 [Error: gapplication.c was not found in source tree] #31 0x000056249a503c0c in main (argc=2, argv=0x7fffa7e36bf8) 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 ();