[Mono-bugs] [Bug 473569] Deadlock when using NUnit + SWF + threads

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun May 17 02:09:41 EDT 2009


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

User calberto.cortez at gmail.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=473569#c6


Carlos Alberto Cortez <calberto.cortez at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |calberto.cortez at gmail.com




--- Comment #6 from Carlos Alberto Cortez <calberto.cortez at gmail.com>  2009-05-17 00:09:39 MDT ---
Andres, our implementation doesn't some threading scenarios, from the FAQ:


Mono's implementation of WinForms does not support Forms or Controls being
created on multiple threads. All Forms/Controls must be created on the same
thread.

Note this only applies to creation. You can still write multithreaded
applications that do work in other threads and modify already created controls
using Control.Invoke. 

So I'm mark this bug as Closed. Ok with that?

-- 
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