[Mono-bugs] [Bug 709278] 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
Tue Aug 2 08:38:49 EDT 2011


https://bugzilla.novell.com/show_bug.cgi?id=709278

https://bugzilla.novell.com/show_bug.cgi?id=709278#c3


--- Comment #3 from Sebastien Pouliot <sebastien.pouliot at gmail.com> 2011-08-02 12:38:48 UTC ---
The internal call
ves_icall_System_Diagnostics_FileVersionInfo_GetVersionInfo_internal is not
included in the mono runtime bundled with applications. This results in the:

[0x3f10148c:] EXCEPTION handling: System.ExecutionEngineException: Attempting
to JIT compile method '(wrapper managed-to-native)
System.Diagnostics.FileVersionInfo:GetVersionInfo_internal (string)' while
running with --aot-only.

you are seeing. I'll look at why it was removed and get it back into the
bundled runtime.

-- 
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