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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=81956 --- shadow/81956 2007-06-27 10:59:49.000000000 -0400 +++ shadow/81956.tmp.15309 2007-06-29 01:19:19.000000000 -0400 @@ -212,6 +212,19 @@ result of an ArrayOutOfBounds exception, the other two are this type: An unhandled exception of type 'System.AccessViolationException' occurred in Mono.Security.dll Additional information: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. + +------- Additional Comments From [EMAIL PROTECTED] 2007-06-29 01:19 ------- +Ok, finally figured out the root cause. Firstly, this bug only +manifests on MS.NET. Secondly, it only manifests if there is more than +1 thread calling ModPow (i haven't checked any other operations). Even +though both threads are using completely different instances, they are +still somehow clashing and exploding. + +Here are two (slightly different) testcases. Both run fine on mono, +both die horribly on MS.NET. + +http://monoport.com/3500 +http://monoport.com/3501 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
