[Mono-bugs] [Bug 75832][Nor] New - linears optimization bug on
x86_64
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Aug 17 10:24:17 EDT 2005
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 j at bitron.ch.
http://bugzilla.ximian.com/show_bug.cgi?id=75832
--- shadow/75832 2005-08-17 10:24:17.000000000 -0400
+++ shadow/75832.tmp.8565 2005-08-17 10:24:17.000000000 -0400
@@ -0,0 +1,44 @@
+Bug#: 75832
+Product: Mono: Runtime
+Version: 1.1
+OS:
+OS Details: paldo 1.3
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: JIT
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: j at bitron.ch
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: linears optimization bug on x86_64
+
+Description of Problem:
+With the linears optimization enabled (the default) the attached testcase
+fails on x86_64.
+
+
+Steps to reproduce the problem:
+1. Compile testcase
+2. Run testcase
+
+Actual Results:
+Unhandled Exception: System.NullReferenceException: Object reference not
+set to an instance of an object
+
+Expected Results:
+No Exception at all.
+
+How often does this happen?
+Always.
+
+Additional Information:
+This happens on x86_64 but not on x86 and it happens with the default
+optimization but not with -O=-linears
+Tested with mono 1.1.8.3 and trunk as of today
+
+This bug makes it impossible to use the bzip2 decompressing routines of
+SharpZipLib.
More information about the mono-bugs
mailing list