[Webkit-unassigned] [Bug 84950] [GTK] Massive media tests failures since r115288

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 26 08:02:31 PDT 2012


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


Mark Hahnenberg <mhahnenberg at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-unassigned at lists.web |mhahnenberg at apple.com
                   |kit.org                     |




--- Comment #1 from Mark Hahnenberg <mhahnenberg at apple.com>  2012-04-26 08:02:31 PST ---
I believe this has to do with the fact that we only have a properly implemented GCActivityCallback on platforms which have CoreFoundation, meaning we are now not doing any collection for those platforms without CoreFoundation when we call GCController::garbageCollectSoon(). This is obviously bad. 

I'd imagine that this issue manifests itself in the media tests because of the fact that they're dealing with very large things that need to be collected pretty quickly when they die to prevent memory bloat.

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