http://bugzilla.novell.com/show_bug.cgi?id=560243
http://bugzilla.novell.com/show_bug.cgi?id=560243#c0 Summary: Application crashes on device when compiled with MonoTouch 1.3.1.4429 Classification: Mono Product: MonoTouch Version: SVN Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Runtime AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 /Developer/MonoTouch/usr/bin/mtouch -version mtouch 1.3.1.4429 Application works in the simulator but crashes on the device. The debugger gave me the following stack trace I think the faulty line is when it's trying to execute the Action attached to the event . I haven't changed the projects settings. Reproducible: Always Steps to Reproduce: 1.Run the application on the device 2.Click on the dialog to start the app 3.The debugger will show the stack trace with JIT compilation Actual Results: ========== Loaded assembly: /var/mobile/Applications/9F08BD7C-7509-4685-8147-0CC6B8387875/SimonCardsEdition.app/monotouch.dll Loaded assembly: /var/mobile/Applications/9F08BD7C-7509-4685-8147-0CC6B8387875/SimonCardsEdition.app/System.Core.dll Loaded assembly: /var/mobile/Applications/9F08BD7C-7509-4685-8147-0CC6B8387875/SimonCardsEdition.app/System.dll Loaded assembly: /var/mobile/Applications/9F08BD7C-7509-4685-8147-0CC6B8387875/SimonCardsEdition.app/SimonBasicEdition.exe Thread started: Unhandled Exception: System.ExecutionEngineException: Attempting to JIT compile method 'SimonSays.Game:DoReset ()' while running with --aot-only. at SimonSays.EventQueue.Peek (MonoTouch.Foundation.NSTimer timer) [0x0009f] in /Users/sami/Projects/SimonCardsEdition/SimonCardsEdition/Messaging/EventQueue.cs:52 at MonoTouch.UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x00043] in /Users/plasma/src/iphone/monotouch/UIKit/UIApplication.cs:27 at MonoTouch.UIKit.UIApplication.Main (System.String[] args) [0x00000] in /Users/plasma/src/iphone/monotouch/UIKit/UIApplication.cs:31 at SimonSays.Application.Main (System.String[] args) [0x00000] in /Users/sami/Projects/SimonCardsEdition/SimonCardsEdition/Main.cs:12 Symbol file /var/mobile/Applications/9F08BD7C-7509-4685-8147-0CC6B8387875/SimonCardsEdition.app/mscorlib.dll.mdb doesn't match image /var/mobile/Applications/9F08BD7C-7509-4685-8147-0CC6B8387875/SimonCardsEdition.app/mscorlib.dll -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
