[Mono-list] Problem getting Mono debugger mdb working

Tobi listaccount at e-tobi.net
Sun Dec 14 19:16:25 EST 2008


Hello!

I have a hard time debugging some Mono runtime errors and wanted to give
the Mono Debugger a try.

I'm running the latest SVN version of Mono and the debugger installed to
/opt/mono-trunk on a Debian Lenny / AMD64.

Even a with simple "Hello World", mdb causes a SIGSEGV as soon as I try to
run the program:

    [mono-trunk] /tmp @ gmcs -debug+ HelloWorld.cs
    [mono-trunk] /tmp @ mdb ./HelloWorld.exe
    Mono Debugger
    (mdb) run
    Starting program: ./HelloWorld.exe
    Thread @1 received signal 11 at #0: 0x7fffd85804d0.
    0x7fffd85804d0  int3
    (mdb) quit
    The program is running.  Exit anyway? (y or n) y
    Thread @1 exited.
    Process #1 exited.
    Target exited.

I've completely removed Mono and reinstalled it from the fresh compiled
SVN version.

Any ideas what might be going wrong here?

Tobias


More information about the Mono-list mailing list