[Mono-bugs] [Bug 46363][Wis] Changed - mcs gives sigsegv (mini:6676)

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Wed, 16 Jul 2003 04:35:18 -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 richard.torkar@htu.se.

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

--- shadow/46363	Tue Jul 15 03:47:42 2003
+++ shadow/46363.tmp.23260	Wed Jul 16 04:35:18 2003
@@ -1,14 +1,14 @@
 Bug#: 46363
 Product: Mono/Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: Same behaviour in Gentoo and RH9
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: richard.torkar@htu.se               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -40,6 +40,17 @@
 Additional Information:
 This happens both in Gentoo and rh9.
 Several people has confirmed this bug (incl Paolo & Miguel).
 
 I'll spend a couple of hours today trying to fix this bug if I can (I'm no
 gdb guru ;-)
+
+------- Additional Comments From richard.torkar@htu.se  2003-07-16 04:35 -------
+
+The sigsegv comes in mini.c:mono_jit_compile_method
+
+  if ((code = g_hash_table_lookup (jit_code_hash, method))) {
+    mono_jit_stats.methods_lookups++;
+    return code;
+  }
+
+I'll try to pin down exactly what happens...