Skip to content

Instantly share code, notes, and snippets.

@ivanprobst
Created June 28, 2012 16:11
Show Gist options
  • Save ivanprobst/3012220 to your computer and use it in GitHub Desktop.
Save ivanprobst/3012220 to your computer and use it in GitHub Desktop.
app crash after a qr is scanned (stuck first, then crash after about 30sec.)
Jun 28 16:22:15 Ivans-iPod SpotMeApp[13972] <Notice>: STDOUT: [info] [<0.183.0>] 127.0.0.1 - - GET /_active_tasks 200
1>
Jun 28 16:22:17 Ivans-iPod SpotMeApp[13972] <Notice>: INFO: SMScanView/-[SMScanView readerView:didReadSymbols:fromImage:]/242 scanned QR codes: (
"SB252b791a607c44296e14b276b88d1fa4-6f0de38a13e24320bd7e520869434705"
)
Jun 28 16:22:17 Ivans-iPod SpotMeApp[13972] <Notice>: VERBOSE: SMScanController/__39-[SMScanController processScanResults:]_block_invoke_0/290 SB252b791a607c44296e14b276b88d1fa4-6f0de38a13e24320bd7e520869434705 -> (
"spotme://vibrate",
"spotme://playsound?%7B%22_id%22%3A1004%7D",
"spotme://scan_vw_execute?%7B%22js%22%3A%22process_qr%28%27SB252b791a607c44296e14b276b88d1fa4-6f0de38a13e24320bd7e520869434705%27%29%22%7D"
)
Jun 28 16:22:17 Ivans-iPod SpotMeApp[13972] <Notice>: VERBOSE: SMBaseController/-[SMBaseController openURL:]/311 scheme:"spotme", method:"vibrate", params:(null)
Jun 28 16:22:17 Ivans-iPod SpotMeApp[13972] <Notice>: VERBOSE: SMBaseController/-[SMBaseController openURL:]/311 scheme:"spotme", method:"playsound", params:{
"_id" = 1004;
}
Jun 28 16:22:17 Ivans-iPod SpotMeApp[13972] <Notice>: VERBOSE: SMBaseController/-[SMBaseController openURL:]/311 scheme:"spotme", method:"scan_vw_execute", params:{
js = "process_qr('SB252b791a607c44296e14b276b88d1fa4-6f0de38a13e24320bd7e520869434705')";
}
Jun 28 16:22:39 Ivans-iPod SpringBoard[7615] <Warning>: Received memory warning.
Jun 28 16:22:43 Ivans-iPod SpringBoard[7615] <Error>: __EnqueueEventFunction: Error enqueuing memory (10000003) for client <IOHIDEventServerClient 0xf841e00 [0x3eb30650]>{pid=13972 executablePath=SpotMeApp}
Jun 28 16:22:43 Ivans-iPod UserEventAgent[12] <Notice>: jetsam: kernel termination snapshot being created
Jun 28 16:22:43 Ivans-iPod com.apple.launchd[1] (UIKitApplication:com.spotme.spotmeapp[0x829a][13972]) <Notice>: (UIKitApplication:com.spotme.spotmeapp[0x829a]) Exited: Killed: 9
Jun 28 16:22:43 Ivans-iPod SpringBoard[7615] <Warning>: Application 'SpotMe' exited abnormally with signal 9: Killed: 9
Jun 28 16:22:45 Ivans-iPod ReportCrash[13977] <Notice>: Saved crashreport to /Library/Logs/CrashReporter/LowMemory-2012-06-28-162245.plist using uid: 0 gid: 0, synthetic_euid: 0 egid: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment