[Webkit-unassigned] [Bug 36471] Assertion failure in WebCoreJSClientData::forgetWorld in storage tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 22 18:37:29 PDT 2010


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





--- Comment #1 from Dumitru Daniliuc <dumi at chromium.org>  2010-03-22 18:37:29 PST ---
I suspect the problem is triggered by the
open-database-creation-callback-isolated-world.html test.
open-database-creation-callback.html probably just happens to run next and
that's when the GC kicks in and tries to clean up the isolated world set up in
the previous test (gotta love failures assigned to incorrect tests...).

Adam, any idea what might be the problem here? Is it possible that on shutdown
forgetWorld() is called after (or at the same time but on a different thread)
~WebCoreJSClientData()?

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