On Feb 4, 2011, at 3:29 PM, Jerome Duval wrote: > Seems like a nice feature. Why the different bases for the offsets between > Mac and Windows?
That's just how the offsets are represented by default in each platform's crash logs. It shouldn't be hard to convert to a common base, though. Feel free to file a bug! -Adam > On 11-02-04 02:25 PM, Adam Roben wrote: >> >> Hi all- >> >> The results.html pages on build.webkit.org now make it much easier to triage >> crashing tests on Mac and Windows XP (Windows Vista/7 are blocked by >> <http://webkit.org/b/44135>). When a test crashes, you'll see something like >> this on Mac: >> >>> fast/events/tabindex-focus-blur-all.html stderr crash log >>> (com.apple.WebCore: >>> JSC::Bindings::Instance::willDestroyRuntimeObject(JSC::Bindings::RuntimeObject*) >>> + 156) >> >> …and like this on Windows: >> >>> fast/events/tabindex-focus-blur-all.html stderr crash log >>> (WebKit!JSC::Bindings::Instance::willDestroyRuntimeObject+95) >> >> The new "crash log" link will take you to a textual crash log for that test. >> The function name you see is our best guess at the crashing module, >> function, and offset (in decimal on Mac, hexadecimal on Windows), based on >> the crash log. >> >> Please file any bugs you find with this feature on bugs.webkit.org, and CC >> me. Please also file bugs for any ideas you have for making this more useful! >> >> -Adam >> > _______________________________________________ > webkit-dev mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

