Skip to content

Instantly share code, notes, and snippets.

@mhoran
Created August 24, 2012 02:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mhoran/3444902 to your computer and use it in GitHub Desktop.
Save mhoran/3444902 to your computer and use it in GitHub Desktop.
==12001== Process terminating with default action of signal 11 (SIGSEGV): dumping core
==12001== Access not within mapped region at address 0x4
==12001== at 0x5FFD516: JSC::JSObject::getPrimitiveNumber(JSC::ExecState*, double&, JSC::JSValue&) (in /usr/lib/x86_64-linux-gnu/libQtWebKit.so.4.9.0)
==12001== by 0x395A58ED: ???
==12001== by 0x5FB02F0: JSC::Interpreter::execute(JSC::ProgramExecutable*, JSC::ExecState*, JSC::ScopeChainNode*, JSC::JSObject*) (in /usr/lib/x86_64-linux-gnu/libQtWebKit.so.4.9.0)
==12001== by 0x5FCBF20: JSC::evaluate(JSC::ExecState*, JSC::ScopeChainNode*, JSC::SourceCode const&, JSC::JSValue) (in /usr/lib/x86_64-linux-gnu/libQtWebKit.so.4.9.0)
==12001== by 0x57AAE75: WebCore::ScriptController::evaluateInWorld(WebCore::ScriptSourceCode const&, WebCore::DOMWrapperWorld*) (in /usr/lib/x86_64-linux-gnu/libQtWebKit.so.4.9.0)
==12001== by 0x57AB911: WebCore::ScriptController::evaluate(WebCore::ScriptSourceCode const&) (in /usr/lib/x86_64-linux-gnu/libQtWebKit.so.4.9.0)
==12001== by 0x573F819: WebCore::ScriptController::executeScript(WebCore::ScriptSourceCode const&) (in /usr/lib/x86_64-linux-gnu/libQtWebKit.so.4.9.0)
==12001== by 0x56EC6CB: QWebFrame::evaluateJavaScript(QString const&) (in /usr/lib/x86_64-linux-gnu/libQtWebKit.so.4.9.0)
==12001== by 0x40A107: WebPage::invokeCapybaraFunction(char const*, QStringList const&) (in /home/mhoran/capybara-webkit/src/webkit_server)
==12001== by 0x40B9B1: Find::start() (in /home/mhoran/capybara-webkit/src/webkit_server)
==12001== by 0x411784: PageLoadingCommand::start() (in /home/mhoran/capybara-webkit/src/webkit_server)
==12001== by 0x40B1A7: Connection::commandReady(Command*) (in /home/mhoran/capybara-webkit/src/webkit_server)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment