[Mono-bugs] [Bug 75437][Blo] New - "" + (1 == 1) causes freeze

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Jul 1 17:39:50 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=75437

--- shadow/75437	2005-07-01 17:39:50.000000000 -0400
+++ shadow/75437.tmp.23126	2005-07-01 17:39:50.000000000 -0400
@@ -0,0 +1,42 @@
+Bug#: 75437
+Product: Mono: Compilers
+Version: unspecified
+OS: 
+OS Details: OS independent
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Blocker
+Component: jscript
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: flgr at ccan.de               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: "" + (1 == 1) causes freeze
+
+Description of Problem:
+
+"" + (1 == 1) causes MJS to go into an infinite Trace/breakpoint trap loop.
+
+Steps to reproduce the problem:
+1. Run attached test case.
+2. How to compile the test: Save the test case, compile with: mjs x.js
+3. How to run the test: run with: mono x.exe, or If you have another
+runtime support assembly that's not Mono's sitting at /tmp, use:
+MONO_PATH=/tmp mono x.exe
+4. Version: current SVN.
+
+Actual Results:
+
+Infinite loop.
+
+Expected Results:
+
+No output, no loop. I think the result of the above expression should be
+"true".
+
+How often does this happen? 
+
+Every time.


More information about the mono-bugs mailing list