I got strange behavior for iOS App.
My App crashes only when it is not connected through XCode. Also, It crashes only after coming from back ground to foreground. I just gone through the crash log, as many links suggested to do that.
I am now unable to find out what the crash log says.
Jun 1 09:22:28 unknown SpringBoard[15] <Notice>: Posting 'com.apple.iokit.hid.displayStatus' notifyState=0
Jun 1 09:22:28 unknown SpringBoard[15] <Notice>: MultitouchHID: detection mode: 0->255
Jun 1 09:22:28 unknown UserEventAgent[12] <Warning>: DEBUG: Changing screen blanked state: 1
Jun 1 09:22:28 unknown kernel[0] <Debug>: [000070.133242]: AppleDPDisplay::setLCDStateGated:(0x81b4a000) Disabling
Jun 1 09:22:28 unknown kernel[0] <Debug>: [000000.000163]: AppleDPDisplay::terminateLink:(0x81b4a000) Waited 0 ms for display to disable
Jun 1 09:22:28 unknown kernel[0] <Debug>: [000000.000020]: AppleDPDisplay::terminateLink:(0x81b4a000) ret=0x00000000
Jun 1 09:22:28 unknown kernel[0] <Debug>: [000000.000703]: AppleDPDisplay::deviceTerminated:(0x81b4a000) device=0xb4fcd300
Jun 1 09:22:28 unknown kernel[0] <Debug>: [000000.000099]: AppleDPDisplay::setPower:(0x81b4a000) enable=0 ret=0x00000000
Jun 1 09:22:28 unknown kernel[0] <Debug>: [000000.000020]: AppleDPDisplay::setLCDStateGated:(0x81b4a000) enable=0 ret=0x00000000
Jun 1 09:22:29 unknown SpringBoard[15] <Notice>: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
Jun 1 09:22:29 unknown UserEventAgent[12] <Warning>: DEBUG: Changing screen blanked state: 0
Jun 1 09:22:29 unknown SpringBoard[15] <Notice>: MultitouchHID: detection mode: 255->0 (deferring until bootloaded)
Jun 1 09:22:29 unknown SpringBoard[15] <Notice>: MultitouchHID: device bootloaded
Jun 1 09:22:29 unknown SpringBoard[15] <Notice>: MultitouchHID: detection mode: 0->0
Jun 1 09:22:29 unknown kernel[0] <Debug>: set_crc_notification_state 0
Jun 1 09:22:29 unknown kernel[0] <Debug>: [000001.383400]: AppleDPDisplay::setLCDStateGated:(0x81b4a000) Enabling
Jun 1 09:22:29 unknown kernel[0] <Debug>: [000000.001806]: AppleDPDisplay::setPower:(0x81b4a000) setting bl deadline for 193 ms from now
Jun 1 09:22:29 unknown kernel[0] <Debug>: [000000.000027]: AppleDPDisplay::setPower:(0x81b4a000) enable=1 ret=0x00000000
Jun 1 09:22:29 unknown kernel[0] <Debug>: [000000.000018]: AppleDPDisplay::setLCDStateGated:(0x81b4a000) enable=1 ret=0x00000000
Jun 1 09:22:30 unknown kernel[0] <Debug>: [000000.052701]: AppleDPDisplay::devicePublished:(0x81b4a000) newDevice=0x8d3ee000
Jun 1 09:22:30 unknown kernel[0] <Debug>: [000000.023734]: AppleDPDisplay::trainLink:(0x81b4a000) Waited 23 ms for link training
Jun 1 09:22:30 unknown kernel[0] <Debug>: [000000.000174]: AppleDPDisplay::initiateLink:(0x81b4a000) Waited 78 ms for display to enable
Jun 1 09:22:30 unknown kernel[0] <Debug>: [000000.000020]: AppleDPDisplay::initiateLink:(0x81b4a000) _dpDevice=0x8d3ee000 ret=0x00000000
Jun 1 09:22:37 unknown ReportCrash[9152] <Notice>: Formulating crash report for process XYZ[9143]
Jun 1 09:22:37 unknown ReportCrash[9152] <Notice>: Saved crashreport to /var/mobile/Library/Logs/CrashReporter/XYZ_2012-06-01-092237_The-new-iPad.plist using uid:
0 gid: 0, synthetic_euid: 501 egid: 0
Jun 1 09:22:37 unknown com.apple.launchd[1] <Warning>:
(UIKitApplication:com.company.test[0xe951]) Job appears to have crashed: Segmentation fault: 11
Jun 1 09:22:37 unknown SpringBoard[15] <Warning>: Application 'XYZ' exited abnormally with signal 11: Segmentation fault: 11
Can anyone here read this and hint me towards some solution or work arounds ??
Try add a NSZombieEnabled. For to do this:
1) Press cmd + Shift + ,
2) In left panel click a "Run {app name}"
3) At right choose Diagnostics"
4) Set checkbox at "Enable Zombie Objects"
5) Retry a crash, then you can debug a error with XCode
Related
Web page is crashing iOS Safari on iPad and iPhone, but no other devices or browsers.
http://www.ultranocturne.com/portraits
It's an isotope portfolio gallery that nobody else seems to have reported an answer that fixes this issue.
I've debugged and removed all CSS warnings to tackle the potential webkit transition incompatibilities, even replaced using a CSS file with ALL webkit lines completely removed.
Simulator Debug
On xcode / safari developer - the page doesn't crash or throw out any warnings
-
Device Debug
Safari developer window closes when the page crashes.
Xcode device console throws this out on crash:
Sep 11 20:17:26 Louis-Lawrences-iPhone kernel[0] <Debug>: launchd[232] Builtin profile: MobileSafari (sandbox)
Sep 11 20:17:26 Louis-Lawrences-iPhone kernel[0] <Debug>: launchd[233] Builtin profile: webbookmarksd (sandbox)
Sep 11 20:17:27 Louis-Lawrences-iPhone webbookmarksd[233] <Notice>: BUG in libdispatch client: kevent[EVFILT_MEMORYSTATUS] add: "Operation not permitted" - 0x1
Sep 11 20:17:29 Louis-Lawrences-iPhone kernel[0] <Debug>: launchd[234] Builtin profile: syncdefaultsd (sandbox)
Sep 11 20:17:47 Louis-Lawrences-iPhone com.apple.launchd[1] (com.apple.xpcd.F5010000-0000-0000-0000-000000000000[221]) <Notice>: (com.apple.xpcd.F5010000-0000-0000-0000-000000000000) Exited: Killed: 9
Sep 11 20:17:47 Louis-Lawrences-iPhone com.apple.launchd[1] (com.apple.timed[217]) <Notice>: (com.apple.timed) Idle-exit job was jettisoned. Will bypass throttle interval for next on-demand launch.
Sep 11 20:17:47 Louis-Lawrences-iPhone com.apple.launchd[1] (com.apple.timed[217]) <Notice>: (com.apple.timed) Exited: Killed: 9
Sep 11 20:17:47 Louis-Lawrences-iPhone com.apple.launchd[1] (com.apple.lsd[214]) <Notice>: (com.apple.lsd) Idle-exit job was jettisoned. Will bypass throttle interval for next on-demand launch.
Sep 11 20:17:47 Louis-Lawrences-iPhone com.apple.launchd[1] (com.apple.lsd[214]) <Notice>: (com.apple.lsd) Exited: Killed: 9
Sep 11 20:17:47 Louis-Lawrences-iPhone com.apple.launchd[1] (com.apple.networkd_privileged[200]) <Notice>: (com.apple.networkd_privileged) Idle-exit job was jettisoned. Will bypass throttle interval for next on-demand launch.
Sep 11 20:17:47 Louis-Lawrences-iPhone com.apple.launchd[1] (com.apple.networkd_privileged[200]) <Notice>: (com.apple.networkd_privileged) Exited: Killed: 9
Sep 11 20:17:47 Louis-Lawrences-iPhone com.apple.launchd[1] (com.apple.mobile.installd[215]) <Notice>: (com.apple.mobile.installd) Idle-exit job was jettisoned. Will bypass throttle interval for next on-demand launch.
Sep 11 20:17:47 Louis-Lawrences-iPhone com.apple.launchd[1] (com.apple.mobile.installd[215]) <Notice>: (com.apple.mobile.installd) Exited: Killed: 9
Sep 11 20:17:47 Louis-Lawrences-iPhone com.apple.launchd[1] (com.apple.WebBookmarks.webbookmarksd[233]) <Notice>: (com.apple.WebBookmarks.webbookmarksd) Idle-exit job was jettisoned. Will bypass throttle interval for next on-demand launch.
Sep 11 20:17:47 Louis-Lawrences-iPhone com.apple.launchd[1] (com.apple.WebBookmarks.webbookmarksd[233]) <Notice>: (com.apple.WebBookmarks.webbookmarksd) Exited: Killed: 9
Sep 11 20:17:47 Louis-Lawrences-iPhone UserEventAgent[13] <Notice>: jetsam: kernel termination snapshot being created
Sep 11 20:17:48 Louis-Lawrences-iPhone SpringBoard[69] <Warning>: Received memory warning.
Sep 11 20:17:49 Louis-Lawrences-iPhone MobileSafari[232] <Warning>: Received memory warning.
Sep 11 20:17:51 Louis-Lawrences-iPhone ReportCrash[236] <Error>: libMobileGestalt copySystemVersionDictionaryValue: Could not lookup ReleaseType from system version dictionary
Sep 11 20:17:51 Louis-Lawrences-iPhone ReportCrash[236] <Notice>: Not saving suspended-only Jetsam log because already dumped today.
Sep 11 20:17:54 Louis-Lawrences-iPhone com.apple.launchd[1] (UIKitApplication:com.apple.MobileSMS[0x57fa][222]) <Notice>: (UIKitApplication:com.apple.MobileSMS[0x57fa]) Exited: Killed: 9
Sep 11 20:17:54 Louis-Lawrences-iPhone com.apple.launchd[1] (UIKitApplication:com.apple.mobilephone[0x37e][201]) <Notice>: (UIKitApplication:com.apple.mobilephone[0x37e]) Exited: Killed: 9
Sep 11 20:17:54 Louis-Lawrences-iPhone com.apple.launchd[1] (com.apple.tccd[203]) <Notice>: (com.apple.tccd) Exited: Killed: 9
Sep 11 20:17:54 Louis-Lawrences-iPhone com.apple.launchd[1] (UIKitApplication:com.apple.mobilemail[0x1bd3][202]) <Notice>: (UIKitApplication:com.apple.mobilemail[0x1bd3]) Exited: Killed: 9
Sep 11 20:17:54 Louis-Lawrences-iPhone backboardd[26] <Warning>: Application 'UIKitApplication:com.apple.MobileSMS[0x57fa]' exited abnormally with signal 9: Killed: 9
Sep 11 20:17:54 Louis-Lawrences-iPhone UserEventAgent[13] <Notice>: jetsam: kernel termination snapshot being created
Sep 11 20:17:54 Louis-Lawrences-iPhone backboardd[26] <Warning>: Application 'UIKitApplication:com.apple.mobilephone[0x37e]' exited abnormally with signal 9: Killed: 9
Sep 11 20:17:54 Louis-Lawrences-iPhone backboardd[26] <Warning>: Application 'UIKitApplication:com.apple.mobilemail[0x1bd3]' exited abnormally with signal 9: Killed: 9
Sep 11 20:17:55 Louis-Lawrences-iPhone com.apple.launchd[1] (UIKitApplication:com.apple.mobilesafari[0x2403][232]) <Notice>: (UIKitApplication:com.apple.mobilesafari[0x2403]) Exited: Killed: 9
Sep 11 20:17:55 Louis-Lawrences-iPhone backboardd[26] <Warning>: Application 'UIKitApplication:com.apple.mobilesafari[0x2403]' exited abnormally with signal 9: Killed: 9
Sep 11 20:17:55 Louis-Lawrences-iPhone kernel[0] <Debug>: launchd[239] Builtin profile: MobileMail (sandbox)
This is everything from page load to crash.
Any ideas?
My Log report is.
Dec 21 15:44:26 New-iPod-Accuretech ReportCrash[1652] <Notice>:
Formulating crash report for process TextBook[1651] Dec 21 15:44:26
New-iPod-Accuretech kernel[0] <Debug>: launchd[1651] Builtin profile:
container (sandbox) Dec 21 15:44:26 New-iPod-Accuretech kernel[0]
<Debug>: launchd[1651] Container:
/private/var/mobile/Applications/CAD3777B-818F-4020-BCB7-813708315A0B
(sandbox) Dec 21 15:44:26 New-iPod-Accuretech com.apple.launchd[1]
(UIKitApplication:com.AccelApp.TextBook[0xfb6c][1651]) <Warning>:
(UIKitApplication:com.AccelApp.TextBook[0xfb6c]) Job appears to have
crashed: Trace/BPT trap: 5 Dec 21 15:44:26 New-iPod-Accuretech
com.apple.launchd[1] (UIKitApplication:com.AccelApp.TextBook[0xfb6c])
<Notice>: (UIKitApplication:com.AccelApp.TextBook[0xfb6c]) Throttling
respawn: Will start in 2147483647 seconds Dec 21 15:44:26
New-iPod-Accuretech backboardd[52] <Warning>: Application
'UIKitApplication:com.AccelApp.TextBook[0xfb6c]' exited abnormally
with signal 5: Trace/BPT trap: 5 Dec 21 15:44:26 New-iPod-Accuretech
ReportCrash[1652] <Error>: libMobileGestalt
copySystemVersionDictionaryValue: Could not lookup ReleaseType from
system version dictionary Dec 21 15:44:26 New-iPod-Accuretech
ReportCrash[1652] <Notice>: Saved crashreport to
/var/mobile/Library/Logs/CrashReporter/TextBook_2012-12-21-154426_New-iPod-Accuretech.plist
using uid: 0 gid: 0, synthetic_euid: 501 egid: 0
Just remove your Splash screen image Default-568h#2x.png . And then clean your code and remove previous build and then run again.
I'm facing a problem with a crash after testing my application for more than 20 minutes. It is crashing somewhere but I'm not able to find where it is crashing. I enabled NSZombiaEnable but still, I don't get any correct report.
Below is my device crash log:
Nov 22 23:49:31 unknown UserEventAgent[12] <Notice>: jetsam: kernel termination snapshot being created
Nov 22 23:49:31 unknown com.apple.launchd[1] <Notice>: (UIKitApplication:com.apple.mobilemail[0x56d0]) Exited: Killed: 9
Nov 22 23:49:31 unknown com.apple.launchd[1] <Notice>: (UIKitApplication:com.yqlabsEnterprise.ticketPadPUSHCHAT[0xee8a]) Bug: launchd_core_logic.c:3733 (25562):0
Nov 22 23:49:31 unknown com.apple.debugserver-64[1522] <Warning>: 1 [05f2/1303]: error: ::read ( 4, 0x2ff179d4, 1024 ) => -1 err = Bad file descriptor (0x00000009)
Nov 22 23:49:31 unknown com.apple.launchd[1] <Notice>: (UIKitApplication:com.yqlabsEnterprise.ticketPadPUSHCHAT[0xee8a]) Bug: launchd_core_logic.c:3732 (25562):3
Nov 22 23:49:31 unknown com.apple.launchd[1] <Notice>: (UIKitApplication:com.yqlabsEnterprise.ticketPadPUSHCHAT[0xee8a]) Assuming job exited: <rdar://problem/5020256>: 10: No child processes
Nov 22 23:49:31 unknown com.apple.launchd[1] <Warning>: (UIKitApplication:com.yqlabsEnterprise.ticketPadPUSHCHAT[0xee8a]) Job appears to have crashed: Segmentation fault: 11
Nov 22 23:49:31 unknown SpringBoard[51] <Warning>: Application 'Mail' exited abnormally with signal 9: Killed: 9
Nov 22 23:49:32 unknown SpringBoard[51] <Warning>: Application 'ticketPad' exited abnormally with signal 11: Segmentation fault: 11
Nov 22 23:49:32 unknown kernel[0] <Debug>: launchd[1576] Builtin profile: MobileMail (sandbox)
Nov 22 23:49:33 unknown ReportCrash[1575] <Notice>: Saved crashreport to /Library/Logs/CrashReporter/LowMemory-2012-11-22-234933.plist using uid: 0 gid: 0, synthetic_euid: 0 egid: 0
Please help me.
because it isnt a bad access, there wont be a zombie... its segfaulting.
cause #1:
bad format in an NSLog or stringWithFormat :D (at least for me)
cause #2:
if that's not it try looking for c-code you use that may not exist.
(non-existing symbols)
top hint: cause #3:
the IOS filesystem is case sensitive, maybe the xib name you specify is somehow wrong and it cant load the xib? / a xib itself is corrupt
cause #4:
google for "Assuming job exited: : 10: No child processes" :D
When I leave my app, goto the settings and changes the language on the phone, my app (still resident in the background) crashes.
Is there an interface or something that I should be implementing or is this expected behaviour?
The code that I'm using is very simple, really just one xib, localized to english and french.
There is no crash log that is product, but the console outputs the following:
May 29 12:08:30 unknown SpringBoard[1723] <Warning>: Killing <SBApplication: 0x1f57d320> com.MightyZeppelin.LocalizediPhone activate: deactivate: for app installation
May 29 12:08:31 unknown SpringBoard[1723] <Warning>: Reloading application state for 'com.MightyZeppelin.LocalizediPhone' as its modification date has changed
May 29 12:08:32 unknown SpringBoard[1723] <Warning>: Reloading and rendering all application icons.
May 29 12:08:35 unknown com.apple.debugserver-50[1755] <Warning>: debugserver-50 for armv6 Copyright (c) 2007-2009 Apple, Inc. All Rights Reserved.
May 29 12:08:35 unknown com.apple.debugserver-50[1755] <Warning>: Connecting to com.apple.debugserver service...
May 29 12:08:35 unknown kernel[0] <Debug>: lockbot[1747] Builtin profile: debugserver (sandbox)
May 29 12:08:35 unknown SpringBoard[1723] <Notice>: MultitouchHID(1f513310) uilock state: 1 -> 0
May 29 12:08:35 unknown MobileStorageMounter[1756] <Notice>: (0x3f4dd48c) platform_supports_camera_import: Platform is NOT configured for camera import
May 29 12:08:36 unknown com.apple.launchd[1] <Warning>: (UIKitApplication:com.MightyZeppelin.LocalizediPhone[0x47f]) Spawned and waiting for the debugger to attach before continuing...
May 29 12:08:36 unknown com.apple.debugserver-50[1755] <Warning>: Got a connection, waiting for debugger instructions for task "(null)".
May 29 12:08:36 unknown kernel[0] <Debug>: launchd[1757] Builtin profile: container (sandbox)
May 29 12:08:36 unknown kernel[0] <Debug>: launchd[1757] Container: /private/var/mobile/Applications/D0AA4DB0-9D85-4C7B-84EF-938C8C8DC952 [69] (sandbox)
May 29 12:08:45 unknown MobileStorageMounter[1756] <Notice>: (0x3f4dd48c) idle_timer_callback: Exiting after idle timeout
May 29 12:08:54 unknown Preferences[1758] <Warning>: BTM: attaching to BTServer
May 29 12:08:55 unknown Preferences[1758] <Warning>: BTM: posting notification BluetoothAvailabilityChangedNotification
May 29 12:09:04 unknown com.apple.SpringBoard[1723] <Notice>: CoreAnimation: timed out fence 5
May 29 12:09:05 unknown SpringBoard[1723] <Warning>: Preferred language has changed from 'en' to 'fr'. Relaunching.
May 29 12:09:05 unknown com.apple.launchd[1] <Warning>: (com.apple.mediaserverd) Exited with exit code: 254
May 29 12:09:05 unknown kernel[0] <Debug>: launchd[1760] Builtin profile: iapd (sandbox)
May 29 12:09:09 unknown MobileMusicPlayer[1766] <Warning>: ITDBPrepServerPostProcessRun: [BEGIN] looking up itdbprepserver.
May 29 12:09:09 unknown itdbprepserver[1767] <Warning>: starting up.
May 29 12:09:09 unknown itdbprepserver[1767] <Warning>: acquired iTunes sync file lock.
May 29 12:09:09 unknown itdbprepserver[1767] <Warning>: acquired itdbprep file lock.
May 29 12:09:09 unknown itdbprepserver[1767] <Warning>: posting com.apple.itdbprep.notification.willBegin
May 29 12:09:10 unknown MobileMusicPlayer[1766] <Warning>: ITDBPrepServerPostProcessRun: [-END-] looking up itdbprepserver. success = 1
May 29 12:09:10 unknown itdbprepserver[1767] <Warning>: BEGIN processing command: com.apple.itdprep.command.runPostProcess
May 29 12:09:10 unknown MobileMusicPlayer[1766] <Warning>: *** MLSSqliteVFS AllWrites DISABLED ***
May 29 12:09:10 unknown itdbprepserver[1767] <Warning>: [BEGIN] ITDBPostProcessController...
May 29 12:09:11 unknown com.apple.launchd[1] <Notice>: (UIKitApplication:com.apple.mobileipod[0x83e4]) Exited: Killed: 9
May 29 12:09:12 unknown kernel[0] <Debug>: IOReturn IOMobileFramebufferUserClient::set_hotplug_notify(void*, void*) 0 0
May 29 12:09:12 unknown kernel[0] <Debug>: IOReturn IOMobileFramebufferUserClient::set_hotplug_notify(void*, void*) 0 0
May 29 12:09:13 unknown SpringBoard[1770] <Error>: WiFi: Consulting "no-sdio-devices" property.
May 29 12:09:13 unknown SpringBoard[1770] <Error>: WiFi: "no-sdio-devices" property not found.
May 29 12:09:13 unknown SpringBoard[1770] <Warning>: lockdown says the device is: [WildcardActivated], state is 3
May 29 12:09:13 unknown SpringBoard[1770] <Warning>: lockdown says we've previously registered: [1], state is 1
May 29 12:09:13 unknown SpringBoard[1770] <Notice>: CLTM: initial thermal level is 0
May 29 12:09:13 unknown SpringBoard[1770] <Notice>: MultitouchHID(1dd35200) uilock state: 1 -> 0
May 29 12:09:13 unknown locationd[22] <Error>: hidd died. Reestablishing connection.
May 29 12:09:14 unknown misd[1771] <Notice>: port forwarding is allowed
May 29 12:09:14 unknown misd[1771] <Info>: checking for carrier provisioning
May 29 12:09:14 unknown misd[1771] <Info>: carrier service is available
May 29 12:09:14 unknown misd[1771] <Debug>: published changes: success
May 29 12:09:14 unknown misd[1771] <Info>: maximum number of wireless tethered hosts is 5
May 29 12:09:14 unknown misd[1771] <Debug>: published changes: success
May 29 12:09:14 unknown misd[1771] <Debug>: attached to SpringBoard (0x1ed31140, port 0x3f0b)
May 29 12:09:14 unknown misd[1771] <Debug>: detached from SpringBoard (0x1ed31140, port 0x1ed31180)
May 29 12:09:14 unknown misd[1771] <Debug>: no clients left; resuming idle timer
May 29 12:09:14 unknown com.apple.launchd[1] <Warning>: (UIKitApplication:com.MightyZeppelin.LocalizediPhone[0x47f]) Exit timeout elapsed (1 seconds). Killing
May 29 12:09:17 unknown SpringBoard[1770] <Warning>: BTM: attaching to BTServer
May 29 12:09:19 unknown com.apple.launchd[1] <Warning>: (UIKitApplication:com.MightyZeppelin.LocalizediPhone[0x47f]) Did not die after sending SIGKILL 5 seconds ago...
May 29 12:09:21 unknown SpringBoard[1770] <Warning>: ITDBPrepServerPostProcessRun: [BEGIN] looking up itdbprepserver.
May 29 12:09:21 unknown itdbprepserver[1767] <Warning>: CPDistributedMessagingCenter ignoring message named com.apple.itdprep.command.runPostProcess since no target and selector are registered
May 29 12:09:21 unknown SpringBoard[1770] <Warning>: ITDBPrepServerPostProcessRun: [-END-] looking up itdbprepserver. success = 0
May 29 12:09:23 unknown com.apple.launchd[1] <Warning>: (com.apple.AddressBook) Throttling respawn: Will start in 10 seconds
May 29 12:09:24 unknown com.apple.launchd[1] <Warning>: (UIKitApplication:com.MightyZeppelin.LocalizediPhone[0x47f]) Did not die after sending SIGKILL 10 seconds ago...
May 29 12:09:25 unknown com.apple.launchd[1] <Notice>: (UIKitApplication:com.MightyZeppelin.LocalizediPhone[0x47f]) Bug: launchd_core_logic.c:3794 (24506):3
May 29 12:09:25 unknown com.apple.launchd[1] <Notice>: (UIKitApplication:com.MightyZeppelin.LocalizediPhone[0x47f]) Bug: launchd_core_logic.c:3202 (24506):10
May 29 12:09:25 unknown com.apple.launchd[1] <Notice>: (UIKitApplication:com.MightyZeppelin.LocalizediPhone[0x47f]) Working around 5020256. Assuming the job crashed.
May 29 12:09:28 unknown MobileStorageMounter[1775] <Notice>: (0x3f4dd48c) platform_supports_camera_import: Platform is NOT configured for camera import
May 29 12:09:28 unknown SpringBoard[1770] <Warning>: Could not find mapped image Black_CARRIER_FIDO.png
May 29 12:09:28 unknown SpringBoard[1770] <Debug>: spd:_libspd_initialize_protocol:142 Registered notification port with spd [PID=1776]
May 29 12:09:28 unknown SpringBoard[1770] <Debug>: spd:_libspd_initialize_notify:241 All set up for spd wake notifications
May 29 12:09:29 unknown misd[1771] <Debug>: attached to SpringBoard (0x1ed30f30, port 0x3f17)
May 29 12:09:29 unknown misd[1771] <Debug>: detached from SpringBoard (0x1ed30f30, port 0x1ed30f70)
May 29 12:09:29 unknown misd[1771] <Debug>: no clients left; resuming idle timer
May 29 12:09:29 unknown SpringBoard[1770] <Warning>: BTM: posting notification BluetoothAvailabilityChangedNotification
May 29 12:09:30 unknown com.apple.printd[1777] <Notice>: Accepted connection from localhost:631 (Domain)
May 29 12:09:30 unknown com.apple.printd[1777] <Notice>: Closing connection from localhost:631 (Domain)
May 29 12:09:30 unknown SpringBoard[1770] <Error>: mms: ***** isMmsConfigured = 1
May 29 12:09:30 unknown SpringBoard[1770] <Warning>: BTM: BTLocalDeviceGetPairedDevices returned 0 devices
May 29 12:09:30 unknown com.apple.printd[1777] <Notice>: Accepted connection from localhost:631 (Domain)
May 29 12:09:30 unknown searchd[1779] <Warning>: Opened updates file at /var/mobile/Library/Spotlight/com.apple.MobileSMS/updates.SMSSearch.spotlight
May 29 12:09:30 unknown SpringBoard[1770] <Error>: WiFi: Consulting "no-sdio-devices" property.
May 29 12:09:30 unknown SpringBoard[1770] <Error>: WiFi: "no-sdio-devices" property not found.
May 29 12:09:31 unknown com.apple.printd[1777] <Notice>: Closing connection from localhost:631 (Domain)
May 29 12:09:32 unknown MobilePhone[1782] <Warning>: UI Mode is Phone
May 29 12:09:33 unknown com.apple.launchd[1] <Warning>: (com.apple.AddressBook) Throttling respawn: Will start in 10 seconds
May 29 12:09:33 unknown itdbprepserver[1767] <Warning>: Running Misc Commands...
May 29 12:09:33 unknown itdbprepserver[1767] <Warning>: Running Create Triggers...
May 29 12:09:33 unknown itdbprepserver[1767] <Warning>: Initializing MusicLibrary...
May 29 12:09:33 unknown itdbprepserver[1767] <Warning>: *** STARTING: DB Backup (CREATE-NEW) ***
May 29 12:09:33 unknown itdbprepserver[1767] <Warning>: *** FINISHED: DB Backup (CREATE-NEW, time = 0.13s) ***
May 29 12:09:33 unknown itdbprepserver[1767] <Warning>: [-END-] ITDBPostProcessController.
In all likelihood, the app probably doesn't crash. It gets killed by the operating system.
This is indeed expected behavior. All apps are killed on a language change, both on simulator and device.
My released app (Hidden London - Free App) has been reported as crashing on iPod touch 2nd and 3rd Generation. It works without issue on iPhone and iPad.
The crash log is as follows:
Wed Apr 13 09:03:40 unknown kernel[0] <Debug>: launchd[908] Builtin profile: container (sandbox)
Wed Apr 13 09:03:40 unknown kernel[0] <Debug>: launchd[908] Container: /private/var/mobile/Applications/E509FC07-A742-4483-95B1-7393B3F129B9 [69] (sandbox)
Wed Apr 13 09:03:40 unknown sandboxd[911] <Notice>: HiddenLondon(908) deny file-write-data /private/var/mobile/Applications/E509FC07-A742-4483-95B1-7393B3F129B9/HiddenLondon.app/HiddenLondon.sqlite
Wed Apr 13 09:03:40 unknown HiddenLondon[908] <Warning>: Not purchased: com.Beutelkind.HiddenLondon.ExtraPlaces
Wed Apr 13 09:03:40 unknown HiddenLondon[908] <Warning>: Not purchased: com.Beutelkind.HiddenLondon.RemoveAds
Wed Apr 13 09:03:42 unknown securityd[910] <Error>: OCSPResponse: now + maxAge > latestNextUpdate, using latestNextUpdate
Wed Apr 13 09:03:42 unknown com.apple.SpringBoard[24] <Notice>: CoreAnimation: timed out fence 500
Wed Apr 13 09:04:00 unknown HiddenLondon[908] <Warning>: ADBannerView: WARNING A banner view (0x159470) has an ad but may be obscured. This message is only printed once per banner view.
Wed Apr 13 09:04:31 unknown configd[22] <Notice>: jetsam: kernel memory event (90), free: 323, active: 1250, inactive: 1494, purgeable: 0, wired: 7841
Wed Apr 13 09:04:31 unknown configd[22] <Notice>: jetsam: kernel termination snapshot being created
Wed Apr 13 09:04:31 unknown com.apple.launchd[1] <Notice>: (UIKitApplication:com.apple.AdSheetPhone[0xabc0]) Exited: Killed
Wed Apr 13 09:04:31 unknown com.apple.launchd[1] <Notice>: (UIKitApplication:com.Beutelkind.HiddenLondon[0x2fef]) Exited: Killed
Wed Apr 13 09:04:31 unknown SpringBoard[24] <Warning>: Received memory warning. Level=1
Wed Apr 13 09:04:31 unknown com.apple.launchd[1] <Notice>: (UIKitApplication:com.apple.mobilemail[0x736e]) Exited: Killed
Wed Apr 13 09:04:31 unknown SpringBoard[24] <Warning>: Received memory warning. Level=1
Wed Apr 13 09:04:32 unknown SpringBoard[24] <Warning>: Application 'AdSheet' exited abnormally with signal 9: Killed
Wed Apr 13 09:04:32 unknown SpringBoard[24] <Warning>: Application 'HiddenLondon' exited abnormally with signal 9: Killed
Wed Apr 13 09:04:32 unknown SpringBoard[24] <Warning>: Application 'Mail' exited abnormally with signal 9: Killed
Wed Apr 13 09:04:32 unknown SpringBoard[24] <Warning>: Memory level is not normal (56%). Delaying auto-relaunch of 'Mail' for 30 seconds.
Wed Apr 13 09:04:32 unknown SpringBoard[24] <Warning>: Received memory warning. Level=1
Wed Apr 13 09:04:33 unknown ReportCrash[917] <Error>: Saved crashreport to /Library/Logs/CrashReporter/LowMemory-2011-04-13-090433.plist using uid: 0 gid: 0, synthetic_euid: 0 egid: 0
Could anyone help me start to troubleshoot why this might be happening on the iPod Touch?
The hint to why your app is crashing is Received memory warning. Level=1. You're out of memory. This could be the amount of RAM your app is using for data structures, but I've more typically seen this type of error when you run out of graphics memory - i.e. the memory used to composite views, cache images, etc. The total amount of RAM on gen 1 and 2 iPod touches is only 128MB. Gen 3 and 4 bumped that to 256MB.
The memory related info in your log starts with jetsam: kernel memory event (90), free: 323, active: 1250, inactive: 1494, purgeable: 0, wired: 7841, which is a "low memory" warning message. You then see a whole bunch of apps being terminated by the OS (Exited: Killed and exited abnormally with signal 9: Killed). This is the documented behaviour of iOS in low memory conditions - it kills apps until it has enough free memory.
I believe that your application is using a lot of memory, and as a result it gets killed by the operating system.