[Webkit-unassigned] [Bug 7015] Assertion failure in _NPN_RetainObject on page with Flash LiveConnect when JS and Java disabled

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Feb 5 00:12:58 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=7015





------- Comment #2 from darin at apple.com  2006-02-05 00:12 PDT -------
A crash in _NPN_RetainObject indicates that the plug-in is calling
NPN_RetainObject with an object of 0. Since that's not really illegal, I think
we just need to remove the assertion to fix that half.

And I'm guessing the _NPN_Invoke is simply missing a check for null on the
object passed in and that's what the crash is. A backtrace attached to this bug
would confirm my guess.


-- 
Configure bugmail: http://bugzilla.opendarwin.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