2012-09-10 2 views
0

20-30 분 동안 응용 프로그램을 실행하고 있습니다. 메모리 누수가 있는지 검사했습니다. 메모리 누수가 없습니다. 내가 서버로의 위치에 보내 내 응용 프로그램에서지도보기를 사용하고, 20 분 후에는 완벽하게 모든 의식을 일하지만 20 ~ 25 분 후 추락 얻을주는이이 때 메모리 일어날 가능성이응용 프로그램 'iGtalk'가 신호 9로 비정상적으로 종료되었습니다. Killed : 9

Sep 10 17:05:06 unknown UserEventAgent[19] <Notice>: jetsam: kernel termination snapshot being created 
Sep 10 17:05:06 unknown com.apple.launchd[1] <Notice>: (UIKitApplication:com.apple.mobilemail[0x585e]) Exited: Killed: 9 
Sep 10 17:05:06 unknown com.apple.launchd[1] <Notice>: (UIKitApplication:com.ephlux.VeloCity[0xfbfb]) Exited: Killed: 9 
Sep 10 17:05:06 unknown com.apple.launchd[1] <Notice>: (UIKitApplication:com.iappventures.gtalk[0x75e0]) Exited: Killed: 9 
Sep 10 17:05:06 unknown SpringBoard[27] <Warning>: Application 'VeloCity' exited abnormally with signal 9: Killed: 9 
Sep 10 17:05:07 unknown com.apple.locationd[68] <Notice>: NOTICE,Location icon should now not be visible 
Sep 10 17:05:07 unknown SpringBoard[27] <Warning>: Application 'Mail' exited abnormally with signal 9: Killed: 9 
> 
Sep 10 17:05:07 unknown SpringBoard[27] <Warning>: Application 'iGtalk' exited abnormally with signal 9: Killed: 9 
Sep 10 17:05:08 unknown kernel[0] <Debug>: Sandbox: ignoring builtin profile for platform app: /private/var/stash/Applications/MobileMail.app/MobileMail 
Sep 10 17:05:08 unknown kernel[0] <Debug>: launchd[608] Builtin profile: container (sandbox) 
Sep 10 17:05:08 unknown kernel[0] <Debug>: launchd[608] Container: /private/var/mobile/Applications/124A80FF-4E09-4E60-8D3C-CE8C194F4801 [69] (sandbox) 
> 
Sep 10 17:05:09 unknown ReportCrash[605] <Notice>: MS:Notice: Installing: (null) [ReportCrash] (675.00) 
Sep 10 17:05:09 unknown iLocation[608] <Notice>: MS:Notice: Installing: com.iappventures.gtalk [iLocation] (675.00) 
Sep 10 17:05:09 unknown MobileMail[606] <Notice>: MS:Notice: Installing: com.apple.mobilemail [MobileMail] (675.00) 
Sep 10 17:05:09 unknown iLocation[608] <Notice>: MS:Notice: Loading: /Library/MobileSubstrate/DynamicLibraries/Activator.dylib 
Sep 10 17:05:09 unknown MobileMail[606] <Notice>: MS:Notice: Loading: /Library/MobileSubstrate/DynamicLibraries/Activator.dylib 
Sep 10 17:05:09 unknown ReportCrash[605] <Error>: Saved crashreport to /Library/Logs/CrashReporter/LowMemory-2012-09-10-170509.plist using uid: 0 gid: 0, synthetic_euid: 0 egid: 0 
> 
Sep 10 17:05:11 unknown iLocation[608] <Warning>: Sound ID has been created 
�> �> 
Sep 10 17:05:13 unknown com.apple.locationd[68] <Notice>: NOTICE,Location icon should now be visible 
Sep 10 17:05:13 unknown iLocation[608] <Warning>: labelRect ={{10, 0}, {70, 41}} 
Sep 10 17:05:13 unknown iLocation[608] <Warning>: self.textField.frame ={{100, -1}, {210, 43}} 
Sep 10 17:05:13 unknown iLocation[608] <Warning>: labelRect ={{10, 0}, {70, 40}} 
Sep 10 17:05:13 unknown iLocation[608] <Warning>: self.textField.frame ={{100, -1.5}, {210, 43}} 
Sep 10 17:05:13 unknown iLocation[608] <Warning>: labelRect ={{10, 0}, {70, 39}} 
Sep 10 17:05:13 unknown iLocation[608] <Warning>: self.textField.frame ={{100, -1}, {210, 43}} 
Sep 10 17:05:13 unknown iLocation[608] <Warning>: labelRect ={{10, 0}, {70, 39}} 
Sep 10 17:05:13 unknown iLocation[608] <Warning>: self.textField.frame ={{100, -1.5}, {210, 43}} 
Sep 10 17:05:13 unknown spd[609] <Notice>: MS:Notice: Installing: (null) [spd] (675.00) 
Sep 10 17:05:13 unknown wifid[49] <Error>: WiFi:[368971513.595893]: Disable WoW requested by "spd" 
> 
Sep 10 17:05:15 unknown com.apple.locationd[68] <Notice>: NOTICE,Location icon should now not be visible 
�> �> 
Sep 10 17:10:07 unknown SpringBoard[27] <Notice>: Posting 'com.apple.iokit.hid.displayStatus' notifyState=0 
Sep 10 17:10:07 unknown SpringBoard[27] <Notice>: MultitouchHID: detection mode: 0->255 

답변

0

기록 응용 프로그램의 사용이 점차 증가합니다. 전경 응용 프로그램이 더 많은 메모리를 필요로 할 때, OS는 배경 응용 프로그램을 하나씩 죽여 포 그라운드 응용 프로그램에 최대한 많은 메모리를 제공합니다. 그러나 포 그라운드 앱의 메모리 사용량이 사용 가능한 메모리 양보다 많아지면 OS가 포 그라운드 앱을 종료하고 오류 보고서를 생성합니다.

관련 문제