http://bugzilla.novell.com/show_bug.cgi?id=512790
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=512790#c1 Zoltan Varga <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #1 from Zoltan Varga <[email protected]> 2009-06-13 04:52:33 MDT --- Fixed in SVN. We might backport the fix to a 2.4 release if it turns out to be stable. As a workaround, turn off inlining (-O=-inline), or make the BitSet ctor 'more complex' to prevent it from being inlined, i.e. add: for (int i = 0; i < 10; ++i) ; -- 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
