On Feb 4, 2011, at 2:25 PM, Adam Roben wrote:

> The new "crash log" link will take you to a textual crash log for that test.

And on Windows, the crashing line of code is even included in the log, like 
this:

> FAULTING_SOURCE_CODE:  
>    105: 
>    106: void Instance::willDestroyRuntimeObject(RuntimeObject* object)
>    107: {
>    108:     ASSERT(m_rootObject);
> >  109:     ASSERT(m_rootObject->isValid());
>    110:     m_rootObject->removeRuntimeObject(object);
>    111:     m_runtimeObject.clear(object);
>    112: }
>    113: 
>    114: void Instance::willInvalidateRuntimeObject(RuntimeObject* object)

-Adam

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to