nickva commented on issue #551: [Jenkins] couchjs segfaults URL: https://github.com/apache/couchdb/issues/551#issuecomment-310155985 Got a traceback from a Jenkins Docker CentOS 7 test runner: ``` (gdb) bt #0 0x00007f35fcb924ef in js::NewBuiltinClassInstance(JSContext*, js::Class*, js::gc::FinalizeKind) () from /lib/libmozjs185.so.1.0 #1 0x00007f35fcb93650 in js_ValueToNonNullObject(JSContext*, js::Value const&) () from /lib/libmozjs185.so.1.0 #2 0x00007f35fcca7304 in js::mjit::stubs::GetElem(js::VMFrame&) () from /lib/libmozjs185.so.1.0 #3 0x00007f35fcd0a07c in js::mjit::ic::GetElement(js::VMFrame&, js::mjit::ic::GetElementIC*) () from /lib/libmozjs185.so.1.0 #4 0x00007f35fd1bef05 in ?? () #5 0x000000004de2894d in ?? () #6 0x00007f35f7670340 in ?? () #7 0x0000000100000000 in ?? () #8 0x0000000000000001 in ?? () #9 0x00007f35fc527640 in ?? () from /lib64/libc.so.6 #10 0x00007f35f76703b8 in ?? () #11 0x00000000020bd302 in ?? () #12 0x00007f35f7670340 in ?? () #13 0x00000000020bd303 in ?? () #14 0x00007f35f7670340 in ?? () #15 0x0000000001fd0aa0 in ?? () #16 0x00007f35f771a168 in ?? () #17 0x00007f35f7670228 in ?? () #18 0x0000000001fd0aa0 in ?? () #19 0x0000000001fd0aa0 in ?? () #20 0x00007f35f7a70000 in ?? () #21 0x000000000000ffff in ?? () #22 0x00007ffd4b6fac70 in ?? () #23 0x00007f35f7670228 in ?? () #24 0x00007f35fcca3bd6 in js::mjit::JaegerShotAtSafePoint(JSContext*, void*) () from /lib/libmozjs185.so.1.0 #25 0x00007f35fcb6dc88 in js::Interpret(JSContext*, JSStackFrame*, unsigned int, JSInterpMode) () from /lib/libmozjs185.so.1.0 #26 0x00007f35fcb6f4a5 in js::RunScript(JSContext*, JSScript*, JSStackFrame*) () from /lib/libmozjs185.so.1.0 #27 0x00007f35fcb7022c in js::Execute(JSContext*, JSObject*, JSScript*, JSStackFrame*, unsigned int, js::Value*) () from /lib/libmozjs185.so.1.0 #28 0x00007f35fcae3348 in JS_ExecuteScript () from /lib/libmozjs185.so.1.0 #29 0x0000000000404c8a in main (argc=4, argv=0x7ffd4b6faf98) at priv/couch_js/main.c:470 ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
