Bug 19563 - REGRESSION: Gmail hits an assertion failure on load
Summary: REGRESSION: Gmail hits an assertion failure on load
Status: RESOLVED DUPLICATE of bug 19556
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P1 Normal
Assignee: Darin Adler
URL: http://www.gmail.com/
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-15 12:45 PDT by Cameron Zwarich (cpst)
Modified: 2008-06-15 12:52 PDT (History)
1 user (show)

See Also:


Attachments
Stack trace (3.28 KB, text/plain)
2008-06-15 12:47 PDT, Cameron Zwarich (cpst)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Cameron Zwarich (cpst) 2008-06-15 12:45:19 PDT
When I load Gmail in a debug build I get this assertion failure:

ASSERTION FAILED: !m_deletionHasBegun
(/Users/Cameron/WebKit/WebKitBuild/Debug/JavaScriptCore.framework/PrivateHeaders/RefCounted.h:41 void WTF::RefCounted<T>::ref() [with T = WebCore::IconRecord])

I'll upload the stack trace as an attachment.
Comment 1 Cameron Zwarich (cpst) 2008-06-15 12:47:12 PDT
Created attachment 21717 [details]
Stack trace
Comment 2 Darin Adler 2008-06-15 12:48:26 PDT
I think this is the same thing as bug 19556.
Comment 3 Cameron Zwarich (cpst) 2008-06-15 12:52:23 PDT
Yeah, it is. Ismail mentioned a bug on the channel, but from his one line description it sounded different than this one. I should have checked the Bugzilla.

*** This bug has been marked as a duplicate of 19556 ***