https://bugzilla.novell.com/show_bug.cgi?id=375277

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=375277#c4


Jeffrey Stedfast <[EMAIL PROTECTED]> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |[EMAIL 
PROTECTED]
             Status|NEEDINFO                                        |RESOLVED
      Info Provider|[EMAIL PROTECTED]                              |
         Resolution|                                                |FIXED




--- Comment #4 from Jeffrey Stedfast <[EMAIL PROTECTED]>  2008-04-02 16:45:46 
MST ---
fixed in svn

turns out that on browser exit (or swapping away from a moonlight page?) when a
'content' object is still referenced is a totally bad thing because Firefox
starts destroying objects even if code still holds references to them... and
since the MoonlightScriptControlObject holds a ref on a MoonlightContentObject
which it thinks is still alive when it itself gets disposed/destroyed, it tries
to unref the free'd content object (which it still technically owns a ref to...
yay Firefox!)


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to