[Mono-bugs] [Bug 709278] New: Attempting to JIT compile method '(wrapper managed-to-native) System.Diagnostics.FileVersionInfo:GetVersionInfo_internal (string)' while running with --aot-only.
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Jul 29 11:45:00 EDT 2011
https://bugzilla.novell.com/show_bug.cgi?id=709278
https://bugzilla.novell.com/show_bug.cgi?id=709278#c0
Summary: Attempting to JIT compile method '(wrapper
managed-to-native)
System.Diagnostics.FileVersionInfo:GetVersionInfo_inte
rnal (string)' while running with --aot-only.
Classification: Mono
Product: MonoTouch
Version: SVN
Platform: Macintosh
OS/Version: Mac OS X 10.6
Status: NEW
Severity: Critical
Priority: P5 - None
Component: Runtime
AssignedTo: frego at novell.com
ReportedBy: gtissington at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30
(KHTML, like Gecko) Chrome/12.0.742.122 Safari/534.30
After upgrading to mtouch 4.0.4.1 I now get this error at run time. I did not
get this error prior to upgrading.
Attempting to JIT compile method '(wrapper managed-to-native)
System.Diagnostics.FileVersionInfo:GetVersionInfo_internal (string)' while
running with --aot-only.
The error happens in this snippet on Line 2:
1: Assembly assembly = Assembly.GetExecutingAssembly ();
2: FileVersionInfo fvi = FileVersionInfo.GetVersionInfo (assembly.Location);
Possibly related... this is also a new error:
System.ExecutionEngineException - Attempting to JIT compile method
'System.Linq.Enumerable:<FirstOrDefault`1>m__13<Jrp.Snap.CardModelInfo>
(Jrp.Snap.CardModelInfo)' while running with --aot-only.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list