[MonoTouch] Assistance tracing an intermittent crash

2011-12-19 Thread Brian Schuth
I'm seeing crashes in my app that, if I weren't working in a managed environment, I would swear were memory management problems. The app runs fine in the simulator. The crashes happen in different places in the app depending on what previous actions I have taken. The crashes occur in places in

Re: [MonoTouch] Assistance tracing an intermittent crash

2011-12-19 Thread Sebastien Pouliot
Hello Brian, 9 PEDICATiPad 0x008ef950 monoeg_g_log (goutput.c:145) ^ that function in your stack trace means the runtime was tried to output something (a message) to you. Try to run the following in a terminal window /Developer/MonoTouch/usr/bin/mtouch --logdev Then run