#0 0x00007f17580d0f39 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 0x00007f17580d4348 in __GI_abort () at abort.c:89 [Error: abort.c was not found in source tree] #2 0x00007f1758c0deb5 in g_assertion_message (domain=domain@entry=0x0, file=file@entry=0x4fe6e1 "nautilus-window.c", line=line@entry=2110, func=func@entry=0x4fee00 <__FUNCTION__.57585> "nautilus_window_get_slots", message=message@entry=0x1f82fa0 "assertion failed: (NAUTILUS_IS_WINDOW (window))") at /build/buildd/glib2.0-2.39.3/./glib/gtestutils.c:2352 [Error: /build/buildd/glib2.0-2.39.3/./glib/gtestutils.c was not found in source tree] #3 0x00007f1758c0df4a in g_assertion_message_expr (domain=domain@entry=0x0, file=file@entry=0x4fe6e1 "nautilus-window.c", line=line@entry=2110, func=func@entry=0x4fee00 <__FUNCTION__.57585> "nautilus_window_get_slots", expr=expr@entry=0x4fd38a "NAUTILUS_IS_WINDOW (window)") at /build/buildd/glib2.0-2.39.3/./glib/gtestutils.c:2367 [Error: /build/buildd/glib2.0-2.39.3/./glib/gtestutils.c was not found in source tree] #4 0x000000000047afc6 in nautilus_window_get_slots (window=window@entry=0x1f60280) at nautilus-window.c:2110 2105: } 2106: 2107: GList * 2108: nautilus_window_get_slots (NautilusWindow *window) 2109: { 2110: g_assert (NAUTILUS_IS_WINDOW (window)); 2111: 2112: return window->details->slots; 2113: } 2114: 2115: static gboolean #5 0x000000000042b928 in get_window_slot_for_location (application=application@entry=0x1db7120, location=0x1eb8740) at nautilus-application.c:575 570: NautilusWindow *win = NAUTILUS_WINDOW (l->data); 571: 572: if (NAUTILUS_IS_DESKTOP_WINDOW (win)) 573: continue; 574: 575: for (sl = nautilus_window_get_slots (win); sl; sl = sl->next) { 576: NautilusWindowSlot *current = NAUTILUS_WINDOW_SLOT (sl->data); 577: GFile *slot_location = nautilus_window_slot_get_location (current); 578: 579: if (g_file_equal (slot_location, location)) { 580: slot = current; #6 0x000000000042e024 in open_windows (geometry=0x0, screen=0x1e0c0e0, n_files=1, files=, force_new=0, application=0x1db7120) at nautilus-application.c:645 640: /* Open windows at each requested location. */ 641: for (i = 0; i < n_files; ++i) { 642: NautilusWindowSlot *slot = NULL; 643: 644: if (!force_new) 645: slot = get_window_slot_for_location (application, files[i]); 646: 647: if (!slot) { 648: open_window (application, files[i], screen, geometry); 649: } else { 650: /* We open the location again to update any possible selection */ #7 nautilus_application_open (app=, files=, n_files=1, hint=) at nautilus-application.c:710 705: 706: DEBUG ("Open called on the GApplication instance; %d files", n_files); 707: 708: gboolean force_new = (g_strcmp0 (hint, "new-window") == 0); 709: 710: open_windows (self, force_new, files, n_files, 711: gdk_screen_get_default (), 712: self->priv->geometry); 713: } 714: 715: static void #8 0x00007f1753512adc in ffi_call_unix64 () at ../src/x86/unix64.S:76 [Error: ../src/x86/unix64.S was not found in source tree] #9 0x00007f175351240c in ffi_call (cif=cif@entry=0x7ffffe610c70, fn=0x42df50 , rvalue=0x7ffffe610ba0, avalue=avalue@entry=0x7ffffe610b20) at ../src/x86/ffi64.c:522 [Error: ../src/x86/ffi64.c was not found in source tree] #10 0x00007f1758eb3f15 in g_cclosure_marshal_generic_va (closure=0x1db2e30, return_value=0x0, instance=0x1db7120, args_list=, marshal_data=0x42df50 , n_params=3, param_types=0x1db2e80) at /build/buildd/glib2.0-2.39.3/./gobject/gclosure.c:1550 [Error: /build/buildd/glib2.0-2.39.3/./gobject/gclosure.c was not found in source tree] #11 0x00007f1758eb34a7 in _g_closure_invoke_va (closure=0x1db2e30, return_value=0x0, instance=0x1db7120, args=0x7ffffe610eb8, n_params=3, param_types=0x1db2e80) at /build/buildd/glib2.0-2.39.3/./gobject/gclosure.c:840 [Error: /build/buildd/glib2.0-2.39.3/./gobject/gclosure.c was not found in source tree] #12 0x00007f1758ecbf78 in g_signal_emit_valist (instance=0x1db7120, signal_id=, detail=0, var_args=var_args@entry=0x7ffffe610eb8) at /build/buildd/glib2.0-2.39.3/./gobject/gsignal.c:3220 [Error: /build/buildd/glib2.0-2.39.3/./gobject/gsignal.c was not found in source tree] #13 0x00007f1758eccbd2 in g_signal_emit (instance=instance@entry=0x1db7120, signal_id=, detail=detail@entry=0) at /build/buildd/glib2.0-2.39.3/./gobject/gsignal.c:3368 [Error: /build/buildd/glib2.0-2.39.3/./gobject/gsignal.c was not found in source tree] #14 0x00007f17591952ca in g_application_open (application=application@entry=0x1db7120, files=files@entry=0x20a7e40, n_files=n_files@entry=1, hint=) at /build/buildd/glib2.0-2.39.3/./gio/gapplication.c:1491 [Error: /build/buildd/glib2.0-2.39.3/./gio/gapplication.c was not found in source tree] #15 0x000000000042cd0a in nautilus_application_local_command_line (application=0x1db7120, arguments=, exit_status=) at nautilus-application.c:1351 1346: 1347: if (select_uris) { 1348: nautilus_application_select (self, files, len); 1349: } else { 1350: /* Invoke "Open" to create new windows */ 1351: g_application_open (application, files, len, open_new_window ? "new-window" : ""); 1352: } 1353: 1354: for (idx = 0; idx < len; idx++) { 1355: g_object_unref (files[idx]); 1356: } #16 0x00007f17591956eb in g_application_run (application=0x1db7120, argc=argc@entry=1, argv=argv@entry=0x7ffffe611478) at /build/buildd/glib2.0-2.39.3/./gio/gapplication.c:1635 [Error: /build/buildd/glib2.0-2.39.3/./gio/gapplication.c was not found in source tree] #17 0x000000000042b501 in main (argc=1, argv=0x7ffffe611478) 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 ();