[Mono-bugs] [Bug 75483][Wis] New - Refering to Math.min or .max produces invalid opcode

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jul 5 19:29:23 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 flgr at ccan.de.

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

--- shadow/75483	2005-07-05 19:29:22.000000000 -0400
+++ shadow/75483.tmp.11717	2005-07-05 19:29:22.000000000 -0400
@@ -0,0 +1,42 @@
+Bug#: 75483
+Product: Mono: Compilers
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: JScript
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: flgr at ccan.de               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Refering to Math.min or .max produces invalid opcode
+
+Description of Problem:
+
+If your code contains Math.min / .max anywhere it will result in the
+generation of invalid IL code.
+
+Steps to reproduce the problem:
+1. Download test case.
+2. Compile via mjs.
+3. Run via mono.
+
+Actual Results:
+
+This application has requested the Runtime to terminate it in an unusual way.
+Please contact the application's support team for more information.
+
+And a message box pops up: "** ERROR **: Invalid IL code at IL004b in
+JScript 0:Global Code (): IL_004b: call 0x0a000004"
+
+Expected Results:
+Nothing.
+
+How often does this happen? 
+
+Always.


More information about the mono-bugs mailing list