[Mono-bugs] [Bug 375277] Asset Allocator - crashes FF
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Apr 2 18:45:46 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=375277
User fejj at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=375277#c4
Jeffrey Stedfast <fejj at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fejj at novell.com
Status|NEEDINFO |RESOLVED
Info Provider|rhowell at novell.com |
Resolution| |FIXED
--- Comment #4 from Jeffrey Stedfast <fejj at novell.com> 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.
More information about the mono-bugs
mailing list