[Mono-bugs] [Bug 74927][Maj] Changed - DivideByZeroException thrown in uint division when NOT dividing by zero.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 13 May 2005 05:51:49 -0400 (EDT)


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 rharinath@novell.com.

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

--- shadow/74927	2005-05-12 18:44:38.000000000 -0400
+++ shadow/74927.tmp.14269	2005-05-13 05:51:48.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 74927
 Product: Mono: Compilers
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: Linux 2.6.5-7.111.19  x86_64 x86_64 x86_64 GNU/Linux
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: siddacious@gmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -59,6 +59,16 @@
 
 Additional Information:
 
 The patterns we notice are:
   -- division is a uint divided by a uint
   -- the high bit is set in the dividend   (e.g. 0x80000000)
+
+------- Additional Comments From rharinath@novell.com  2005-05-13 05:51 -------
+I cannot reproduce this behaviour with a recent SVN snapshot of mcs
+and mono on Linux x86.
+
+Can you check if:
+
+  * the binary compiled with CSC works on your mono runtime
+  * the binary compiled with MCS works on the .NET runtime
+