#0 _int_malloc (av=av@entry=0x7f6c3a1aa740 , bytes=bytes@entry=36) at malloc.c:3352 [Error: malloc.c was not found in source tree] #1 0x00007f6c39e71190 in __GI___libc_malloc (bytes=36) at malloc.c:2858 [Error: malloc.c was not found in source tree] #2 0x00007f6c375735f6 in read_packet (c=0xdb0470) at ../../src/xcb_in.c:168 [Error: ../../src/xcb_in.c was not found in source tree] #3 _xcb_in_read (c=c@entry=0xdb0470) at ../../src/xcb_in.c:662 [Error: ../../src/xcb_in.c was not found in source tree] #4 0x00007f6c37573908 in poll_for_next_event (c=0xdb0470, queued=queued@entry=0) at ../../src/xcb_in.c:533 [Error: ../../src/xcb_in.c was not found in source tree] #5 0x00007f6c37573937 in xcb_poll_for_event (c=) at ../../src/xcb_in.c:542 [Error: ../../src/xcb_in.c was not found in source tree] #6 0x00007f6c3bfe69e8 in poll_for_event (dpy=dpy@entry=0xdaf0c0) at ../../src/xcb_io.c:256 [Error: ../../src/xcb_io.c was not found in source tree] #7 0x00007f6c3bfe6ab1 in poll_for_response (dpy=dpy@entry=0xdaf0c0) at ../../src/xcb_io.c:288 [Error: ../../src/xcb_io.c was not found in source tree] #8 0x00007f6c3bfe701d in _XEventsQueued (dpy=dpy@entry=0xdaf0c0, mode=mode@entry=2) at ../../src/xcb_io.c:362 [Error: ../../src/xcb_io.c was not found in source tree] #9 0x00007f6c3bfd866d in XPending (dpy=0xdaf0c0) at ../../src/Pending.c:55 [Error: ../../src/Pending.c was not found in source tree] #10 0x00007f6c3cea79bb in gdk_check_xpending (display=0xdbd000) at /build/buildd/gtk+3.0-3.6.4/./gdk/x11/gdkeventsource.c:266 [Error: /build/buildd/gtk+3.0-3.6.4/./gdk/x11/gdkeventsource.c was not found in source tree] #11 gdk_event_source_prepare (source=, timeout=timeout@entry=0x7fff3d0e5414) at /build/buildd/gtk+3.0-3.6.4/./gdk/x11/gdkeventsource.c:280 [Error: /build/buildd/gtk+3.0-3.6.4/./gdk/x11/gdkeventsource.c was not found in source tree] #12 0x00007f6c3a932128 in g_main_context_prepare (context=context@entry=0xd9ffc0, priority=priority@entry=0x7fff3d0e5478) at /build/buildd/glib2.0-2.35.4/./glib/gmain.c:3055 [Error: /build/buildd/glib2.0-2.35.4/./glib/gmain.c was not found in source tree] #13 0x00007f6c3a9327be in g_main_context_iterate (context=context@entry=0xd9ffc0, block=block@entry=1, dispatch=dispatch@entry=1, self=) at /build/buildd/glib2.0-2.35.4/./glib/gmain.c:3339 [Error: /build/buildd/glib2.0-2.35.4/./glib/gmain.c was not found in source tree] #14 0x00007f6c3a9329c4 in g_main_context_iteration (context=0xd9ffc0, 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] #15 0x00007f6c3aed9bcc in g_application_run (application=0xd61030, argc=argc@entry=2, argv=argv@entry=0x7fff3d0e5638) 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] #16 0x000000000042b6cb in main (argc=2, argv=0x7fff3d0e5638) 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 ();