[Mono-bugs] [Bug 76684][Nor] Changed - Mono crashes when creating too many threads or running too many processes

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Nov 12 13:44:03 EST 2005


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 carlos at applianz.com.

http://bugzilla.ximian.com/show_bug.cgi?id=76684

--- shadow/76684	2005-11-12 13:33:51.000000000 -0500
+++ shadow/76684.tmp.2691	2005-11-12 13:44:03.000000000 -0500
@@ -89,6 +89,21 @@
 
 ------- Additional Comments From carlos at applianz.com  2005-11-12 13:33 -------
 1.1.9.2
 I will try upgrading to 1.1.10 again, the first time I tried I had a
 lot of problems with my code but didn't have much time to play with it
 and had to roll back.
+
+------- Additional Comments From carlos at applianz.com  2005-11-12 13:44 -------
+I changed the code down to 30 threads which allowed me to get past the
+error. Now I was able to reproduce a different bug I have been chasing
+for a couple of weeks.
+The code just quit running, the output stopped, the Console.ReadLine
+code worked, however the code never exits even though main should be
+over. Also, I closed a few of the xcalcs manually and got zombie
+processes, checkout the ps output for one of those xcals and its parent.
+
+applianz 31583 31560  0 11:43 pts/1    00:00:00 mono ../test/Proc.exe
+applianz 31603 31583  0 11:43 pts/1    00:00:00 [xcalc] <defunct>
+
+I dont know if this is two bugs or one bug but I can reproduce it on
+several pieces of code we have, this is the only small example.


More information about the mono-bugs mailing list