[Webkit-unassigned] [Bug 44690] Race condition in WorkQueue destruction (could lead to crashes)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 8 10:24:47 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=44690





--- Comment #8 from Adam Roben (aroben) <aroben at apple.com>  2011-02-08 10:24:47 PST ---
Anders says (1) is intended, but not (2). It is up to callers to deal with a WorkItem being in progress when WorkQueue::invalidate is called. One convenience for most callers is that member-function WorkItems ref the object they're going to call, so those objects don't have to worry about being deleted in the middle of a WorkItem executing.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list