[Mono-bugs] [Bug 705190] Thread start_delegate null

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Aug 22 19:01:55 EDT 2011


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

https://bugzilla.novell.com/show_bug.cgi?id=705190#c3


Zoltan Varga <vargaz at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vargaz at gmail.com
         AssignedTo|mono-bugs at lists.ximian.com  |gonzalo.mono at gmail.com

--- Comment #3 from Zoltan Varga <vargaz at gmail.com> 2011-08-22 23:01:54 UTC ---
The problem is probably these lines:


+    init_event_system (data);
+    mono_thread_create_internal (mono_get_root_domain (), data->wait, data,
TRUE, SMALL_STACK);

In init_event_system, it might be possible to call neither tp_epoll_init () nor
tp_poll_init (), so data->wait is left uninitialized.

-- 
Configure bugmail: https://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