[Webkit-unassigned] [Bug 103077] REGRESSION(r135486): ASSERT(isMainThread()) hit in LayerTreeRenderer::setActive(bool)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 22 14:55:07 PST 2012


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





--- Comment #1 from Huang Dongsung <luxtella at company100.net>  2012-11-22 14:57:10 PST ---
I'm sorry for this crash and thanks for reporting.

I think setActive() was designed that only the main thread calls, because m_active is used in the main thread without locking.
In this time, we can make LayerTreeRenderer more thread-safe.

-- 
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