[AC-2926] Segmentation fault: 11 when installing on iPad device
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Closed |
| Resolution | Needs more info |
| Resolution Date | 2012-07-20T05:46:34.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Titanium SDK & CLI |
| Labels | ipad,, mobile,, titanium |
| Reporter | Bagwan Pankaj |
| Assignee | Betty Tran |
| Created | 2012-06-13T22:39:45.000+0000 |
| Updated | 2016-03-08T07:47:54.000+0000 |
Description
I have developed an iPad application, It runs fine in simulator but when I try to install it on device, it crashes with : profile not valid: 0xe8008011
Jun 13 22:30:23 unknown lockdownd[21] : 2ffe4000 copy_phonenumber: CTSettingCopyMyPhoneNumber() returned NULL
Jun 13 22:30:23 unknown lockdownd[21] : 2ffe4000 copy_iccid: invalid ICCID from CT/no ICCID available
Jun 13 22:30:23 unknown lockdownd[21] : libMobileGestalt copyMobileEquipmentIdentifier: No MEID in CT mobile equipment info dictionary - {type = mutable dict, count = 3,
entries =>
2 : {contents = "kCTMobileEquipmentInfoCurrentMobileId"} = {contents = "012804009362089"}
4 : {contents = "kCTMobileEquipmentInfoICCID"} = {contents = ""}
11 : {contents = "kCTMobileEquipmentInfoIMEI"} = {contents = "012804009362089"}
}
Jun 13 22:30:23 unknown lockdownd[21] : 2ffe4000 copy_meid: MobileGestalt failed to provide an MEID but returned no error (?)
Jun 13 22:30:26 unknown ReportCrash[2484] : Formulating crash report for process installd[2463]
Jun 13 22:30:26 unknown com.apple.itunesstored[2465] : receive_message: failure running async function: 1
Jun 13 22:30:26 unknown com.apple.itunesstored[2465] : call_and_response: Could not receive response from proxy
Jun 13 22:30:26 unknown com.apple.itunesstored[2465] : MobileInstallationInstall: failed with -1
Jun 13 22:30:26 unknown com.apple.launchd[1] : (com.apple.mobile.installd) Job appears to have crashed: Segmentation fault: 11
Jun 13 22:30:26 unknown ReportCrash[2484] : Saved crashreport to /var/mobile/Library/Logs/CrashReporter/installd_2012-06-13-223025_EpocDev-iPad01.plist using uid: 0 gid: 0, synthetic_euid: 501 egid: 0
Jun 13 22:35:08 unknown timed[2490] : (Note ) CoreTime: Want active time in 19.57hrs. Need active time in 102.90hrs.
Jun 13 22:35:18 unknown timed[2490] : (Note ) CoreTime: Not setting system time to 06/14/2012 05:32:35 from GPS because should not set system time
Jun 13 22:35:26 unknown SpringBoard[15] : Error: Connection interrupted
Jun 13 22:35:27 unknown atc[2492] : Error: Connection invalid
Segmentation fault: 11
When I try to install it via XCode or Titanium studio this is what I get in organiser console Segmentation fault: 11
Jun 13 22:30:23 unknown misagent[2475]
Certificates and other stuff seems fine as build succeeds in XCode. Any help is highly appreciated.
FYI, If I create new blank application and try to install, I still get same error. Application works fine on simulator. Same error occurs even if I use TiSDK 2.0.x
Hi Bagwan, Does the bug still occur with the latest version of Titanium Studio?