On 9/19/05, Aahz <[EMAIL PROTECTED]> wrote: > On Sun, Sep 18, 2005, Mike Williams wrote: > > Aahz wrote: > >> > >> Well, in OS X 10.4.2, it gets to the end of test 17, then it bombs > >> (Safari dies). > > > > Thanks Aahz. That's not good news. > > > > "Test 17"? Are we talking TestXPathLocators?? > > That's what I'd guess, but it's hard to be sure; it might be the start of > the next test. (The right-hand side show 17 tests run.)
It seems to be the next test "TestGoBack" that crashes Safari if it is either ran or walked. Though it works fine if stepped. It looks like in run or walk the "goBackAndWait" is playing up. It seems to go back too far. I see a view of the page before what ever was before that test (rather than test_click_page1.html) and then Safari dies shortly after that. Also the visibility tests, "TestVisibility" and "TestVisibilityFailures", fail with "cannot determine effective stylesheet in this browser". Safari 2.0.1 Thread 0 Crashed: 0 com.apple.WebCore 0x95bd2f58 DOM::HTMLCollectionImpl::resetCollectionInfo() const + 40 1 com.apple.WebCore 0x95c82f50 DOM::HTMLCollectionImpl::item(unsigned long) const + 40 2 com.apple.WebCore 0x95c82eec DOM::HTMLCollection::item(unsigned long) const + 56 3 com.apple.WebCore 0x95c0b9b4 KJS::HTMLCollection::tryGet(KJS::ExecState*, KJS::Identifier const&) const + 648 4 com.apple.WebCore 0x95be6e0c KJS::DOMObject::get(KJS::ExecState*, KJS::Identifier const&) const + 60 5 com.apple.JavaScriptCore 0x95a64c7c KJS::ObjectImp::get(KJS::ExecState*, unsigned) const + 124 6 com.apple.JavaScriptCore 0x95a56cfc KJS::Reference::getValue(KJS::ExecState*) const + 516 7 com.apple.JavaScriptCore 0x95a630f0 KJS::AccessorNode1::evaluate(KJS::ExecState*) + 64 8 com.apple.JavaScriptCore 0x95a567a8 KJS::AccessorNode2::evaluateReference(KJS::ExecState*) + 60 9 com.apple.JavaScriptCore 0x95a5a5f4 KJS::AssignNode::evaluate(KJS::ExecState*) + 64 10 com.apple.JavaScriptCore 0x95a5a4d4 KJS::ExprStatementNode::execute(KJS::ExecState*) + 128 11 com.apple.JavaScriptCore 0x95a55cac KJS::SourceElementsNode::execute(KJS::ExecState*) + 216 12 com.apple.JavaScriptCore 0x95a55b64 KJS::BlockNode::execute(KJS::ExecState*) + 136 13 com.apple.JavaScriptCore 0x95a62260 KJS::DeclaredFunctionImp::execute(KJS::ExecState*) + 44 14 com.apple.JavaScriptCore 0x95a61b60 KJS::FunctionImp::call(KJS::ExecState*, KJS::Object&, KJS::List const&) + 428 15 com.apple.JavaScriptCore 0x95a57d70 KJS::Object::call(KJS::ExecState*, KJS::Object&, KJS::List const&) + 172 16 com.apple.JavaScriptCore 0x95a56670 KJS::FunctionCallNode::evaluate(KJS::ExecState*) + 932 17 com.apple.JavaScriptCore 0x95a5a4d4 KJS::ExprStatementNode::execute(KJS::ExecState*) + 128 18 com.apple.JavaScriptCore 0x95a55cac KJS::SourceElementsNode::execute(KJS::ExecState*) + 216 19 com.apple.JavaScriptCore 0x95a55b64 KJS::BlockNode::execute(KJS::ExecState*) + 136 20 com.apple.JavaScriptCore 0x95a60c7c KJS::IfNode::execute(KJS::ExecState*) + 408 21 com.apple.JavaScriptCore 0x95a60c7c KJS::IfNode::execute(KJS::ExecState*) + 408 22 com.apple.JavaScriptCore 0x95a55cac KJS::SourceElementsNode::execute(KJS::ExecState*) + 216 23 com.apple.JavaScriptCore 0x95a55b64 KJS::BlockNode::execute(KJS::ExecState*) + 136 24 com.apple.JavaScriptCore 0x95a62260 KJS::DeclaredFunctionImp::execute(KJS::ExecState*) + 44 25 com.apple.JavaScriptCore 0x95a61b60 KJS::FunctionImp::call(KJS::ExecState*, KJS::Object&, KJS::List const&) + 428 26 com.apple.JavaScriptCore 0x95a57d70 KJS::Object::call(KJS::ExecState*, KJS::Object&, KJS::List const&) + 172 27 com.apple.JavaScriptCore 0x95a56670 KJS::FunctionCallNode::evaluate(KJS::ExecState*) + 932 28 com.apple.JavaScriptCore 0x95a5a4d4 KJS::ExprStatementNode::execute(KJS::ExecState*) + 128 29 com.apple.JavaScriptCore 0x95a55cac KJS::SourceElementsNode::execute(KJS::ExecState*) + 216 30 com.apple.JavaScriptCore 0x95a55b64 KJS::BlockNode::execute(KJS::ExecState*) + 136 31 com.apple.JavaScriptCore 0x95a62260 KJS::DeclaredFunctionImp::execute(KJS::ExecState*) + 44 32 com.apple.JavaScriptCore 0x95a61b60 KJS::FunctionImp::call(KJS::ExecState*, KJS::Object&, KJS::List const&) + 428 33 com.apple.JavaScriptCore 0x95a57d70 KJS::Object::call(KJS::ExecState*, KJS::Object&, KJS::List const&) + 172 34 com.apple.JavaScriptCore 0x95a56670 KJS::FunctionCallNode::evaluate(KJS::ExecState*) + 932 35 com.apple.JavaScriptCore 0x95a5a4d4 KJS::ExprStatementNode::execute(KJS::ExecState*) + 128 36 com.apple.JavaScriptCore 0x95a55cac KJS::SourceElementsNode::execute(KJS::ExecState*) + 216 37 com.apple.JavaScriptCore 0x95a55b64 KJS::BlockNode::execute(KJS::ExecState*) + 136 38 com.apple.JavaScriptCore 0x95a4f830 KJS::InterpreterImp::evaluate(KJS::UString const&, KJS::Value const&, KJS::UString const&, int) + 1256 39 com.apple.JavaScriptCore 0x95a4f25c KJS::Interpreter::evaluate(KJS::UString const&, int, KJS::UString const&, KJS::Value const&) + 64 40 com.apple.WebCore 0x95bd22a8 KJSProxyImpl::evaluate(QString, int, QString const&, DOM::Node const&) + 184 41 com.apple.WebCore 0x95c7af00 KHTMLPart::executeScript(DOM::Node const&, QString const&, bool) + 196 42 com.apple.WebCore 0x95c7ae04 KHTMLPart::executeScript(QString const&, bool) + 64 43 com.apple.WebCore 0x95c80724 KJS::ScheduledAction::execute(KJS::Window*) + 724 44 com.apple.WebCore 0x95c7fce0 KJS::WindowQObject::timerEvent(QTimerEvent*) + 408 45 com.apple.WebCore 0x95bdab88 -[KWQObjectTimerTarget sendTimerEvent] + 80 46 com.apple.Foundation 0x92885cfc __NSFireTimer + 116 47 com.apple.CoreFoundation 0x9075ed10 __CFRunLoopDoTimer + 184 48 com.apple.CoreFoundation 0x9074b688 __CFRunLoopRun + 1680 49 com.apple.CoreFoundation 0x9074ac3c CFRunLoopRunSpecific + 268 50 com.apple.HIToolbox 0x93129ac0 RunCurrentEventLoopInMode + 264 51 com.apple.HIToolbox 0x93129154 ReceiveNextEventCommon + 380 52 com.apple.HIToolbox 0x93128fc0 BlockUntilNextEventMatchingListInMode + 96 53 com.apple.AppKit 0x93623e44 _DPSNextEvent + 384 54 com.apple.AppKit 0x93623b08 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116 55 com.apple.Safari 0x00006bbc 0x1000 + 23484 56 com.apple.AppKit 0x9362006c -[NSApplication run] + 472 57 com.apple.AppKit 0x937108bc NSApplicationMain + 452 58 com.apple.Safari 0x000021e8 0x1000 + 4584 59 com.apple.Safari 0x00056e28 0x1000 + 351784 Cheers Michael _______________________________________________ Selenium-devel mailing list Selenium-devel@lists.public.thoughtworks.org http://lists.public.thoughtworks.org/mailman/listinfo/selenium-devel