Skip to content

Instantly share code, notes, and snippets.

@PanosJee
Created June 1, 2012 11:46
Show Gist options
  • Save PanosJee/2851522 to your computer and use it in GitHub Desktop.
Save PanosJee/2851522 to your computer and use it in GitHub Desktop.
sample ios crash
{
"application_environment":{
"appname":"crash-me3",
"appver":"1.0",
"build_uuid":"7D65A0DB-C9E1-499F-9D20-BFE10E117181",
"carrier":"vf GR",
"gps_on":true,
"image_base_address":"0x2e000",
"image_size":"0x26000",
"internal_version":"1.0",
"languages":"en",
"locale":"el_GR",
"mobile_net_on":false,
"name":"iOS",
"osver":"5.1.1",
"phone":"iPhone 4S [iPhone4,1]",
"registers":{
"cpsr":"0x10",
"lr":"0x32adf20f",
"pc":"0x35f9332c",
"r0":"0x0",
"r1":"0x0",
"r10":"0x3f109f74",
"r11":"0x3f1156f0",
"r12":"0x148",
"r2":"0x1",
"r3":"0x0",
"r4":"0x6",
"r5":"0x3ecead98",
"r6":"0x2",
"r7":"0x2fe2ca40",
"r8":"0x3f11e198",
"r9":"0x0",
"sp":"0x2fe2ca34"
},
"timestamp":"2012-06-01 02:16:15 \u0398\u03b5\u03c1\u03b9\u03bd\u03ae \u03ce\u03c1\u03b1 \u0391\u03bd\u03b1\u03c4\u03bf\u03bb\u03b9\u03ba\u03ae\u03c2 \u0395\u03c5\u03c1\u03ce\u03c0\u03b7\u03c2",
"version":"1.0 (rev4)",
"wifi_on":true
},
"exception":{
"backtrace":[
"0 CoreFoundation 0x356dd88f __exceptionPreprocess 162",
"1 libobjc.A.dylib 0x37a84259 objc_exception_throw 32",
"2 CoreFoundation 0x3563523d -[__NSArrayI objectAtIndex:] 164",
"3 crash-me3 0x0002fe95 0x2e000 7829",
"4 UIKit 0x33149cab -[UIApplication _callInitializationDelegatesForURL:payload:suspended:] 1182",
"5 UIKit 0x331437dd -[UIApplication _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:] 408",
"6 UIKit 0x33111ac3 -[UIApplication handleEvent:withNewEvent:] 1010",
"7 UIKit 0x33111567 -[UIApplication sendEvent:] 54",
"8 UIKit 0x33110f3b _UIApplicationHandleEvent 5826",
"9 GraphicsServices 0x372d022b PurpleEventCallback 882",
"10 CoreFoundation 0x356b1523 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ 38",
"11 CoreFoundation 0x356b14c5 __CFRunLoopDoSource1 140",
"12 CoreFoundation 0x356b0313 __CFRunLoopRun 1370",
"13 CoreFoundation 0x356334a5 CFRunLoopRunSpecific 300",
"14 CoreFoundation 0x3563336d CFRunLoopRunInMode 104",
"15 UIKit 0x3314286b -[UIApplication _run] 550",
"16 UIKit 0x3313fcd5 UIApplicationMain 1080",
"17 crash-me3 0x0002fcb5 0x2e000 7349",
"18 crash-me3 0x0002fc60 0x2e000 7264"
],
"klass":"NSRangeException",
"message":"*** -[__NSArrayI objectAtIndex:]: index 3 beyond bounds [0 .. 2]",
"signal_code":"#0",
"signal_name":"SIGABRT",
"thread_crashed":0,
"where":"0 CoreFoundation 0x356dd88f __exceptionPreprocess 162"
},
"request":{
"remote_ip":"192.168.1.104"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment