[Mono-bugs] [Bug 72596][Wis] New - "GLib-CRITICAL **: g_hash_table_lookup: assertion `hash_table != NULL' failed" error on 2.6.10 smp kernel

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 14 Feb 2005 16:58:14 -0500 (EST)


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 xenomorph2@onlinehome.de.

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

--- shadow/72596	2005-02-14 16:58:14.000000000 -0500
+++ shadow/72596.tmp.16488	2005-02-14 16:58:14.000000000 -0500
@@ -0,0 +1,59 @@
+Bug#: 72596
+Product: Mono: Runtime
+Version: 1.1
+OS: 
+OS Details: Kernel 2.6.10-smp
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: xenomorph2@onlinehome.de               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: "GLib-CRITICAL **: g_hash_table_lookup: assertion `hash_table != NULL' failed" error on 2.6.10 smp kernel
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+Compiling current mono/mcs svn version on a P4 2.8GHz HT with a 2.6.10 smp
+kernel often stops with a "GLib-CRITICAL **: g_hash_table_lookup: assertion
+`hash_table != NULL' failed" error message.
+
+Example:
+
+(../../../class/lib/default/mcs.exe:8797): GLib-CRITICAL **:
+g_hash_table_lookup: assertion `hash_table != NULL' failed
+make[9]: *** [../../../class/lib/default/I18N.West.dll]
+Speicherzugriffsfehler
+
+Compilation with the same kernel (2.6.10) but without smp (2.6.10) works
+flawless.
+
+"make install" stops also (gacutil then throws the error...)
+
+Steps to reproduce the problem:
+1. Try to compile mono on a 2.6.x smp kernel 
+2. 
+3. 
+
+Actual Results:
+
+Many "GLib-CRITICAL **: g_hash_table_lookup: assertion `hash_table != NULL'
+failed" error messages.
+
+Expected Results:
+
+No errors
+
+How often does this happen? 
+
+Everytime
+
+Additional Information:
+
+-/-