Skip to content

Instantly share code, notes, and snippets.

@ozanvos
Created August 7, 2012 02:04
Show Gist options
  • Select an option

  • Save ozanvos/3280683 to your computer and use it in GitHub Desktop.

Select an option

Save ozanvos/3280683 to your computer and use it in GitHub Desktop.
Induction output
➜ ~ /Applications/Induction.app/Contents/MacOS/Induction
2012-08-07 05:01:12.909 Induction[5179:707] ApplePersistence=NO
2012-08-07 05:01:12.921 Induction[5179:707] Error loading /Applications/Induction.app/Contents/PlugIns/Adapters/MySQLAdapter.bundle/Contents/MacOS/MySQLAdapter: dlopen(/Applications/Induction.app/Contents/PlugIns/Adapters/MySQLAdapter.bundle/Contents/MacOS/MySQLAdapter, 265): Library not loaded: /usr/local/lib/libmysqlclient.18.dylib
Referenced from: /Applications/Induction.app/Contents/PlugIns/Adapters/MySQLAdapter.bundle/Contents/MacOS/MySQLAdapter
Reason: image not found
2012-08-07 05:01:21.140 Induction[5179:707] URL: postgres://127.0.0.1:5432/meegee
2012-08-07 05:01:21.780 Induction[5179:707] [<__NSCFConstantString 0x10d97a608> valueForUndefinedKey:]: this class is not key value coding-compliant for the key name.
2012-08-07 05:01:21.783 Induction[5179:707] (
0 CoreFoundation 0x00007fff8c141716 __exceptionPreprocess + 198
1 libobjc.A.dylib 0x00007fff901ad470 objc_exception_throw + 43
2 CoreFoundation 0x00007fff8c1d5899 -[NSException raise] + 9
3 Foundation 0x00007fff8f5c541c -[NSObject(NSKeyValueCoding) valueForUndefinedKey:] + 238
4 Foundation 0x00007fff8f50d189 -[NSObject(NSKeyValueCoding) valueForKey:] + 400
5 Foundation 0x00007fff8f52da38 -[NSObject(NSKeyValueCoding) valueForKeyPath:] + 341
6 Foundation 0x00007fff8f52d9ff -[NSObject(NSKeyValueCoding) valueForKeyPath:] + 284
7 Foundation 0x00007fff8f52d9ff -[NSObject(NSKeyValueCoding) valueForKeyPath:] + 284
8 AppKit 0x00007fff89a63954 -[NSBinder valueForBinding:resolveMarkersToPlaceholders:] + 163
9 AppKit 0x00007fff89a662a7 -[NSValueBinder _adjustObject:mode:observedController:observedKeyPath:context:editableState:adjustState:] + 667
10 AppKit 0x00007fff89a65efc -[NSValueBinder _observeValueForKeyPath:ofObject:context:] + 192
11 AppKit 0x00007fff89a6a95b -[NSTextValueBinder _observeValueForKeyPath:ofObject:context:] + 43
12 Foundation 0x00007fff8f52fa90 NSKeyValueNotifyObserver + 390
13 Foundation 0x00007fff8f5314a9 NSKeyValueDidChange + 456
14 Foundation 0x00007fff8f4eca0f -[NSObject(NSKeyValueObserverNotification) didChangeValueForKey:] + 130
15 AppKit 0x00007fff89aa8326 -[NSTableRowData _addViewToRowView:atColumn:row:] + 696
16 AppKit 0x00007fff89aa7e7f -[NSTableRowData _addViewsToRowView:atRow:] + 151
17 AppKit 0x00007fff89aa6415 -[NSTableRowData _addRowViewForVisibleRow:withPriorView:] + 415
18 AppKit 0x00007fff89aa619a -[NSTableRowData _addRowViewForVisibleRow:withPriorRowIndex:inDictionary:withRowAnimation:] + 272
19 AppKit 0x00007fff89aa5469 -[NSTableRowData _unsafeUpdateVisibleRowEntries] + 740
20 AppKit 0x00007fff89aa5001 -[NSTableRowData updateVisibleRowViews] + 119
21 AppKit 0x00007fff89a7ce57 -[NSTableView layout] + 165
22 AppKit 0x00007fff89a30715 -[NSView _layoutSubtreeHeedingRecursionGuard:] + 112
23 CoreFoundation 0x00007fff8c13a0b6 __NSArrayEnumerate + 582
24 AppKit 0x00007fff89a30876 -[NSView _layoutSubtreeHeedingRecursionGuard:] + 465
25 CoreFoundation 0x00007fff8c13a0b6 __NSArrayEnumerate + 582
26 AppKit 0x00007fff89a30876 -[NSView _layoutSubtreeHeedingRecursionGuard:] + 465
27 CoreFoundation 0x00007fff8c13a0b6 __NSArrayEnumerate + 582
28 AppKit 0x00007fff89a30876 -[NSView _layoutSubtreeHeedingRecursionGuard:] + 465
29 CoreFoundation 0x00007fff8c13a0b6 __NSArrayEnumerate + 582
30 AppKit 0x00007fff89a30876 -[NSView _layoutSubtreeHeedingRecursionGuard:] + 465
31 AppKit 0x00007fff89a305ae -[NSView layoutSubtreeIfNeeded] + 615
32 AppKit 0x00007fff89a2bd5c -[NSWindow(NSConstraintBasedLayout) layoutIfNeeded] + 201
33 AppKit 0x00007fff89925b18 _handleWindowNeedsDisplayOrLayoutOrUpdateConstraints + 446
34 AppKit 0x00007fff89eedc81 __83-[NSWindow _postWindowNeedsDisplayOrLayoutOrUpdateConstraintsUnlessPostingDisabled]_block_invoke_01208 + 46
35 CoreFoundation 0x00007fff8c1080c7 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
36 CoreFoundation 0x00007fff8c108031 __CFRunLoopDoObservers + 369
37 CoreFoundation 0x00007fff8c0e34a8 __CFRunLoopRun + 728
38 CoreFoundation 0x00007fff8c0e2dd2 CFRunLoopRunSpecific + 290
39 HIToolbox 0x00007fff8d74c774 RunCurrentEventLoopInMode + 209
40 HIToolbox 0x00007fff8d74c454 ReceiveNextEventCommon + 166
41 HIToolbox 0x00007fff8d74c3a3 BlockUntilNextEventMatchingListInMode + 62
42 AppKit 0x00007fff89922fa3 _DPSNextEvent + 685
43 AppKit 0x00007fff89922862 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
44 AppKit 0x00007fff89919c03 -[NSApplication run] + 517
45 AppKit 0x00007fff898be656 NSApplicationMain + 869
46 Induction 0x000000010c275f02 main + 34
47 Induction 0x000000010c275ed4 start + 52
48 ??? 0x0000000000000001 0x0 + 1
)
2012-08-07 05:01:22.116 Induction[5179:707] <EMFVisualizeViewController: 0x7fddc48a78d0> received webView:windowScriptObjectAvailable:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment