Skip to content

Instantly share code, notes, and snippets.

@jdsimcoe
Created October 7, 2015 22:15
Show Gist options
  • Save jdsimcoe/4a6fcf1b6f0f2befb81f to your computer and use it in GitHub Desktop.
Save jdsimcoe/4a6fcf1b6f0f2befb81f to your computer and use it in GitHub Desktop.
10/7/15 3:14:40.360 PM Cactus[4328]: NSWindow warning: adding an unknown subview: <CSTitleBarView: 0x7fb81b443e80>. Break on NSLog to debug.
10/7/15 3:14:40.361 PM Cactus[4328]: Call stack:
(
0 AppKit 0x00007fff937ef807 -[NSThemeFrame addSubview:] + 107
1 Cactus 0x000000010bf05640 Cactus + 91712
2 Cactus 0x000000010bf054b8 Cactus + 91320
3 AppKit 0x00007fff9385da1c -[NSWindowTemplate nibInstantiate] + 559
4 AppKit 0x00007fff937a113f -[NSIBObjectData instantiateObject:] + 309
5 AppKit 0x00007fff937a07c3 -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 428
6 AppKit 0x00007fff93797a21 loadNib + 384
7 AppKit 0x00007fff93796f31 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 300
8 AppKit 0x00007fff93a08515 +[NSBundle(NSNibLoadingInternal) _loadNibFile:externalNameTable:options:withZone:] + 150
9 AppKit 0x00007fff93a082cd -[NSWindowController loadWindow] + 310
10 AppKit 0x00007fff937e5470 -[NSWindowController window] + 80
11 Cactus 0x000000010bf1a4bb Cactus + 177339
12 Cactus 0x000000010bef6dee Cactus + 32238
13 CoreFoundation 0x00007fff9861cc9c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
14 CoreFoundation 0x00007fff9861cc2f ___CFXRegistrationPost_block_invoke + 63
15 CoreFoundation 0x00007fff9861cba7 _CFXRegistrationPost + 407
16 CoreFoundation 0x00007fff9861c912 ___CFXNotificationPost_block_invoke + 50
17 CoreFoundation 0x00007fff985d96d2 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1922
18 CoreFoundation 0x00007fff985d8925 _CFXNotificationPost + 693
19 Foundation 0x00007fff961361ba -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
20 AppKit 0x00007fff9391eea1 -[NSApplication _postDidFinishNotification] + 297
21 AppKit 0x00007fff9391ec0b -[NSApplication _sendFinishLaunchingNotification] + 203
22 AppKit 0x00007fff937d9dc1 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 557
23 AppKit 0x00007fff937d986b -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 250
24 Foundation 0x00007fff96184b4d -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 290
25 Foundation 0x00007fff961849c7 _NSAppleEventManagerGenericHandler + 102
26 AE 0x00007fff977b71b5 _Z20aeDispatchAppleEventPK6AEDescPS_jPh + 531
27 AE 0x00007fff977b6f3c _ZL25dispatchEventAndSendReplyPK6AEDescPS_ + 31
28 AE 0x00007fff977b6e58 aeProcessAppleEvent + 288
29 HIToolbox 0x00007fff90300ef5 AEProcessAppleEvent + 55
30 AppKit 0x00007fff937d5230 _DPSNextEvent + 2245
31 AppKit 0x00007fff937d41c5 -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 454
32 AppKit 0x00007fff937c8d28 -[NSApplication run] + 682
33 AppKit 0x00007fff93791fbe NSApplicationMain + 1176
34 libdyld.dylib 0x00007fff943b15ad start + 1
35 ??? 0x0000000000000001 0x0 + 1
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment