Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

JS embedded engine crashes on initialization

23 views
Skip to first unread message

Al Izi

unread,
Feb 8, 2019, 10:43:54 PM2/8/19
to
I'm trying to embed spidermonkey engine (60.1.1pre3) into a c++ app that is statically built with libjs_static.a. The app itself is juts an empty main. JS engine crashes (SIGSEGV) when it initializes a static variable in WasmBuitins.cpp

Mutex initBuiltinThunks(mutexid::WasmInitBuiltinThunks);

Is there anything that has to be done to link spider monkey library correctly?
0 new messages