Bug 60709

Summary: Assertion failure when requesting that storage be deleted for an origin without storage
Product: WebKit Reporter: Jessie Berlin <jberlin>
Component: WebCore Misc.Assignee: Jessie Berlin <jberlin>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, adauria, beidson, eric, jberlin, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Jessie Berlin
Reported 2011-05-12 10:52:00 PDT
ASSERTION FAILED: !path.isEmpty() /Volumes/Data/jessieberlin/src/Safari/OpenSource/Source/WebCore/storage/StorageTracker.cpp(458) : void WebCore::StorageTracker::syncDeleteOrigin(const WTF::String&) 1 WebCore::StorageTracker::syncDeleteOrigin(WTF::String const&) 2 WebCore::LocalStorageTask::performTask() 3 WebCore::LocalStorageThread::threadEntryPoint() 4 WebCore::LocalStorageThread::threadEntryPointCallback(void*) 5 WTF::threadEntryPoint(void*) 6 _pthread_start 7 thread_start
Attachments
Patch (1.60 KB, patch)
2011-05-12 11:07 PDT, Jessie Berlin
no flags
Anton D'Auria
Comment 1 2011-05-12 10:56:23 PDT
This assertion is too strict. Requesting StorageTracker to delete local storage for an origin that has no local storage is not a misuse of the API.
Jessie Berlin
Comment 2 2011-05-12 11:07:06 PDT
Jessie Berlin
Comment 3 2011-05-12 12:41:53 PDT
Comment on attachment 93308 [details] Patch Thanks for the review, Darin! Commited in http://trac.webkit.org/changeset/86371
WebKit Review Bot
Comment 4 2011-05-12 14:31:28 PDT
http://trac.webkit.org/changeset/86371 might have broken Leopard Intel Debug (Tests) The following tests are not passing: fast/lists/003-vertical.html fonts/cursive.html
Note You need to log in before you can comment on or make changes to this bug.