[webkit-dev] More information for crashing tests now available on build.webkit.org
Adam Roben
aroben at apple.com
Fri Feb 4 11:30:16 PST 2011
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20110204/170154f7/attachment.html>
More information about the webkit-dev
mailing list