https://bugzilla.novell.com/show_bug.cgi?id=467456
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=467456#c2 --- Comment #2 from Mark Probst <[email protected]> 2009-01-20 03:17:20 MST --- Simpler test case: using System; using System.Collections.Generic; class Program { static void Main (string[] args) { List<string> inners = new List<string> (); inners.Add ("Failed to run update to completion"); throw new Exception (); } } Commenting out the throw makes the program work. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
