#0 js::GCMethods::needsPostBarrier (v=0x7f15e3c18640) at /usr/include/mozjs-38/js/RootingAPI.h:663 [Error: RootingAPI.h was not found in source tree] #1 JS::Heap::set (newPtr=0x0, this=0x5627df7e2200) at /usr/include/mozjs-38/js/RootingAPI.h:296 [Error: RootingAPI.h was not found in source tree] #2 JS::Heap::operator= (p=, this=0x5627df7e2200) at /usr/include/mozjs-38/js/RootingAPI.h:266 [Error: RootingAPI.h was not found in source tree] #3 GjsMaybeOwned::reset (this=0x5627df7e21f0) at ./gjs/jsapi-util-root.h:266 [Error: jsapi-util-root.h was not found in source tree] #4 closure_clear_idle (data=0x5627df7e21c0) at gi/closure.cpp:132 [Error: closure.cpp was not found in source tree] #5 0x00007f164a01528a in g_main_dispatch (context=0x5627dd237740) at ../../../../glib/gmain.c:3234 [Error: gmain.c was not found in source tree] #6 g_main_context_dispatch (context=context@entry=0x5627dd237740) at ../../../../glib/gmain.c:3899 [Error: gmain.c was not found in source tree] #7 0x00007f164a015640 in g_main_context_iterate (context=0x5627dd237740, block=block@entry=1, dispatch=dispatch@entry=1, self=) at ../../../../glib/gmain.c:3972 [Error: gmain.c was not found in source tree] #8 0x00007f164a015962 in g_main_loop_run (loop=0x5627dd40e960) at ../../../../glib/gmain.c:4168 [Error: gmain.c was not found in source tree] #9 0x00007f164b7cf8ec in meta_run () at core/main.c:646 #10 0x00005627dcb651a7 in main (argc=, argv=) at main.c:454 449: 450: _shell_global_init ("session-mode", session_mode, NULL); 451: 452: shell_prefs_init (); 453: 454: ecode = meta_run (); 455: 456: g_debug ("Doing final cleanup"); 457: _shell_global_destroy_gjs_context (shell_global_get ()); 458: g_object_unref (shell_global_get ()); 459: