[Mono-bugs] [Bug 72259][Nor] Changed - Numerical calculation in Mono produces wrong results

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 6 Feb 2005 09:12:28 -0500 (EST)


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 lupus@ximian.com.

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

--- shadow/72259	2005-02-06 08:32:40.000000000 -0500
+++ shadow/72259.tmp.28391	2005-02-06 09:12:28.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 72259
 Product: Mono: Runtime
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: Fedora 3, VirtualPC
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: dcasper@uci.edu               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -97,6 +97,17 @@
 files by email on request.
 
 ------- Additional Comments From dcasper@uci.edu  2005-02-06 08:32 -------
 Created an attachment (id=14098)
 Source code and mcs-generated JIT assemblies
 
+
+------- Additional Comments From lupus@ximian.com  2005-02-06 09:12 -------
+You don't mention the version of mono you're using.
+The test produces the expected results with mono from
+svn (just some small change in the less significant digits,
+some may be due to rounding issues when printing).
+It looks like you're using mint to run the program, instead of mono.
+Please report if that solves the issue: you should not use mint.
+Also, please file a bug report about the issue with the complex
+expression you had to simplify, so we can fix that bug.
+Thanks.