[Mono-bugs] [Bug 52040][Nor] Changed - System.Threading.Thread Fails
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 12 Dec 2003 04:49:13 -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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=52040
--- shadow/52040 2003-12-12 02:44:42.000000000 -0500
+++ shadow/52040.tmp.26912 2003-12-12 04:49:13.000000000 -0500
@@ -70,6 +70,15 @@
main_thread_handler()
------------------->8----------------------
------- Additional Comments From gonzalo@ximian.com 2003-12-12 02:44 -------
This works fine for me (debian sid, mono + mcs from CVS)
+
+------- Additional Comments From lupus@ximian.com 2003-12-12 04:49 -------
+Gonzalo: the reported issue is on powerpc.
+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.