http://bugzilla.novell.com/show_bug.cgi?id=502582
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=502582#c2 Marcus Fritzsch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Component|JIT |C# AssignedTo|[email protected] |[email protected] Product|Mono: Runtime |Mono: Compilers --- Comment #2 from Marcus Fritzsch <[email protected]> 2009-05-11 03:51:35 MDT --- Some more information and program output, I haven't run it on a .Net so far, only mono. ----------------------------------------- ---------- --- - - ~/software/mono/bin/gmcs -warn:4 -unsafe -out:illegal.exe illegal.cs ----------------------------------------- ---------- --- - - ~/software/mono/bin/gmcs --version Mono C# compiler version 2.4.0.0 ----------------------------------------- ---------- --- - - ~/software/mono/bin/mono --security=validil illegal.exe Unhandled Exception: System.InvalidProgramException: Invalid IL code in NotWorking.Program:NotWorking (): IL_0014: stloc.1 at NotWorking.Program.Main (System.String[] s) [0x00000] ----------------------------------------- ---------- --- - - ~/software/mono/bin/mono --version Mono JIT compiler version 2.4 (tarball Thu Apr 16 22:44:50 CEST 2009) Copyright (C) 2002-2008 Novell, Inc and Contributors. www.mono-project.com TLS: __thread GC: Included Boehm (with typed GC) SIGSEGV: altstack Notifications: epoll Architecture: amd64 Disabled: none ----------------------------------------- ---------- --- - - This is the debian packages mono ----------------------------------------- ---------- --- - - mono --security=validil illegal.exe Unhandled Exception: System.InvalidProgramException: Invalid IL code in NotWorking.Program:NotWorking (): IL_0014: stloc.1 at NotWorking.Program.Main (System.String[] s) [0x00000] ----------------------------------------- ---------- --- - - mono --version Mono JIT compiler version 2.0.1 (tarball) Copyright (C) 2002-2008 Novell, Inc and Contributors. www.mono-project.com TLS: __thread GC: Included Boehm (with typed GC) SIGSEGV: altstack Notifications: epoll Architecture: amd64 Disabled: none -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
