Skip to content

Instantly share code, notes, and snippets.

@jongilbraith
Last active December 22, 2015 02:29
Show Gist options
  • Save jongilbraith/6403880 to your computer and use it in GitHub Desktop.
Save jongilbraith/6403880 to your computer and use it in GitHub Desktop.
keychain / json issue backtrace
keychain_contents = SSKeychain.passwordForService('Weight Bar', account: NSUserName())
BW::JSON.parse(keychain_contents)
2013-09-01 12:28:47.607 WeightBar[31805:707] -[__NSCFString bytes]: unrecognized selector sent to instance 0x7fc24418c2f0
2013-09-01 12:28:47.703 WeightBar[31805:707] -[__NSCFString bytes]: unrecognized selector sent to instance 0x7fc24418c2f0
2013-09-01 12:28:47.709 WeightBar[31805:707] (
0 CoreFoundation 0x00007fff859ffb06 __exceptionPreprocess + 198
1 libobjc.A.dylib 0x00007fff8b39e3f0 objc_exception_throw + 43
2 CoreFoundation 0x00007fff85a9640a -[NSObject(NSObject) doesNotRecognizeSelector:] + 186
3 CoreFoundation 0x00007fff859ee02e ___forwarding___ + 414
4 CoreFoundation 0x00007fff859ede18 _CF_forwarding_prep_0 + 232
5 Foundation 0x00007fff8796bc63 -[_NSJSONReader findEncodingFromData:withBOMSkipLength:] + 32
6 Foundation 0x00007fff8796be21 -[_NSJSONReader parseData:options:] + 65
7 Foundation 0x00007fff8796c32f +[NSJSONSerialization JSONObjectWithData:options:error:] + 145
8 WeightBar 0x000000010eb059e4 __unnamed_74 + 100
9 WeightBar 0x000000010ec3184e rb_vm_dispatch + 5134
10 WeightBar 0x000000010eb0336c vm_dispatch + 540
11 WeightBar 0x000000010eb04e86 rb_scope__parse:__ + 758
12 WeightBar 0x000000010ec3152e rb_vm_dispatch + 4334
13 WeightBar 0x000000010eb5514c vm_dispatch + 540
14 WeightBar 0x000000010eb57db9 rb_scope__credentials__ + 265
15 WeightBar 0x000000010ec3152e rb_vm_dispatch + 4334
16 WeightBar 0x000000010eb5514c vm_dispatch + 540
17 WeightBar 0x000000010eb575a3 rb_scope__loggedInView__ + 355
18 WeightBar 0x000000010ec3152e rb_vm_dispatch + 4334
19 WeightBar 0x000000010eb5514c vm_dispatch + 540
20 WeightBar 0x000000010eb56ef2 rb_scope__box__block__ + 434
21 WeightBar 0x000000010ec327fa _ZL13vm_block_evalP7RoxorVMP11rb_vm_blockP13objc_selectormiPKm + 1194
22 WeightBar 0x000000010ec32966 rb_vm_yield_args + 86
23 WeightBar 0x000000010ec2752f rb_yield + 47
24 WeightBar 0x000000010ebba86e rb_obj_tap + 14
25 WeightBar 0x000000010ec3152e rb_vm_dispatch + 4334
26 WeightBar 0x000000010eb5514c vm_dispatch + 540
27 WeightBar 0x000000010eb56cfa rb_scope__box__ + 362
28 WeightBar 0x000000010ec3152e rb_vm_dispatch + 4334
29 WeightBar 0x000000010eb5514c vm_dispatch + 540
30 WeightBar 0x000000010eb569aa rb_scope__loadView__ + 58
31 WeightBar 0x000000010eb569e9 __unnamed_8 + 9
32 AppKit 0x00007fff89933b09 -[NSViewController view] + 41
33 AppKit 0x00007fff89f15b98 -[NSPopover showRelativeToRect:ofView:preferredEdge:] + 177
34 WeightBar 0x000000010eb5fbee __unnamed_139 + 222
35 WeightBar 0x000000010ec3184e rb_vm_dispatch + 5134
36 WeightBar 0x000000010eb5c5dc vm_dispatch + 540
37 WeightBar 0x000000010eb5e3cf rb_scope__showPopOver:__block__ + 495
38 WeightBar 0x000000010ec327fa _ZL13vm_block_evalP7RoxorVMP11rb_vm_blockP13objc_selectormiPKm + 1194
39 WeightBar 0x000000010ec32966 rb_vm_yield_args + 86
40 WeightBar 0x000000010ec2752f rb_yield + 47
41 WeightBar 0x000000010ebba86e rb_obj_tap + 14
42 WeightBar 0x000000010ec3152e rb_vm_dispatch + 4334
43 WeightBar 0x000000010eb5c5dc vm_dispatch + 540
44 WeightBar 0x000000010eb5e1a0 rb_scope__showPopOver:__ + 272
45 WeightBar 0x000000010eb5e407 __unnamed_13 + 39
46 AppKit 0x00007fff898a5959 -[NSApplication sendAction:to:from:] + 342
47 AppKit 0x00007fff898a57b7 -[NSControl sendAction:to:] + 85
48 AppKit 0x00007fff89c838c1 -[NSStatusBarButtonCell _sendActionFrom:] + 166
49 AppKit 0x00007fff898a3bd3 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1855
50 AppKit 0x00007fff898a3421 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 504
51 AppKit 0x00007fff89c836c3 -[NSStatusBarButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 270
52 AppKit 0x00007fff898a2b9c -[NSControl mouseDown:] + 820
53 AppKit 0x00007fff8989a50e -[NSWindow sendEvent:] + 6853
54 AppKit 0x00007fff89c8429e -[NSStatusBarWindow sendEvent:] + 67
55 AppKit 0x00007fff89896644 -[NSApplication sendEvent:] + 5761
56 AppKit 0x00007fff897ac21a -[NSApplication run] + 636
57 AppKit 0x00007fff89750bd6 NSApplicationMain + 869
58 WeightBar 0x000000010eadc3a9 main + 185
59 libdyld.dylib 0x00007fff857727e1 start + 0
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment