Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=80743 --- shadow/80743 2007-04-08 10:11:51.000000000 -0400 +++ shadow/80743.tmp.762 2007-04-08 17:55:07.000000000 -0400 @@ -593,6 +593,32 @@ ------- Additional Comments From [EMAIL PROTECTED] 2007-04-08 10:11 ------- Please try the attached patch. It fixes the crashes for me. Unfortunately, it is a revert of an earlier patch, so I'm not sure it can be checked in right now. + +------- Additional Comments From [EMAIL PROTECTED] 2007-04-08 17:55 ------- +Thanks for your effort! + +I've applied the patch to my tree (freshly updated to svn). It takes +much, much longer now (i.e. much more runs) before it crashes or +deadlocks. + +When it crashes, it always dumps a few screens full of these +assertions again: + +** (process:18007): ERROR (recursed) **: file domain.c: line 178 +(mono_jit_info_table_find): assertion failed: (ret == 0) +aborting... + +Two things look rather irritating to me: +- memory consumption stays almost constant most of the time, but +sometimes it suddenly starts increasing, eating about 1mb with every +web app restart (once that happens, it doesn't stop anymore) +- when I do a "kill -QUIT [pid of 'mono tinyhost.exe']", the resulting +stacktraces show "OutOfMemoryException" in many threads (this is case +when the tinyhost is deadlocked as well as while it is still running) + + +I'll attach a zipfile containing the tinyhost and webapp I'm using +right now (start with "mono tinyhost.exe 400" for 400 runs). _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
