Skip to content

Instantly share code, notes, and snippets.

@tomekc
Created September 6, 2012 22:09
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save tomekc/3660743 to your computer and use it in GitHub Desktop.
Ingredients.app crash log
Process: Ingredients [63019]
Path: /Applications/Ingredients.app/Contents/MacOS/Ingredients
Identifier: net.fileability.ingredients
Version: 1.0 (1.0)
Code Type: X86-64 (Native)
Parent Process: launchd [282]
User ID: 501
Date/Time: 2012-09-07 00:05:09.957 +0200
OS Version: Mac OS X 10.8.1 (12B19)
Report Version: 10
Interval Since Last Report: 216965 sec
Crashes Since Last Report: 7
Per-App Interval Since Last Report: 381 sec
Per-App Crashes Since Last Report: 2
Anonymous UUID: C326DF87-8EF1-483E-91B3-EB0F866D32F1
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information:
objc[63019]: garbage collection is ON
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSCache setObject:forKey:cost:]: attempt to insert nil value (key: file://localhost/Library/Developer/Shared/Documentation/DocSets/com.apple.adc.documentation.AppleLion.CoreReference.docset/Contents/Resources/Documents/documentation/Cocoa/Reference/ApplicationKit/Classes/NSTableView_Class/Reference/Reference.html)'
terminate called throwing an exception
abort() called
Application Specific Backtrace 1:
0 CoreFoundation 0x00007fff859a4716 __exceptionPreprocess + 198
1 libobjc.A.dylib 0x00007fff8454a470 objc_exception_throw + 43
2 CoreFoundation 0x00007fff859781d8 -[NSCache setObject:forKey:cost:] + 200
3 IngredientsKit 0x000000010006d991 -[IGKFullScraper scrapeInPath:] + 263
4 IngredientsKit 0x000000010006d78c -[IGKFullScraper scrape] + 846
5 IngredientsKit 0x0000000100081536 -[IGKHTMLGenerator setManagedObject:] + 145
6 IngredientsKit 0x0000000100063fe6 -[IGKWindowController loadManagedObject:tableOfContentsMask:URL:] + 225
7 IngredientsKit 0x00000001000685d3 -[IGKWindowController loadDocIntoBrowser] + 331
8 IngredientsKit 0x00000001000681a1 -[IGKWindowController loadDocs] + 27
9 CoreFoundation 0x00007fff85956b8a _CFXNotificationPost + 2554
10 Foundation 0x00007fff87dd6a76 -[NSNotificationCenter postNotificationName:object:userInfo:] + 64
11 AppKit 0x00007fff8b69eaa0 -[NSTableView _sendSelectionChangedNotificationForRows:columns:] + 176
12 AppKit 0x00007fff8b683cdc -[NSTableView _enableSelectionPostingAndPost] + 411
13 AppKit 0x00007fff8b684d4b -[NSTableView _doSelectIndexes:byExtendingSelection:indexType:funnelThroughSingleIndexVersion:] + 3082
14 IngredientsKit 0x0000000100088abd __60-[IGKArrayController refreshAndSelectIndex:renderSelection:]_block_invoke_0 + 102
15 libdispatch.dylib 0x00007fff8d58cf3d _dispatch_call_block_and_release + 15
16 libdispatch.dylib 0x00007fff8d5890fa _dispatch_client_callout + 8
17 libdispatch.dylib 0x00007fff8d58e104 _dispatch_main_queue_callback_4CF + 275
18 CoreFoundation 0x00007fff8594681e __CFRunLoopRun + 1614
19 CoreFoundation 0x00007fff85945dd2 CFRunLoopRunSpecific + 290
20 HIToolbox 0x00007fff8ab69774 RunCurrentEventLoopInMode + 209
21 HIToolbox 0x00007fff8ab69512 ReceiveNextEventCommon + 356
22 HIToolbox 0x00007fff8ab693a3 BlockUntilNextEventMatchingListInMode + 62
23 AppKit 0x00007fff8b533fa3 _DPSNextEvent + 685
24 AppKit 0x00007fff8b533862 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
25 AppKit 0x00007fff8b52ac03 -[NSApplication run] + 517
26 AppKit 0x00007fff8b4cf656 NSApplicationMain + 869
27 Ingredients 0x00000001000018c4 start + 52
28 ??? 0x0000000000000002 0x0 + 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment