https://bugzilla.novell.com/show_bug.cgi?id=389886
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=389886#c7 --- Comment #7 from Rodrigo Kumpera <[email protected]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
