Created
June 14, 2011 05:59
-
-
Save sherbondy/1024403 to your computer and use it in GitHub Desktop.
This file contains 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
Thread 1 name: Dispatch queue: com.apple.root.default-priority | |
Thread 1 Crashed: | |
0 libsystem_kernel.dylib 0x3558fa1c __pthread_kill + 8 | |
1 libsystem_c.dylib 0x356663b4 pthread_kill + 52 | |
2 libsystem_c.dylib 0x3565ebf8 abort + 72 | |
3 libsystem_c.dylib 0x35672822 szone_error + 210 | |
4 libsystem_c.dylib 0x356728f4 free_tiny_botch + 64 | |
5 libsystem_c.dylib 0x356778dc szone_free + 364 | |
6 libsystem_c.dylib 0x35699fa4 malloc_zone_free + 60 | |
7 CoreFoundation 0x30935e08 __CFAllocatorSystemDeallocate + 8 | |
8 CoreFoundation 0x308e553e CFAllocatorDeallocate + 90 | |
9 CoreFoundation 0x30961406 __CFStrDeallocateMutableContents + 22 | |
10 CoreFoundation 0x30961efa __CFStringDeallocate + 78 | |
11 CoreFoundation 0x308e5288 _CFRelease + 160 | |
12 CoreFoundation 0x308e51ae CFRelease + 82 | |
13 Foundation 0x341b5946 -[NSCFString release] + 2 | |
14 Listenr 0x000049cc 0x1000 + 14796 | |
15 CoreFoundation 0x308e4c3c -[NSObject(NSObject) release] + 24 | |
16 CoreFoundation 0x308e519a CFRelease + 62 | |
17 CoreFoundation 0x308eaba2 -[__NSArrayM dealloc] + 86 | |
18 CoreFoundation 0x308e4c3c -[NSObject(NSObject) release] + 24 | |
19 CoreFoundation 0x308e519a CFRelease + 62 | |
20 CoreFoundation 0x308e7eb4 _CFAutoreleasePoolPop + 140 | |
21 Foundation 0x341b3bae NSPopAutoreleasePool + 2 | |
22 Foundation 0x341c9e16 -[__NSOperationInternal start] + 910 | |
23 Foundation 0x341c9a78 -[NSOperation start] + 16 | |
24 Foundation 0x3422fec4 ____startOperations_block_invoke_2 + 40 | |
25 libdispatch.dylib 0x352668e0 _dispatch_call_block_and_release + 4 | |
26 libdispatch.dylib 0x35261626 _dispatch_worker_thread2 + 246 | |
27 libsystem_c.dylib 0x3566758a _pthread_wqthread + 258 | |
28 libsystem_c.dylib 0x35667bbc start_wqthread + 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment