Created
February 3, 2012 04:52
-
-
Save aaronpearce/1728155 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2012-02-03 17:50:25.623 HotdAmn[8758:e03] recv_msg | |
2012-02-03 17:50:25.624 HotdAmn[8758:e03] *** -[NSArray initWithArray:range:copyItems:]: array argument is not an NSArray | |
2012-02-03 17:50:25.627 HotdAmn[8758:e03] ( | |
0 CoreFoundation 0x00007fff837e3fc6 __exceptionPreprocess + 198 | |
1 libobjc.A.dylib 0x00007fff85721d5e objc_exception_throw + 43 | |
2 CoreFoundation 0x00007fff8378f844 -[NSArray initWithArray:range:copyItems:] + 196 | |
3 CoreFoundation 0x00007fff837bb036 +[NSArray arrayWithArray:] + 70 | |
4 HotdAmn 0x000000010002f7bc -[UserMessage initWithContent:user:] + 284 | |
5 HotdAmn 0x000000010000e0c3 -[EventHandler onRecvMsg:] + 291 | |
6 CoreFoundation 0x00007fff837d375d -[NSObject performSelector:withObject:] + 61 | |
7 HotdAmn 0x000000010000b63d -[DamnSocket handleInputStreamEvent:] + 589 | |
8 HotdAmn 0x000000010000b3cb -[DamnSocket stream:handleEvent:] + 75 | |
9 CoreFoundation 0x00007fff837a281b _signalEventSync + 107 | |
10 CoreFoundation 0x00007fff837e84a7 _cfstream_shared_signalEventSync + 615 | |
11 CoreFoundation 0x00007fff837526e1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17 | |
12 CoreFoundation 0x00007fff83751f4d __CFRunLoopDoSources0 + 253 | |
13 CoreFoundation 0x00007fff83778d39 __CFRunLoopRun + 905 | |
14 CoreFoundation 0x00007fff83778676 CFRunLoopRunSpecific + 230 | |
15 HIToolbox 0x00007fff8154f31f RunCurrentEventLoopInMode + 277 | |
16 HIToolbox 0x00007fff815565c9 ReceiveNextEventCommon + 355 | |
17 HIToolbox 0x00007fff81556456 BlockUntilNextEventMatchingListInMode + 62 | |
18 AppKit 0x0000000100502f5d _DPSNextEvent + 659 | |
19 AppKit 0x0000000100502861 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 | |
20 AppKit 0x00000001004ff19d -[NSApplication run] + 470 | |
21 AppKit 0x000000010077db88 NSApplicationMain + 867 | |
22 HotdAmn 0x0000000100001542 main + 34 | |
23 HotdAmn 0x0000000100001514 start + 52 | |
24 ??? 0x0000000000000003 0x0 + 3 | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment