[Mono-bugs] [Bug 35028][Maj] New - assertion failed in file jit.c: line 487 (mono_store_tree)

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
4 Dec 2002 08:36:08 -0000


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 eriksl2@yahoo.com.

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

--- shadow/35028	Wed Dec  4 03:36:08 2002
+++ shadow/35028.tmp.4024	Wed Dec  4 03:36:08 2002
@@ -0,0 +1,47 @@
+Bug#: 35028
+Product: Mono/Runtime
+Version: unspecified
+OS: Red Hat 7.3
+OS Details: Redhat 7.3
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: eriksl2@yahoo.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: assertion failed in file jit.c: line 487 (mono_store_tree)
+
+Description of Problem:
+Somewhere in the run of my program the mono runtime (v.16 or monoCVS Dec03)
+dies with an error....version .25 of the project has no errors, and version
+.30 crashes every run...I don't know why because the difference between the
+two is trivial.
+
+Steps to reproduce the problem:
+1. source located at
+http://www.cise.ufl.edu/~ec0/project/SharpScan_v.30/Scanner.cs
+2. compile with mcs from mono .16 "mcs Scanner.cs -t:exe -o Scanner.exe
+3. run with "mono Scanner.exe 127.0.0.1"
+
+Actual Results:
+** ERROR **: file jit.c: line 487 (mono_store_tree): assertion failed:
+(s->svt != VAL_UNKNOWN)
+aborting...
+
+Expected Results:
+SharpScan v.25
+127.0.0.1 25/TCP Open
+127.0.0.1 25/TCP Open
+
+Scan completed, Total Scan Time=00:00:00.1703020
+
+How often does this happen? 
+Every time
+
+Additional Information:
+Sorry if this is a useless bug, or allready reported