Bug 106960 - ASSERT(!m_queue.killed() && m_threadID) hit in StorageThread::scheduleTask on low memory warning
Summary: ASSERT(!m_queue.killed() && m_threadID) hit in StorageThread::scheduleTask on...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-15 16:51 PST by Antti Koivisto
Modified: 2013-01-15 17:09 PST (History)
0 users

See Also:


Attachments
patch (2.94 KB, patch)
2013-01-15 17:01 PST, Antti Koivisto
mrowe: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antti Koivisto 2013-01-15 16:51:20 PST
Memory clearing task is getting scheduled to a killed thread.
Comment 1 Antti Koivisto 2013-01-15 17:01:03 PST
Created attachment 182877 [details]
patch
Comment 2 Antti Koivisto 2013-01-15 17:09:20 PST
http://trac.webkit.org/changeset/139811