Bug 93722 - [EFL] Frequently hit assertion failure in m_listsInvalidatedAtDocument.contains(list)
Summary: [EFL] Frequently hit assertion failure in m_listsInvalidatedAtDocument.contai...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-10 06:54 PDT by Sudarsana Nagineni (babu)
Modified: 2012-08-10 23:11 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sudarsana Nagineni (babu) 2012-08-10 06:54:59 PDT
These tests are flaky on the bot with the same stack trace. Suspect the assertion failure caused by the change in r125159.

http://build.webkit.org/results/EFL%20Linux%2064-bit%20Debug/r125272%20%284137%29/fast/flexbox/001-crash-log.txt

fast/flexbox/001.html = CRASH
fast/flexbox/002.html = CRASH
fast/files/apply-blob-url-to-img.html = CRASH
fast/eventsource/eventsource-attribute-listeners.html = CRASH

Moving these tests to TestExpectations until the issue is fixed.
Comment 1 Sudarsana Nagineni (babu) 2012-08-10 23:11:43 PDT
Fixed by fixing the bug 93729.