[TIMOB-5929] 1.7.4 - Simulator crashes after running unmodified project for about a minute
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2011-11-01T11:48:20.000+0000 |
Affected Version/s | Release 1.7.4 |
Fix Version/s | n/a |
Components | n/a |
Labels | exits, simulator |
Reporter | Kevin Whinnery |
Assignee | Reggie Seagraves |
Created | 2011-10-31T14:25:43.000+0000 |
Updated | 2017-03-21T22:53:58.000+0000 |
Description
With the 1.7.4 release that went out today, if you create a new project through TiStudio, and launch it unmodified, it will crash with no feedback after about a minute. Reported by the community, verified by me on my 10.6 box running Xcode 4.1. Reported by community member on Xcode 4.1 and 4.2 after an upgrade. Will update with more data as we have it.
Steps To Reproduce:
1. Launch Studio and create a new project to use 1.7.4
2. Launch application in simulator
3. Let simulator sit for 2-3 minute
Actual:
Simulator exits
Expected:
Simulator should not exit
Note:
[DEBUG] App Spec: specified by path /Users/nhuynh/Documents/Titanium Studio Workspace/Test/build/iphone/build/Debug-iphonesimulator/Test.app
[DEBUG] SDK Root: path=/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk version=4.3 name=Simulator - iOS 4.3
[DEBUG] using device family iphone
[DEBUG] Session started
[DEBUG] Session did end with error Error Domain=DTiPhoneSimulatorErrorDomain Code=1 UserInfo=0x10040b410 "The simulated application quit."
[INFO] Application has exited from Simulator
When it crashes, it reports this: [DEBUG] Session did end with error Error Domain=DTiPhoneSimulatorErrorDomain Code=1 "The simulated application quit." UserInfo=0x100130e00 {NSLocalizedDescription=The simulated application quit., DTiPhoneSimulatorUnderlyingErrorCodeKey=-1}
There appears to be a correlation with analytics. On my environment, the app only crashes when the analytics property is set to true in tiapp.xml - I've tried it with both settings, and only analytics set to true in tiapp.xml will produce the crash.
Wrong issue. Oops.
This issue was fixed against the ticket TIMOB-5229.
TIMOB-5229. Fixed with pulls 609 and 610.
Closing ticket as duplicate with reference to the above comments.