https://bugzilla.novell.com/show_bug.cgi?id=440483
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=440483#c3 --- Comment #3 from Zoltan Varga <[EMAIL PROTECTED]> 2008-11-03 02:58:42 MDT --- As said many times in these bug reports, older versions of mono contained several race conditions in the the assembly loading code, leading to these random crashes. These are fixed in mono 2.0, but the changes are too complex/ numerous to backport. As a workaround, you can try the following: - after the server starts up, start a client which accesses most of the web pages served by the server, so all the assemblies needed by the application are loaded at startup, while the server is still in mostly single threaded mode, so the race conditions will probably not be triggered. -- 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
