A couple of things:
1. We've just run our .NET application under Linux for the first time, and it ran, out-of-the-box, without any tweaking at all on our part. Our app is about 7000 lines of C# and uses lots of fairly complex threading and networking functionality, so the fact that it Just Works speaks volumes for the stability and usefulness of mono. Our collective thanks and congratulations to all the developers; we'll definitely be contributing to the project once we have some funding and the resulting funds/time. ;o)
2. Mono terminates abnormally when our app closes down, with the following output:
** (AvalonShell.exe:31896): WARNING **: : error looking up event handle 0x308
** ERROR **: file monitor.c: line 69 (mon_finalize): assertion failed: (mon->wait_list==NULL)
aborting...
Aborted
I'd like to track down the specific event that's causing this failure, so that I can create a test program to submit along with a bug report. Can anyone assist with what the identity of this 'event handle 0x308', and what .NET call is likely to be causing it?
Many thanks
Will
-- Will Morton Managing Director Memefeeder Ltd
P: +44 (0)77 9630 8632 F: +44 (0)87 0762 0660
_______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
