[Mono-bugs] [Bug 404866] Assert on finalizer thread

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Jun 30 13:25:07 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=404866

User dick at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=404866#c4





--- Comment #4 from Dick Porter <dick at novell.com>  2008-06-30 11:25:07 MDT ---
I've just noticed the 64 bit part: try this to see if it makes any difference.

Index: process-private.h
===================================================================
--- process-private.h   (revision 106743)
+++ process-private.h   (working copy)
@@ -17,11 +17,7 @@
 #define _WAPI_PROCESS_CURRENT (gpointer)0xFFFFFFFF

 /* This marks a system process that we don't have a handle on */
-#if SIZEOF_VOID_P == 8
-#define _WAPI_PROCESS_UNHANDLED_PID_MASK 0xFFFFFFFF
-#else
 #define _WAPI_PROCESS_UNHANDLED_PID_MASK 0x7FFF
-#endif
 #define _WAPI_PROCESS_UNHANDLED (-1 & ~_WAPI_PROCESS_UNHANDLED_PID_MASK)
/*0xFFFF8000*/

 extern gpointer _wapi_process_duplicate (void);


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list