[Mono-list] advice for debugging threading bugs?

Alan McGovern alan.mcgovern at gmail.com
Wed Mar 25 17:29:59 EDT 2009


Hey,

Just to expand on that - it's not just a mono limitation, it's also a
limitation on the MS .NET framework. There are many tutorials around
explaining different ways on how to solve this problem. You shouldn't
have a problem finding one in google.

Alan

On Wed, Mar 25, 2009 at 6:58 PM, Jonathan Pobst <monkey at jpobst.com> wrote:
> For the most part, mono's winforms does not support multi-threading:
>
> http://www.mono-project.com/FAQ:_Winforms#My_multithreaded_application_crashes_or_locks_up
>
> You will need to devise a way that both forms are created and shown on
> the same thread.
>
> Jonathan
>
>
> Martin Matusiak wrote:
>> I have a pretty simple windows forms application with a grand total of
>> two threads: one for a splash screen, the other to do some simple init
>> and then launch the main gui, killing the splash. And even so I've
>> apparently managed to mess something up, because while it works fine
>> on Linux and .NET it crashes on OSX (freezes just after showing the
>> main gui) and Mono/Windows (never shows any gui).
>>
>> Any advice on how to figure this out?
>>
>>
>> Martin
>> _______________________________________________
>> Mono-list maillist  -  Mono-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-list
>>
>>
>
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>


More information about the Mono-list mailing list