[Mono-bugs] [Bug 389886] Boo test fixtures with generic delegates make runtime crash

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Dec 16 17:14:49 EST 2008


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

User rkumpera at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=389886#c7





--- Comment #7 from Rodrigo Kumpera <rkumpera at novell.com>  2008-12-16 15:14:49 MST ---
I spend two more days on internal-generic-callable-type-2.boo and the problem
is pretty much unfixable with our current SRE implementation.

The issue is that we inflate SRE generic types on the unmanaged side together
with the managed side. This is perfectly fine if you don't change the
TypeBuilder after . Otherwise nasty things like all sort of undefined behavior
will happen.

I only see two ways to fix this. Either we keep a list of inflated TypeBuilders
and fix then every time we change it or we delay the unmanaged side until the
TB is finished.

The first solution is a no go as it will slow us down too much and the second
requires a lot of work.

Said that, fixing this issue won't happen anytime soon, not until we solve the
lifecycle issue of TypeBuilders.


-- 
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