[Mono-bugs] [Bug 57976][Blo] New - mono 0.31 JIT compiler crashes at startup.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 3 May 2004 05:25:55 -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 s001@hotbox.ru.

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

--- shadow/57976	2004-05-03 05:25:55.000000000 -0400
+++ shadow/57976.tmp.28440	2004-05-03 05:25:55.000000000 -0400
@@ -0,0 +1,48 @@
+Bug#: 57976
+Product: Mono: Runtime
+Version: unspecified
+OS: GNU/Linux [Other]
+OS Details: x86 linux 2.6.5, gcc 3.3.1
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: s001@hotbox.ru               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mono 0.31 JIT compiler crashes at startup.
+
+Description of Problem:
+ mono 0.31 JIT compiler crashes in GC at the
+ very startup.
+ 
+Steps to reproduce the problem:
+ mono program.exe (Actual program.exe doesn't matter)
+
+Actual Results:
+ segfault
+
+Expected Results:
+ Execution of the specified assembly file.
+
+How often does this happen? 
+ Always.
+
+Additional Information:
+ Call trace:
+GC_malloc ->
+ GC_generic_malloc_inner ->
+  GC_init_inner ->
+   GC_try_to_collect_inner ->
+    GC_stopped_mark ->
+     GC_mark_some ->
+      GC_mark_from ->
+      mark.c:line 769: defered = *limit; <<<=== segfault.
+Note: GC_mark_from() executes successfully some few times,
+then segfaults. The assembly file specified as an argument
+doesn't seem to be relevant. Starting with no arguments
+displays help screen normally.