[Mono-bugs] [Bug 81862][Maj] Changed - Should call g_thread_init() very early

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jun 12 06:41:47 EDT 2007


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 robertj at gmx.net.

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

--- shadow/81862	2007-06-12 04:59:15.000000000 -0400
+++ shadow/81862.tmp.20677	2007-06-12 06:41:47.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 81862
 Product: Mono: Runtime
 Version: 1.2
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Major
 Component: JIT
 AssignedTo: lupus at ximian.com                            
 ReportedBy: slomo at circular-chaos.org               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -31,6 +31,17 @@
 
 GSlice: g_thread_init() must be called before all other GLib functions;
 memory corruption due to late invocation of g_thread_init() has been
 detected; this program is likely to crash, leak or unexpectedly abort soon...
 
 Bye
+
+------- Additional Comments From robertj at gmx.net  2007-06-12 06:41 -------
+This has been already fixed:
+
+2007-05-27  Zoltan Varga  <vargaz at gmail.com>
+
+        * driver.c (mono_main): Call g_thread_init () early since
+newer glib ver
+sions
+        require it.
+


More information about the mono-bugs mailing list