ClipMenu crash in Yosemite 10.10
qiuxiafei opened this issue · 0 comments
qiuxiafei commented
Here is the stacktrace:
2014-11-17 11:06:09.868 ClipMenu[74579:7938941] +[NSObject count]: unrecognized selector sent to class 0x7fff796d6118
2014-11-17 11:06:09.873 ClipMenu[74579:7938941] +[NSObject count]: unrecognized selector sent to class 0x7fff796d6118
2014-11-17 11:06:09.886 ClipMenu[74579:7938941] (
0 CoreFoundation 0x00007fff8fbf164c __exceptionPreprocess + 172
1 libobjc.A.dylib 0x00007fff8e1af6de objc_exception_throw + 43
2 CoreFoundation 0x00007fff8fbf45bd +[NSObject(NSObject) doesNotRecognizeSelector:] + 205
3 CoreFoundation 0x00007fff8fb3ba84 ___forwarding___ + 1028
4 CoreFoundation 0x00007fff8fb3b5f8 _CF_forwarding_prep_0 + 120
5 HIToolbox 0x00007fff964d3391 _Z23_HIWindowRemoveBackdropP14WindowBackdrop + 38
6 HIToolbox 0x00007fff963028a1 _ZN18HIStandardMenuView15DrawItemContentEPK6CGRectffjsP9CGContext + 1829
7 HIToolbox 0x00007fff96301f05 _ZN18HIStandardMenuView8DrawItemEhP9CGContexth + 2121
8 HIToolbox 0x00007fff96301216 _ZN18HIStandardMenuView8DrawSelfEsPK9__HIShapeP9CGContext + 514
9 HIToolbox 0x00007fff962aeecd _ZN6HIView15DrawCacheOrSelfEsPK9__HIShapeP9CGContext + 343
10 HIToolbox 0x00007fff962aed56 _ZN6HIView8SendDrawEsP13OpaqueGrafPtrPK9__HIShapeP9CGContext + 382
11 HIToolbox 0x00007fff962ae6b2 _ZN6HIView23RecursiveDrawCompositedEPK9__HIShapeS2_jPS_P9CGContexthd + 710
12 HIToolbox 0x00007fff962ae92e _ZN6HIView23RecursiveDrawCompositedEPK9__HIShapeS2_jPS_P9CGContexthd + 1346
13 HIToolbox 0x00007fff962ae92e _ZN6HIView23RecursiveDrawCompositedEPK9__HIShapeS2_jPS_P9CGContexthd + 1346
14 HIToolbox 0x00007fff962ad5eb _ZN6HIView14DrawCompositedEsP13OpaqueGrafPtrPK9__HIShapejPS_P9CGContext + 965
15 HIToolbox 0x00007fff962ad214 _ZN6HIView6RenderEjP9CGContext + 54
16 HIToolbox 0x00007fff962b8874 _ZL17FlushWindowObjectP10WindowDataPPvh + 740
17 HIToolbox 0x00007fff962c2120 _ZL15FlushAllBuffersP19__CFRunLoopObservermPv + 228
18 CoreFoundation 0x00007fff8fb0ed87 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
19 CoreFoundation 0x00007fff8fb0ece0 __CFRunLoopDoObservers + 368
20 CoreFoundation 0x00007fff8fb0081f CFRunLoopRunSpecific + 271
21 HIToolbox 0x00007fff962ba43f RunCurrentEventLoopInMode + 235
22 HIToolbox 0x00007fff962ba0be ReceiveNextEventCommon + 179
23 HIToolbox 0x00007fff9630846a AcquireNextEventInMode + 54
24 HIToolbox 0x00007fff96305c38 _ZL19IsUserStillTrackingP14MenuSelectDataPh + 173
25 HIToolbox 0x00007fff9630582e _ZL15TrackMenuCommonR14MenuSelectDataPh + 1651
26 HIToolbox 0x00007fff96440af2 _ZL19PopUpMenuSelectCoreP8MenuData5PointdS1_tjPK4RecttjS4_S4_PK14__CFDictionaryPK10__CFStringPP13OpaqueMenuRefPt + 1670
27 HIToolbox 0x00007fff9643fd44 _ZL26_HandlePopUpMenuSelection8P13OpaqueMenuRefP14OpaqueEventRefj5PointtjPK4RecttS6_S6_PK14__CFDictionaryPK10__CFStringPS0_Pt + 633
28 HIToolbox 0x00007fff9643fedb _HandlePopUpMenuSelectionWithDictionary + 287
29 AppKit 0x00007fff9466993c _NSSLMPopUpCarbonMenu3 + 5567
30 AppKit 0x00007fff94668369 _NSPopUpCarbonMenu3 + 39
31 AppKit 0x00007fff94668145 -[NSCarbonMenuImpl popUpMenu:atLocation:width:forView:withSelectedItem:withFont:withFlags:withOptions:] + 350
32 AppKit 0x00007fff94a46688 +[NSStatusBarButtonCell popupStatusBarMenu:inRect:ofView:withEvent:] + 682
33 AppKit 0x00007fff9471e2dd -[NSStatusBarButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 159
34 AppKit 0x00007fff94665289 -[NSControl mouseDown:] + 714
35 AppKit 0x00007fff94b5efef -[NSWindow _reallySendEvent:] + 12827
36 AppKit 0x00007fff945e965c -[NSWindow sendEvent:] + 368
37 AppKit 0x00007fff946da12d -[NSStatusBarWindow sendEvent:] + 242
38 AppKit 0x00007fff9459b1e6 -[NSApplication sendEvent:] + 2238
39 AppKit 0x00007fff94427fe8 -[NSApplication run] + 711
40 AppKit 0x00007fff94413424 NSApplicationMain + 1832
41 ClipMenu 0x00000001000018b0 ClipMenu + 6320
42 ??? 0x0000000000000001 0x0 + 1
)