[Mono-bugs] [Bug 508522] ReflectionOnly/AssemblyResolve handlers can only/not return reflection-only assembly

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat May 30 10:20:38 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=508522

User vargaz at gmail.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=508522#c3


Zoltan Varga <vargaz at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vargaz at gmail.com




--- Comment #3 from Zoltan Varga <vargaz at gmail.com>  2009-05-30 08:20:37 MDT ---
The attached patch fixes this, it cannot be checked in right now because it
causes problems in the runtime: assembly resolve handlers are sometimes called
while holding various locks, so if an exception is thrown by them, the lock is
not released, and the runtime will deadlock.

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