[Webkit-unassigned] [Bug 19762] Crash in svg/webarchive/svg-cursor-subresources.svg

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 6 19:50:16 PDT 2008


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


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #22100|review?                     |review-
               Flag|                            |




------- Comment #5 from darin at apple.com  2008-07-06 19:50 PDT -------
(From update of attachment 22100)
This is unnecessarily fragile. While it's true that a document can reach the
state where its true refCount is 0 and the only references keeping it a live
are the self-only references from its children, it's not at all guaranteed that
this state corresponds with the case you care about here. I know you're looking
for "the right check" to detect this bad situation, and sadly this is not the
one.

I'd like to understand exactly what makes the document "bad to work with" here.
Then I can help you figure out the right way to code it.


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



More information about the webkit-unassigned mailing list