https://bugzilla.novell.com/show_bug.cgi?id=666152
https://bugzilla.novell.com/show_bug.cgi?id=666152#c4 --- Comment #4 from Zoltan Varga <[email protected]> 2011-01-31 09:29:04 UTC --- Testcase: <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< using System; using System.Reflection; using System.Reflection.Emit; using System.Collections.Generic; class T { public static void doit () { Console.ReadLine (); } public static int Main () { Console.ReadLine (); AppDomain domain = AppDomain.CreateDomain ("domain"); Console.WriteLine ("1"); domain.DoCallBack (new CrossAppDomainDelegate (doit)); return 0; } } >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Run this under gdb like: gdb --args mono bug.exe | tail log - Press enter - Press ctrl-c - Type xdb+enter - Type bt+enter -> frame #18, which is (wrapper remoting-invoke-with-check) System.AppDomain:DoCallBack (System.CrossAppDomainDelegate) is not decoded. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
