Issue Details (XML | Word | Printable)

Key: LIBOMV-378
Type: Bug Bug
Status: Resolved Resolved
Resolution: Not Fixable
Priority: Minor Minor
Assignee: Unassigned
Reporter: Jim Radford
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
libopenmetaverse

Binaries compiled with msvc have quirky behaviour when ran under linux/mono

Created: 12/Sep/08 02:53 PM   Updated: 18/Mar/09 02:25 PM
Component/s: Other
Affects Version/s: None
Fix Version/s: 0.6.0

Issue Links:
Blocks
 

Environment: All


 Description  « Hide
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



 All   Comments   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Jim Radford added a comment - 18/Mar/09 02:25 PM
this is an issue with mono and the way it interprets IL. The only possible way to resolve this is to get the details and file a bug report with the mono project