[Mono-bugs] [Bug 81956][Wis] Changed - ArrayOutOfBounds in BigInteger class

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Aug 2 15:13:06 EDT 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 marek.safar at seznam.cz.

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

--- shadow/81956	2007-08-02 15:06:03.000000000 -0400
+++ shadow/81956.tmp.3194	2007-08-02 15:13:06.000000000 -0400
@@ -409,6 +409,17 @@
 which make it a lot less likely to crash, so i'd recommend you use the
 corlib version. Best bet is the Mono.Security.dll file that comes
 packaged with mono.
 
 You need to be on a multi-core computer and running under MS.NET for
 it to reproduce. The above testcase will crash near instantly.
+
+------- Additional Comments From marek.safar at seznam.cz  2007-08-02 15:13 -------
+I was unable to reproduce the issue with on my 2 cores machine on
+windows. I compiled your sample with reference to Mono.Security.dll
+
+Can you provide a stack trace of the error from your test case ?
+
+One possibility is that MS runtime expects special syntax of byte
+array initializer (csc produces __StaticArrayInitTypeSize=<<size>>) to
+work correctly. It's just guess because I cannot test it, it works on
+my machine.


More information about the mono-bugs mailing list