Bug 88846 - Crashes below IconDatabase::performPendingRetainAndReleaseOperations().
Summary: Crashes below IconDatabase::performPendingRetainAndReleaseOperations().
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-06-12 02:01 PDT by Claudio Saavedra
Modified: 2012-06-14 22:28 PDT (History)
7 users (show)

See Also:


Attachments
Patch (2.73 KB, patch)
2012-06-14 13:29 PDT, Andreas Kling
beidson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Claudio Saavedra 2012-06-12 02:01:18 PDT
The backend is WebKitGTK+, but the crash seems to happen in core:

#0  0x00007ffff56b4724 in WTF::StringImpl::~StringImpl() () from /opt/gnome-3.0/lib64/libjavascriptcoregtk-3.0.so.0
#1  0x00007ffff61fb8c8 in WTF::HashTable<WTF::String, std::pair<WTF::String, unsigned int>, WTF::PairFirstExtractor<std::pair<WTF::String, unsigned int> >, WTF::StringHash, WTF::HashMapValueTraits<WTF::HashTraits<WTF::String>, WTF::HashTraits<unsigned int> >, WTF::HashTraits<WTF::String> >::deallocateTable(std::pair<WTF::String, unsigned int>*, int) () from /opt/gnome-3.0/lib64/libwebkitgtk-3.0.so.0
#2  0x00007ffff62d7cd4 in WebCore::IconDatabase::performPendingRetainAndReleaseOperations() () from /opt/gnome-3.0/lib64/libwebkitgtk-3.0.so.0
#3  0x00007ffff62d9697 in WebCore::IconDatabase::syncThreadMainLoop() () from /opt/gnome-3.0/lib64/libwebkitgtk-3.0.so.0
#4  0x00007ffff62d9a1e in WebCore::IconDatabase::iconDatabaseSyncThread() () from /opt/gnome-3.0/lib64/libwebkitgtk-3.0.so.0
#5  0x00007ffff56a2861 in WTF::wtfThreadEntryPoint(void*) () from /opt/gnome-3.0/lib64/libjavascriptcoregtk-3.0.so.0
#6  0x000000352dc07d14 in start_thread () from /lib64/libpthread.so.0
#7  0x000000352d8f199d in clone () from /lib64/libc.so.6
Comment 1 Andreas Kling 2012-06-12 12:31:03 PDT
Which WebKit revision is this from? trunk?
Comment 2 Claudio Saavedra 2012-06-12 14:00:01 PDT
wkgtk 1.9.3
Comment 3 Andreas Kling 2012-06-14 10:58:16 PDT
<rdar://problem/11629106>
Comment 4 Andreas Kling 2012-06-14 13:29:20 PDT
Created attachment 147640 [details]
Patch
Comment 5 Andreas Kling 2012-06-14 15:32:48 PDT
Committed r120364: <http://trac.webkit.org/changeset/120364>
Comment 6 Tobias Netzel 2012-06-14 22:26:48 PDT
Wanted to mention that on OS X 10.5 with Sources from the Safari-536 branch I experience identical crashes.
Comment 7 Tobias Netzel 2012-06-14 22:28:12 PDT
Oh, forgot to mention that I did NOT apply the fix yet!