[Mono-bugs] [Bug 57957][Nor] Changed - failure in biginterger when signing with ppc jit
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Jul 14 14:27:15 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 miguel at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=57957
--- shadow/57957 2004-08-27 18:18:23.000000000 -0400
+++ shadow/57957.tmp.30996 2007-07-14 14:27:15.000000000 -0400
@@ -35,6 +35,13 @@
Uncommenting the last writeline makes it work ok (the bug manifests with an
integeroutofrange exception in the BigInterger ctor). public BigInteger
(BigInteger bi, uint len)
doesn't check that len is >= bi.length.
A speedup for the shift operation hides the problem (look in mini.c for a
reference to this bug).
+
+------- Additional Comments From miguel at ximian.com 2007-07-14 14:27 -------
+This could be the compiler generating invalid code, recently Alan
+found that assemblies generated by gmcs sometimes crash on Windows
+(and only under certain conditions):
+
+See bug 81956 for his information; This could be a compiler bug.
More information about the mono-bugs
mailing list