[Mono-bugs] [Bug 644316] AssemblyResolve handler subscribed immediately before the reference call does not get hit at the reference call

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Oct 7 13:02:32 EDT 2010


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

https://bugzilla.novell.com/show_bug.cgi?id=644316#c4


--- Comment #4 from Zoltan Varga <vargaz at gmail.com> 2010-10-07 17:02:31 UTC ---
The basic problem here is that we try to inline CallClassA into Main (), and
during inlining, we try loading the dependent assembly, which fails, so we set
image->references [1] to REFERENCE_MISSING, then when we compile the non
inlined version of CallClassA, we don't call the assembly resolve event
handler, since the assembly is flagged as missing.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list