[Mono-bugs] [Bug 555871] ERROR:threads.c:626:init_root_domain_thread: assertion failed: (!thread->root_domain_thread)

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Nov 23 03:15:58 EST 2009


http://bugzilla.novell.com/show_bug.cgi?id=555871

http://bugzilla.novell.com/show_bug.cgi?id=555871#c6


--- Comment #6 from Zoltan Varga <vargaz at gmail.com> 2009-11-23 08:15:55 UTC ---
The InternalThread class in this mscorlib has like 10 fields:

    .field  assembly  native int system_thread_handle
    .field  assembly  bool threadpool_thread
    .field  assembly  int64 thread_id
    .field  assembly  int32 stack_size
    .field  assembly  int32 modreq (System.Runtime.CompilerServices.IsVolatile)
critical_region_level
    .field  assembly  int32 managed_id
    .field  assembly  unsigned int8[] _serialized_principal
    .field  assembly  unsigned int8[] serialized_culture_info
    .field  assembly  unsigned int8[] serialized_ui_culture_info
    .field  assembly  bool in_currentculture

while the real InternalThread class has many more. The corlib_version is 86,
so this is not an old mscorlib. So there has to be a compilation problem
somewhere.

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


More information about the mono-bugs mailing list