[Mono-bugs] [Bug 80892][Maj] Changed - Monitor.Pulse not working properly on s390x

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Feb 20 13:47:09 EST 2007


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 neale at sinenomine.net.

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

--- shadow/80892	2007-02-19 22:41:33.000000000 -0500
+++ shadow/80892.tmp.22215	2007-02-20 13:47:09.000000000 -0500
@@ -43,6 +43,48 @@
 know how to attach the file or send it.
 
 ------- Additional Comments From mrashmiranjan at novell.com  2007-02-19 02:13 -------
 Created an attachment (id=18733)
 Sample program
 
+
+------- Additional Comments From neale at sinenomine.net  2007-02-20 13:47 -------
+Running the test program I get:
+
+> mono zmdtest.exe 
+Added a new thread (500), total count is 1
+
+Thread 500: waiting on job...
+
+Added a new thread (501), total count is 2
+
+Thread 501: waiting on job...
+
+Added a new thread (502), total count is 3
+
+Thread 502: waiting on job...
+
+Running job in inactive thread 500
+
+Thread 500: got new worker
+
+Running job in inactive thread 501
+
+Thread 501: got new worker
+
+Thread 500: running job...
+
+--------------------------------Inside JustWait2 Method
+
+Thread 501: running job...
+
+Thread 500: job finished
+
+--------------------------------Inside JustWait2 Method
+
+Thread 500: waiting on job...
+
+Thread 501: job finished
+
+Thread 501: waiting on job...
+
+... and it never comes to an end. Are there any build options that I need?


More information about the mono-bugs mailing list