http://bugzilla.novell.com/show_bug.cgi?id=507003
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=507003#c2 --- Comment #2 from enrico sabbadin <[email protected]> 2009-05-26 15:05:45 MDT --- funny thing .. this problem happens on WIN / ,NET 2.0 the real one as well .. on WIN i can attach a debugger and see that the original error is "stackoverlflow" .. ?! .. i doubt the problem on mono & win have the same origin .. i'll investigate .. however .. looking at the doassemblyresolve method .. you eventuallly put a string as value .. ht [name] = name; however you look for an assembly .. Assembly ass = (Assembly) ht [name]; this should always return null .. have a look at the source code .. best regards -- 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
