[Mono-bugs] [Bug 52040][Nor] Changed - System.Threading.Thread Fails
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 12 Dec 2003 09:03:22 -0500 (EST)
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 piyush.garyali@honeywell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=52040
--- shadow/52040 2003-12-12 04:49:13.000000000 -0500
+++ shadow/52040.tmp.29214 2003-12-12 09:03:22.000000000 -0500
@@ -79,6 +79,12 @@
However, the test case works fine for me.
This is not a JIT issue, but a runtime one: it may be that some of the
pthread calls don't work on the host system. Checking with a debugger
what happens in CreateThread() (io-layer/threads.c) is needed.
#defining DEBUG at the top of the file and recompiling may give some
hints as well.
+
+------- Additional Comments From piyush.garyali@honeywell.com 2003-12-12 09:03 -------
+This is fixed for me now. On my paltform I was having problems with
+the stacksize that was getting assigned per thread.
+
+You can close this for now.