[Mono-bugs] [Bug 62494][Maj] Changed - critical-sections.c assertion

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 9 Aug 2004 22:51:42 -0400 (EDT)


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 michi@zeroc.com.

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

--- shadow/62494	2004-08-07 21:07:10.000000000 -0400
+++ shadow/62494.tmp.13620	2004-08-09 22:51:42.000000000 -0400
@@ -35,6 +35,28 @@
 
 It would be nice if you gave us a few pointers, so we can run your
 regression tests as well, for instance, we could catch all the
 warning assertions and try to find out what is wrong.
 
 Thanks for your patience with Mono.
+
+------- Additional Comments From michi@zeroc.com  2004-08-09 22:51 -------
+You can download Ice for C# at www.zeroc.com. You will also need to 
+grab Ice for C++ and build the slice2cs translator. No need to build 
+all of Ice for C++. Just build the IceUtil, Slice, and slice2cs 
+targets. You need to put slicecs and icecpp into your path once you 
+have built them.
+
+I got most of the bugs I reported by running the slicing/exceptions, 
+location, and fault tolerance tests. slice/exceptions seems to be 
+particularly good a exposing these problems.
+
+Note that I'm running the tests on a dual-CPU RH8 machine. I suspect 
+that you will not see the problems on either a single-CPU machine or 
+with RH9.
+
+Also, you'll need patience when running the tests. The failures I've 
+seen appear to happen only once very few hundred runs.
+
+Cheers,
+
+Michi.