[Mono-list] Mono process dies with "trace trap"

Rodrigo Kumpera kumpera at gmail.com
Thu Jul 12 13:25:53 UTC 2012


On Thu, Jul 12, 2012 at 10:22 AM, Maurício Linhares <
mauricio.linhares at gmail.com> wrote:

> Ok, I have never done any debugging using GDB, so I'm pretty lost here.
>
> The page tells me to use a function called "print_method_from_ip", when I
> do it in a gdb session:
>
> (gdb) p print_method_from_ip(0x03f83f1e)
> No symbol "print_method_from_ip" in current context.
>


Try mono_pmip.


>
>
> How do I load these mono functions to my GDB session?
>

No need to load, they part of the mono image.


>
> The app is being loaded as:
>
> gdb --args mono Sync.Mac.Cli.exe
>
> Then I hit "run" and then I wait until the program crashes.
>
>
Crashes how? All you've shown was a backtrace. The complete execution,
between run and the crash would be useful then.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-list/attachments/20120712/47162a15/attachment.html>


More information about the Mono-list mailing list