Bug 115065 - Assertion failure (crash in release) attempting to delete database storage in WK1 without creating a WebView first
Summary: Assertion failure (crash in release) attempting to delete database storage in...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jessie Berlin
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-04-23 16:55 PDT by Jessie Berlin
Modified: 2013-04-24 08:16 PDT (History)
2 users (show)

See Also:


Attachments
Patch (14.74 KB, patch)
2013-04-23 17:08 PDT, Jessie Berlin
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jessie Berlin 2013-04-23 16:55:14 PDT
1 com.apple.WebCore              0x10de663d8 WebCore::platformStrategies() + 0x48 (PlatformStrategies.cpp:38)
   2 com.apple.WebCore              0x10cf070f6 WebCore::DatabaseManager::DatabaseManager() + 0x56 (DatabaseManager.cpp:77)
   3 com.apple.WebCore              0x10cf07095 WebCore::DatabaseManager::DatabaseManager() + 0x15 (DatabaseManager.cpp:82)
   4 com.apple.WebCore              0x10cf07064 WebCore::DatabaseManager::manager() + 0x34 (DatabaseManager.cpp:63)
   5 com.apple.WebKit               0x10ae1a609 -[WebDatabaseManager deleteOrigin:] + 0x19 (WebDatabaseManager.mm:114)

<rdar://problem/13721655>
Comment 1 Jessie Berlin 2013-04-23 17:08:59 PDT
Created attachment 199337 [details]
Patch
Comment 2 Jessie Berlin 2013-04-24 08:16:27 PDT
Comment on attachment 199337 [details]
Patch

Committed in http://trac.webkit.org/changeset/149035