Created
August 7, 2014 16:40
-
-
Save jasonsilberman/10f21e8ee2fd1f8bf33c to your computer and use it in GitHub Desktop.
Chocolate Crash Gist
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
Application Specific Information: | |
objc[7413]: garbage collection is ON | |
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSPopover showRelativeToRect:ofView:preferredEdge:]: nil view provided. You must supply a view.' | |
terminating with uncaught exception of type NSException | |
abort() called | |
Application Specific Backtrace 1: | |
0 CoreFoundation 0x00007fff8941fbec __exceptionPreprocess + 172 | |
1 libobjc.A.dylib 0x00007fff88ef670e objc_exception_throw + 43 | |
2 AppKit 0x00007fff8c7c19ae -[NSPopover showRelativeToRect:ofView:preferredEdge:] + 2435 | |
3 Chocolat 0x000000010eac3c10 -[CHLaunchPopover awakeFromNib] + 776 | |
4 AppKit 0x00007fff8ca4f719 -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 1276 | |
5 AppKit 0x00007fff8c5557a0 loadNib + 384 | |
6 AppKit 0x00007fff8caceae0 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 313 | |
7 AppKit 0x00007fff8c554e75 -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 201 | |
8 AppKit 0x00007fff8c554c41 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 344 | |
9 Chocolat 0x000000010eac350c -[CHLaunchPopover initWithWindow:] + 124 | |
10 Chocolat 0x000000010eb3160e __42-[CHTabController showLaunchBarController]_block_invoke + 84 | |
11 libdispatch.dylib 0x00007fff91b4ec9d _dispatch_call_block_and_release + 12 | |
12 libdispatch.dylib 0x00007fff91b4af53 _dispatch_client_callout + 8 | |
13 libdispatch.dylib 0x00007fff91b55d07 _dispatch_after_timer_callback + 77 | |
14 libdispatch.dylib 0x00007fff91b4af53 _dispatch_client_callout + 8 | |
15 libdispatch.dylib 0x00007fff91b54335 _dispatch_source_latch_and_call + 582 | |
16 libdispatch.dylib 0x00007fff91b4e2d8 _dispatch_source_invoke + 360 | |
17 libdispatch.dylib 0x00007fff91b55410 _dispatch_main_queue_callback_4CF + 420 | |
18 CoreFoundation 0x00007fff893736f9 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9 | |
19 CoreFoundation 0x00007fff8932f7bd __CFRunLoopRun + 2173 | |
20 CoreFoundation 0x00007fff8932ecf8 CFRunLoopRunSpecific + 296 | |
21 HIToolbox 0x00007fff8658272f RunCurrentEventLoopInMode + 235 | |
22 HIToolbox 0x00007fff865824a2 ReceiveNextEventCommon + 431 | |
23 HIToolbox 0x00007fff865822e3 _BlockUntilNextEventMatchingListInModeWithFilter + 71 | |
24 AppKit 0x00007fff8c571f05 _DPSNextEvent + 1000 | |
25 AppKit 0x00007fff8c5716d9 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 139 | |
26 AppKit 0x00007fff8c565643 -[NSApplication run] + 594 | |
27 AppKit 0x00007fff8c550b2e NSApplicationMain + 1778 | |
28 Chocolat 0x000000010eb44c8b main + 191 | |
29 Chocolat 0x000000010eac1c54 start + 52 | |
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread | |
0 libsystem_kernel.dylib 0x00007fff935432d6 __pthread_kill + 10 | |
1 libsystem_c.dylib 0x00007fff9273d523 abort + 129 | |
2 libc++abi.dylib 0x00007fff8fb4da21 abort_message + 257 | |
3 libc++abi.dylib 0x00007fff8fb759d1 default_terminate_handler() + 267 | |
4 libobjc.A.dylib 0x00007fff88efa72a _objc_terminate() + 103 | |
5 libc++abi.dylib 0x00007fff8fb730a1 std::__terminate(void (*)()) + 8 | |
6 libc++abi.dylib 0x00007fff8fb73113 std::terminate() + 51 | |
7 libobjc.A.dylib 0x00007fff88efa553 objc_terminate + 9 | |
8 libdispatch.dylib 0x00007fff91b4af67 _dispatch_client_callout + 28 | |
9 libdispatch.dylib 0x00007fff91b55d07 _dispatch_after_timer_callback + 77 | |
10 libdispatch.dylib 0x00007fff91b4af53 _dispatch_client_callout + 8 | |
11 libdispatch.dylib 0x00007fff91b54335 _dispatch_source_latch_and_call + 582 | |
12 libdispatch.dylib 0x00007fff91b4e2d8 _dispatch_source_invoke + 360 | |
13 libdispatch.dylib 0x00007fff91b55410 _dispatch_main_queue_callback_4CF + 420 | |
14 com.apple.CoreFoundation 0x00007fff893736f9 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9 | |
15 com.apple.CoreFoundation 0x00007fff8932f7bd __CFRunLoopRun + 2173 | |
16 com.apple.CoreFoundation 0x00007fff8932ecf8 CFRunLoopRunSpecific + 296 | |
17 com.apple.HIToolbox 0x00007fff8658272f RunCurrentEventLoopInMode + 235 | |
18 com.apple.HIToolbox 0x00007fff865824a2 ReceiveNextEventCommon + 431 | |
19 com.apple.HIToolbox 0x00007fff865822e3 _BlockUntilNextEventMatchingListInModeWithFilter + 71 | |
20 com.apple.AppKit 0x00007fff8c571f05 _DPSNextEvent + 1000 | |
21 com.apple.AppKit 0x00007fff8c5716d9 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 139 | |
22 com.apple.AppKit 0x00007fff8c565643 -[NSApplication run] + 594 | |
23 com.apple.AppKit 0x00007fff8c550b2e NSApplicationMain + 1778 | |
24 com.chocolatapp.Chocolat 0x000000010eb44c8b main + 191 | |
25 com.chocolatapp.Chocolat 0x000000010eac1c54 start + 52 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment