#0 0x00007fb8d6e0ae35 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:63 [Error: ../nptl/sysdeps/unix/sysv/linux/raise.c was not found in source tree] #1 0x00007fb8d6e0e498 in __GI_abort () at abort.c:90 [Error: abort.c was not found in source tree] #2 0x00007fb8d7939a66 in g_assertion_message (domain=domain@entry=0x0, file=file@entry=0x4fd704 "nautilus-properties-window.c", line=line@entry=1836, func=func@entry=0x4fe770 <__PRETTY_FUNCTION__.50289> "schedule_owner_change_timeout", message=) at /build/buildd/glib2.0-2.35.4/./glib/gtestutils.c:1892 [Error: /build/buildd/glib2.0-2.35.4/./glib/gtestutils.c was not found in source tree] #3 0x00007fb8d7939fc4 in g_assertion_message_expr (domain=domain@entry=0x0, file=file@entry=0x4fd704 "nautilus-properties-window.c", line=line@entry=1836, func=func@entry=0x4fe770 <__PRETTY_FUNCTION__.50289> "schedule_owner_change_timeout", expr=expr@entry=0x4f73d8 "NAUTILUS_IS_FILE (file)") at /build/buildd/glib2.0-2.35.4/./glib/gtestutils.c:1903 [Error: /build/buildd/glib2.0-2.35.4/./glib/gtestutils.c was not found in source tree] #4 0x000000000045f59e in schedule_owner_change_timeout (window=0x174e980, window@entry=) at nautilus-properties-window.c:1836 1831: char *owner; 1832: 1833: g_assert (NAUTILUS_IS_PROPERTIES_WINDOW (window)); 1834: 1835: file = window->details->owner_change_file; 1836: g_assert (NAUTILUS_IS_FILE (file)); 1837: 1838: owner = window->details->owner_change_owner; 1839: g_assert (owner != NULL); 1840: 1841: eel_timed_wait_start #5 0x00007fb8d79181ab in g_timeout_dispatch (source=source@entry=0x18e5800, callback=, user_data=) at /build/buildd/glib2.0-2.35.4/./glib/gmain.c:4095 [Error: /build/buildd/glib2.0-2.35.4/./glib/gmain.c was not found in source tree] #6 0x00007fb8d79175a5 in g_main_dispatch (context=0x105e5d0) at /build/buildd/glib2.0-2.35.4/./glib/gmain.c:2784 [Error: /build/buildd/glib2.0-2.35.4/./glib/gmain.c was not found in source tree] #7 g_main_context_dispatch (context=context@entry=0x105e5d0) at /build/buildd/glib2.0-2.35.4/./glib/gmain.c:3288 [Error: /build/buildd/glib2.0-2.35.4/./glib/gmain.c was not found in source tree] #8 0x00007fb8d79178e8 in g_main_context_iterate (context=context@entry=0x105e5d0, block=block@entry=1, dispatch=dispatch@entry=1, self=) at /build/buildd/glib2.0-2.35.4/./glib/gmain.c:3359 [Error: /build/buildd/glib2.0-2.35.4/./glib/gmain.c was not found in source tree] #9 0x00007fb8d79179a4 in g_main_context_iteration (context=0x105e5d0, context@entry=0x0, may_block=may_block@entry=1) at /build/buildd/glib2.0-2.35.4/./glib/gmain.c:3420 [Error: /build/buildd/glib2.0-2.35.4/./glib/gmain.c was not found in source tree] #10 0x00007fb8d7ebe9cc in g_application_run (application=0x1025030, argc=argc@entry=1, argv=argv@entry=0x7fff56e8ec78) at /build/buildd/glib2.0-2.35.4/./gio/gapplication.c:1620 [Error: /build/buildd/glib2.0-2.35.4/./gio/gapplication.c was not found in source tree] #11 0x000000000042b6cb in main (argc=1, argv=0x7fff56e8ec78) at nautilus-main.c:103 98: /* Run the nautilus application. */ 99: application = g_object_new (NAUTILUS_TYPE_APPLICATION, 100: "application-id", "org.gnome.NautilusApplication", 101: "flags", G_APPLICATION_HANDLES_OPEN, 102: NULL); 103: retval = g_application_run (G_APPLICATION (application), 104: argc, argv); 105: 106: g_object_unref (application); 107: 108: eel_debug_shut_down ();