[Webkit-unassigned] [Bug 38502] Qt build system failed to notice dependency changes after r58712

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 5 13:20:33 PDT 2010


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


Gavin Barraclough <barraclough at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|webkit-unassigned at lists.web |barraclough at apple.com
                   |kit.org                     |




--- Comment #10 from Gavin Barraclough <barraclough at apple.com>  2010-05-05 13:20:32 PST ---
Okay, I think I've figured out the worker-gc2 crash, and I think it's related
to a change I made a few weeks ago.

The bug was in existence prior to r58114.  This introduced leaks, which will
have masked the bug (the bug is a use after release of the objects leaked by
r58114).  r58712 then appeared to break the test, since it stopped leaking
these objects again, making the bug possible.

The bug is currently only biting on QT since it is platform dependent – it
depends on the ordering that ThreadSpecifics are deleted, which is not defined.

patch incoming.

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