[Mono-bugs] [Bug 666152] [XDEBUG] Does not work with gdb 7.2

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Jan 31 04:29:05 EST 2011


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

https://bugzilla.novell.com/show_bug.cgi?id=666152#c4


--- Comment #4 from Zoltan Varga <vargaz at gmail.com> 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.


More information about the mono-bugs mailing list