Bug 110079
| Summary: | Layout Test storage/websql/sql-data-types.html is flaky | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Takashi Toyoshima <toyoshim> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | annevk |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Takashi Toyoshima
The following layout test crash flakyly on Chromium Win/Dbg
storage/websql/sql-data-types.html
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Takashi Toyoshima
crash dump on Linux Debug build is here.
--------
crash log for DumpRenderTree (pid 10412):
STDOUT: <empty>
STDERR: ASSERTION FAILED: m_table
STDERR: ../../third_party/WebKit/Source/WTF/wtf/HashTable.h(210) : void WTF::HashTableConstIterator<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::checkValidity() const [with Key = WTF::RefPtr<WebCore::SQLTransactionBackend>, Value = WTF::RefPtr<WebCore::SQLTransactionBackend>, Extractor = WTF::IdentityExtractor, HashFunctions = WTF::PtrHash<WTF::RefPtr<WebCore::SQLTransactionBackend> >, Traits = WTF::HashTraits<WTF::RefPtr<WebCore::SQLTransactionBackend> >, KeyTraits = WTF::HashTraits<WTF::RefPtr<WebCore::SQLTransactionBackend> >]
STDERR: 1 0x7fcb3e57ecc7
STDERR: 2 0x7fcb3e57de6a
STDERR: 3 0x7fcb3e57d236
STDERR: 4 0x7fcb3e57c88f
STDERR: 5 0x7fcb3e569954
STDERR: 6 0x7fcb3e569832
STDERR: 7 0x7fcb3d964925
STDERR: 8 0x7fcb3d964f4d
STDERR: 9 0x7fcb375459ca
STDERR: 10 0x7fcb372a2cdd clone
STDERR: Received signal 11 SEGV_MAPERR 0000bbadbeef
STDERR: [0x7fcb425a28a0] base::debug::StackTrace::StackTrace()
STDERR: [0x7fcb425a214a] base::debug::(anonymous namespace)::StackDumpSignalHandler()
STDERR: [0x7fcb3754e8f0] <unknown>
STDERR: [0x7fcb3e57ecd1] WTF::HashTableConstIterator<>::checkValidity()
STDERR: [0x7fcb3e57de6a] WTF::HashTableConstIterator<>::operator++()
STDERR: [0x7fcb3e57d236] WTF::HashTableConstIteratorAdapter<>::operator++()
STDERR: [0x7fcb3e57c88f] WebCore::SQLTransactionCoordinator::shutdown()
STDERR: [0x7fcb3e569954] WebCore::DatabaseThread::databaseThread()
STDERR: [0x7fcb3e569832] WebCore::DatabaseThread::databaseThreadStart()
STDERR: [0x7fcb3d964925] WTF::threadEntryPoint()
STDERR: [0x7fcb3d964f4d] WTF::wtfThreadEntryPoint()
STDERR: [0x7fcb375459ca] start_thread
STDERR: [0x7fcb372a2cdd] clone
STDERR: r8: 00007fcb2aee8700 r9: 00007fcb3f585195 r10: 0000000000000000 r11: 0000000000000000
STDERR: r12: 0000000000000000 r13: 0000000000000000 r14: 0000000000000000 r15: 0000000000000000
STDERR: di: 0000000000000000 si: 00000000efcdab90 bp: 00007fcb2aee7b00 bx: 00000000a384ae01
STDERR: dx: 00007fcb3753ae00 ax: 00000000bbadbeef cx: 00007fcb37294acd sp: 00007fcb2aee7af0
STDERR: ip: 00007fcb3e57ecd1 efl: 0000000000010246 cgf: 0000000000000033 erf: 0000000000000006
STDERR: trp: 000000000000000e msk: 0000000000000000 cr2: 00000000bbadbeef
Anne van Kesteren
This is a feature that's disabled/removed.