Bug 83046
Summary: | Web Inspector: [GTK] crash in WebCore::StorageAreaImpl::importItem | ||
---|---|---|---|
Product: | WebKit | Reporter: | Philippe Normand <pnormand> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Philippe Normand
At least 2 inspector tests are flaky because of this:
inspector/styles/commit-selector.html
inspector/console/console-eval-global.html
Trace:
#0 0x00002b28a0d89060 in WebCore::StorageAreaImpl::importItem(WTF::String const&, WTF::String const&) () from /home/slave/webkitgtk/gtk-linux-64-release/build/WebKitBuild/Release/.libs/libwebkitgtk-3.0.so.0
Thread 1 (Thread 0x2b28f5734700 (LWP 13137)):
#0 0x00002b28a0d89060 in WebCore::StorageAreaImpl::importItem(WTF::String const&, WTF::String const&) () from /home/slave/webkitgtk/gtk-linux-64-release/build/WebKitBuild/Release/.libs/libwebkitgtk-3.0.so.0
#1 0x00002b28a0d8c509 in WebCore::StorageAreaSync::performImport() () from /home/slave/webkitgtk/gtk-linux-64-release/build/WebKitBuild/Release/.libs/libwebkitgtk-3.0.so.0
#2 0x00002b28a0d88c53 in WebCore::StorageThread::threadEntryPoint() () from /home/slave/webkitgtk/gtk-linux-64-release/build/WebKitBuild/Release/.libs/libwebkitgtk-3.0.so.0
#3 0x00002b289ff4a4e1 in WTF::wtfThreadEntryPoint(void*) () from /home/slave/webkitgtk/gtk-linux-64-release/build/WebKitBuild/Release/.libs/libjavascriptcoregtk-3.0.so.0
#4 0x00002b28a3dceb40 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#5 0x00002b28a40b936d in clone () from /lib/x86_64-linux-gnu/libc.so.6
#6 0x0000000000000000 in ?? ()
I'll skip those for now.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Philippe Normand
*** This bug has been marked as a duplicate of bug 81836 ***