Hi, I'm also trying to use BugSense with Monotouch app. I use the sample code from Orlando Silva, i removed the [model], I can compile.
I make an error, but it crach with following error: objc[5763]: Object 0x9baca40 of class NSPathStore2 autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug objc[5763]: Object 0x9bac9e0 of class NSConcreteData autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug objc[5763]: Object 0x9bb89b0 of class __NSCFString autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug objc[5763]: Object 0x9b6ab50 of class __NSDate autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug objc[5763]: Object 0x9bb89c0 of class __NSCFString autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug objc[5763]: Object 0x9bb8d00 of class PLCrashReportSystemInfo autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug objc[5763]: Object 0x9b8dc40 of class __NSCFString autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug objc[5763]: Object 0x9b8d7a0 of class PLCrashReportProcessorInfo autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug objc[5763]: Object 0x9b979f0 of class PLCrashReportMachineInfo autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug objc[5763]: Object 0x9bb8de0 of class __NSCFString autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug objc[5763]: Object 0x9b8e160 of class __NSCFString autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug objc[5763]: Object 0x9b979c0 of class PLCrashReportApplicationInfo autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug objc[5763]: Object 0x9bb8e40 of class __NSCFString autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug objc[5763]: Object 0x9bb8ed0 of class __NSCFString autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug objc[5763]: Object 0x9bb9180 of class __NSCFString autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug objc[5763]: Object 0x9bb8f90 of class PLCrashReportProcessInfo autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug objc[5763]: Object 0x9bb9170 of class __NSCFString autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug objc[5763]: Object 0x9bb9250 of class __NSCFString autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug objc[5763]: Object 0x9bb93d0 of class PLCrashReportSignalInfo autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug objc[5763]: Object 0x9bb9350 of class __NSArrayM autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug objc[5763]: Object 0x9bb9370 of class __NSArrayM autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug objc[5763]: Object 0x9bb9150 of class PLCrashReportStackFrameInfo autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug objc[5763]: Object 0x9bb9160 of class PLCrashReportStackFrameInfo autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug objc[5763]: Object 0x9bb9730 of class PLCrashReportStackFrameInfo autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug objc[5763]: Object 0x9bb9740 of class PLCrashReportStackFrameInfo autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug objc[5763]: Object 0x9bb9750 of class PLCrashReportStackFrameInfo autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug objc[5763]: Object 0x9bb9760 of class PLCrashReportStackFrameInfo autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug objc[5763]: Object 0x9bb9770 of class PLCrashReportStackFrameInfo autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug objc[5763]: Object 0x9bb9780 of class PLCrashReportStackFrameInfo autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug objc[5763]: Object 0x9bb9790 of class PLCrashReportStackFrameInfo autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug objc[5763]: Object 0x9bb9470 of class PLCrashReportStackFrameInfo autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug objc[5763]: Object 0x9bb9480 of class PLCrashReportStackFrameInfo autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug ... a.s.o. -- View this message in context: http://monotouch.2284126.n4.nabble.com/Integrate-BugSense-with-Monotouch-app-tp4655165p4656691.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
