Skip to content

Instantly share code, notes, and snippets.

@flyfire
Created August 17, 2012 06:41
Show Gist options
  • Save flyfire/3376536 to your computer and use it in GitHub Desktop.
Save flyfire/3376536 to your computer and use it in GitHub Desktop.
SIGABT in XCode4.4
2012-08-17 14:40:23.028 SimpleWebBrowser[2901:303] An uncaught exception was raised
2012-08-17 14:40:23.029 SimpleWebBrowser[2901:303] *** -[NSKeyedUnarchiver decodeObjectForKey:]: cannot decode object of class (WebView)
2012-08-17 14:40:23.033 SimpleWebBrowser[2901:303] (
0 CoreFoundation 0x00007fff89fc0716 __exceptionPreprocess + 198
1 libobjc.A.dylib 0x00007fff84376470 objc_exception_throw + 43
2 CoreFoundation 0x00007fff89fc04ec +[NSException raise:format:] + 204
3 Foundation 0x00007fff8b128b83 _decodeObjectBinary + 2559
4 Foundation 0x00007fff8b129a16 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1189
5 Foundation 0x00007fff8b129f88 -[NSArray(NSArray) initWithCoder:] + 538
6 Foundation 0x00007fff8b128c39 _decodeObjectBinary + 2741
7 Foundation 0x00007fff8b127fe4 _decodeObject + 226
8 AppKit 0x00007fff8c958061 -[NSView initWithCoder:] + 976
9 Foundation 0x00007fff8b128c39 _decodeObjectBinary + 2741
10 Foundation 0x00007fff8b127fe4 _decodeObject + 226
11 AppKit 0x00007fff8c95751f -[NSWindowTemplate initWithCoder:] + 3887
12 Foundation 0x00007fff8b128c39 _decodeObjectBinary + 2741
13 Foundation 0x00007fff8b129a16 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1189
14 Foundation 0x00007fff8b1293f1 -[NSSet(NSSet) initWithCoder:] + 544
15 Foundation 0x00007fff8b128c39 _decodeObjectBinary + 2741
16 Foundation 0x00007fff8b127fe4 _decodeObject + 226
17 AppKit 0x00007fff8c94e419 -[NSIBObjectData initWithCoder:] + 1976
18 Foundation 0x00007fff8b128c39 _decodeObjectBinary + 2741
19 Foundation 0x00007fff8b127fe4 _decodeObject + 226
20 AppKit 0x00007fff8c94db23 loadNib + 227
21 AppKit 0x00007fff8c94d0a9 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 219
22 AppKit 0x00007fff8c94cede -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 200
23 AppKit 0x00007fff8c94ccbe +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 360
24 AppKit 0x00007fff8c94947f NSApplicationMain + 398
25 SimpleWebBrowser 0x0000000100001572 main + 34
26 libdyld.dylib 0x00007fff8c8557e1 start + 0
27 ??? 0x0000000000000003 0x0 + 3
)
2012-08-17 14:40:23.151 SimpleWebBrowser[2901:303] *** Terminating app due to uncaught exception 'NSInvalidUnarchiveOperationException', reason: '*** -[NSKeyedUnarchiver decodeObjectForKey:]: cannot decode object of class (WebView)'
*** First throw call stack:
(
0 CoreFoundation 0x00007fff89fc0716 __exceptionPreprocess + 198
1 libobjc.A.dylib 0x00007fff84376470 objc_exception_throw + 43
2 CoreFoundation 0x00007fff89fc04ec +[NSException raise:format:] + 204
3 Foundation 0x00007fff8b128b83 _decodeObjectBinary + 2559
4 Foundation 0x00007fff8b129a16 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1189
5 Foundation 0x00007fff8b129f88 -[NSArray(NSArray) initWithCoder:] + 538
6 Foundation 0x00007fff8b128c39 _decodeObjectBinary + 2741
7 Foundation 0x00007fff8b127fe4 _decodeObject + 226
8 AppKit 0x00007fff8c958061 -[NSView initWithCoder:] + 976
9 Foundation 0x00007fff8b128c39 _decodeObjectBinary + 2741
10 Foundation 0x00007fff8b127fe4 _decodeObject + 226
11 AppKit 0x00007fff8c95751f -[NSWindowTemplate initWithCoder:] + 3887
12 Foundation 0x00007fff8b128c39 _decodeObjectBinary + 2741
13 Foundation 0x00007fff8b129a16 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1189
14 Foundation 0x00007fff8b1293f1 -[NSSet(NSSet) initWithCoder:] + 544
15 Foundation 0x00007fff8b128c39 _decodeObjectBinary + 2741
16 Foundation 0x00007fff8b127fe4 _decodeObject + 226
17 AppKit 0x00007fff8c94e419 -[NSIBObjectData initWithCoder:] + 1976
18 Foundation 0x00007fff8b128c39 _decodeObjectBinary + 2741
19 Foundation 0x00007fff8b127fe4 _decodeObject + 226
20 AppKit 0x00007fff8c94db23 loadNib + 227
21 AppKit 0x00007fff8c94d0a9 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 219
22 AppKit 0x00007fff8c94cede -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 200
23 AppKit 0x00007fff8c94ccbe +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 360
24 AppKit 0x00007fff8c94947f NSApplicationMain + 398
25 SimpleWebBrowser 0x0000000100001572 main + 34
26 libdyld.dylib 0x00007fff8c8557e1 start + 0
27 ??? 0x0000000000000003 0x0 + 3
)
libc++abi.dylib: terminate called throwing an exception
(lldb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment