Applied Alexander and Martin's patches, but left with a core: libc.so.1`_lwp_kill+0x15(1, b, 80469b0, 0, fe346264, b) libc.so.1`raise+0x2b(b, 8046a50, 0, fef616c0) libxul.so`_ZN13nsProfileLock18FatalSignalHandlerEiP7siginfoPv+0x9f(b, 8046d30, 8046b30, fd1930b2, 5b, 7ffff000) libc.so.1`call_user_handler+0x292(b, 8046d30, 8046b30, f8209a60, 0, 5100000) libc.so.1`sigacthandler+0x77(b, 8046d30, 8046b30) libxul.so`_ZL9NewObjectPN2js16ExclusiveContextEN2JS6HandleIPNS_11ObjectGroupEEEN S_2gc9AllocKindENS_13NewObjectKindEj+0x479()
To get past undefined REG_EIP/REG_PC required this mod: *** firefox-43.0/js/src/asmjs/AsmJSSignalHandlers.cpp.FCS Wed Dec 16 09:13:09 2015 --- firefox-43.0/js/src/asmjs/AsmJSSignalHandlers.cpp Wed Dec 16 13:45:09 2015 *************** *** 24,29 **** --- 24,32 ---- #include "asmjs/AsmJSModule.h" #include "jit/Disassembler.h" #include "vm/Runtime.h" + #ifdef SOLARIS + #include <sys/regset.h> + #endif using namespace js; using namespace js::jit; libxul.so refused to link with developer/gcc-49 and developer/gnu-binutils and instead had to use my own gcc 4.9 build and GNU ld 2.23.1. John [email protected] _______________________________________________ openindiana-discuss mailing list [email protected] http://openindiana.org/mailman/listinfo/openindiana-discuss
