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

Maurício Linhares mauricio.linhares at gmail.com
Thu Jul 12 13:06:32 UTC 2012


Here's the GDB output:

https://gist.github.com/3097952  

-
Maurício Linhares
http://techbot.me/ - http://twitter.com/#!/mauriciojr



On Wednesday, July 11, 2012 at 9:52 PM, Rodrigo Kumpera wrote:

> Run it under gdb so you can catch the error:
>  
> Instead of: mono foo.exe
> Do: gdb --args mono foo.exe
>  
> Then use the command "run". When it crashes do "t a a bt" and send it back.  
>  
>  
> On Wed, Jul 11, 2012 at 2:52 PM, Maurício Linhares <mauricio.linhares at gmail.com (mailto:mauricio.linhares at gmail.com)> wrote:
> > I have a command line Mono app running on the mac and when I run it now it dies (mysteriously, as far as I can understand) with the following message:
> >  
> > [1] 53435 trace trap "/Library/Frameworks/Mono.framework/Versions/2.10.9/bin/mono" --debug
> >  
> > Any idea how can I figure out what this is and why it is happening for me?
> >  
> > I'm running this app from MonoDevelop but running it directly frm the command line also causes the same issue.
> >  
> > -
> > Maurício Linhares
> > http://techbot.me/ - http://twitter.com/#!/mauriciojr
> >  
> >  
> >  
> > _______________________________________________
> > Mono-list maillist - Mono-list at lists.ximian.com (mailto:Mono-list at lists.ximian.com)
> > http://lists.ximian.com/mailman/listinfo/mono-list
>  





More information about the Mono-list mailing list