Bug 155900
Summary: | REGRESSION(r198679)? LayoutTests crashing at bmalloc::LargeObject::validateSelf() | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | bmalloc | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ggaren, msaboff |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=155894 |
Ryan Haddad
REGRESSION(r198679)? LayoutTests crashing at bmalloc::LargeObject::validateSelf()
The crashing test in the El Capitan is crashing at:
bmalloc::LargeObject::validateSelf() const + 137 (LargeObject.h:248)
<https://build.webkit.org/results/Apple%20El%20Capitan%20Debug%20WK1%20(Tests)/r198681%20(3964)/results.html>
The iOS tests are crashing at:
bmalloc::LargeObject::validateSelf() const + 269 (LargeObject.h:252)
<https://build.webkit.org/results/Apple%20iOS%209%20Simulator%20Debug%20WK2%20(Tests)/r198683%20(551)/results.html>
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryan Haddad
Another example:
<https://build.webkit.org/builders/Apple%20iOS%209%20Simulator%20Debug%20WK2%20(Tests)/builds/552>
Ryan Haddad
Marking as duplicate since this change was rolled out.
*** This bug has been marked as a duplicate of bug 155894 ***