[Mono-bugs] [Bug 444218] New: Full AOT has problems with event handlers.
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Nov 12 10:30:26 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=444218
Summary: Full AOT has problems with event handlers.
Product: Mono: Runtime
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: JIT
AssignedTo: vargaz at gmail.com
ReportedBy: miguel at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
I was trying to run a Winforms app that has has previously all of its
assemblies compiled with --aot=full
And I got this:
mono$ mono --full-aot swf-toolbar.exe
** ERROR **: Attempting to JIT compile method '(wrapper synchronized)
System.IO.IntPtrStream:add_Closed (System.EventHandler)' while running with
--aot-only.
aborting...
Stacktrace:
at (wrapper remoting-invoke-with-check) System.IO.IntPtrStream.add_Closed
(System.EventHandler) <0x0006c>
at (wrapper remoting-invoke-with-check) System.IO.IntPtrStream.add_Closed
(System.EventHandler) <0xffffffff>
at System.Reflection.Assembly.GetManifestResourceStream (string) <0x0023b>
at System.Windows.Forms.ResourceImageLoader.GetIcon (string) <0x00028>
at System.Windows.Forms.Form..cctor () <0x0017b>
at (wrapper runtime-invoke) object.runtime_invoke_void
(object,intptr,intptr,intptr) <0xffffffff>
at SWFToolBar.MainForm..ctor () <0xffffffff>
at SWFToolBar.MainForm..ctor () <0x00010>
at (wrapper remoting-invoke-with-check) SWFToolBar.MainForm..ctor ()
<0xffffffff>
at SWFToolBar.MainForm.Main () <0x0001f>
at (wrapper runtime-invoke) object.runtime_invoke_void
(object,intptr,intptr,intptr) <0xffffffff>
--
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