Several reported issues have in common that the binaries are compiled on windows/.NET but being run under mono and having issues, This is likely a mono issue interpreting the MSIL from the compiled platform binaries
To further investigate this issue and report the trouble to the mono team, we need to pinpoint the actual cause
The two issues currently in JIRA are
LIBOMV-365 - Crash after fixed time period (see description for details)
LIBOMV-364 - Memory leaks when getting ImprovedInstantMesaage packet
Answers to the following questions would be useful for tracking this down:
Does the issue occur when:
- the application is compiled under .NET 2.0 then ran under Linux/Mono
- the application is compiled under .NET 2.0 then ran under Windows/Mono
- the application is compiled under .NET 3.5 then ran under Linux/Mono
- the application is compiled under .NET 3.5 then ran under Windows/Mono
Also, a stack trace from the crash under LIBOMV-365 would be helpful in further knowing where the issue is occuring