Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=82007 --- shadow/82007 2007-08-10 15:44:11.000000000 -0400 +++ shadow/82007.tmp.2867 2007-08-10 17:57:42.000000000 -0400 @@ -93,6 +93,29 @@ You have to make sure that those two symbols are accessible from domains. This can easily be changed by removing MONO_INTERNAL from the declaration. On Mac OS X ppc however I think this should compile just fine because the hidden attribute is not supported there anyway. + +------- Additional Comments From [EMAIL PROTECTED] 2007-08-10 17:57 ------- +This is very odd, I guess something is not properly initialized in +your sample because adding a call to WriteLine generated: + +Stacktrace: + + at (wrapper managed-to-native) +System.Runtime.CompilerServices.RuntimeHelpers.InitializeArray +(System.Array,intptr) <0xffffffff> + at (wrapper managed-to-native) +System.Runtime.CompilerServices.RuntimeHelpers.InitializeArray +(System.Array,intptr) <0x00090> + at MonoEmbed.DoException () <0x00054> + at (wrapper runtime-invoke) MonoEmbed.runtime_invoke_void +(object,intptr,intptr,intptr) <0x00068> +Abort trap + +Adding a call to: + +object o = new Exception ("") + +Makes the program work. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
