[Mono-bugs] [Bug 77172][Nor] New - something wrong with i8
arithmetic on amd64
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Jan 6 16:00:39 EST 2006
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 malekith at pld-linux.org.
http://bugzilla.ximian.com/show_bug.cgi?id=77172
--- shadow/77172 2006-01-06 16:00:39.000000000 -0500
+++ shadow/77172.tmp.19909 2006-01-06 16:00:39.000000000 -0500
@@ -0,0 +1,39 @@
+Bug#: 77172
+Product: Mono: Runtime
+Version: 1.1
+OS:
+OS Details: amd64 pld linux
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: JIT
+AssignedTo: lupus at ximian.com
+ReportedBy: malekith at pld-linux.org
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: something wrong with i8 arithmetic on amd64
+
+Description of Problem:
+
+The attached sample runs fine on mono/x86 and ms.net 2.0, but fails with
+mono/amd64. It pe-verifies fine.
+
+Actual Results:
+ %total cycles calls-recurs. cyc/call(w/o rec ) function name
+-429496729600.00% -4294967296 1-0
+-4294967296.00(-4294967296.00) A.Qux
+
+
+Expected Results:
+ %total cycles calls-recurs. cyc/call(w/o rec ) function name
+ 0.00% 0 1-0 0.00(0.00 ) A.Qux
+
+
+How often does this happen?
+Always.
+
+Additional Information:
+Using mono 1.1.11.
More information about the mono-bugs
mailing list