Skip to content

Instantly share code, notes, and snippets.

@chamons
Created December 3, 2014 06:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chamons/b2b312d4465f90cb7298 to your computer and use it in GitHub Desktop.
Save chamons/b2b312d4465f90cb7298 to your computer and use it in GitHub Desktop.
2014-12-03 00:23:04.788 MouseEventTest[45905:4409591] *** Assertion failure in -[NSEvent clickCount], /SourceCache/AppKit/AppKit-1343.16/AppKit.subproj/NSEvent.m:1636
2014-12-03 00:23:04.789 MouseEventTest[45905:4409591] Invalid message sent to event "NSEvent: type=MouseEntered loc=(163.641,265.602) time=309533.0 flags=0x100 win=0x6080001e2800 winNum=7685 ctxt=0x0 evNum=18350 trackNum=600000083bb0 userData=0x0"
2014-12-03 00:23:04.797 MouseEventTest[45905:4409591] (
0 CoreFoundation 0x00007fff92e8f64c __exceptionPreprocess + 172
1 libobjc.A.dylib 0x00007fff8a1fb6de objc_exception_throw + 43
2 CoreFoundation 0x00007fff92e8f42a +[NSException raise:format:arguments:] + 106
3 Foundation 0x00007fff96acf5b9 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
4 AppKit 0x00007fff8f20484f -[NSEvent clickCount] + 177
5 MouseEventTest 0x00000001000013c5 -[MyView mouseEntered:] + 69
6 AppKit 0x00007fff8f7d4459 -[NSTrackingArea _dispatchMouseEntered:] + 75
7 AppKit 0x00007fff8f1a15cf -[NSApplication sendEvent:] + 3575
8 AppKit 0x00007fff8f02de98 -[NSApplication run] + 711
9 AppKit 0x00007fff8f0192d4 NSApplicationMain + 1832
10 MouseEventTest 0x00000001000011a2 main + 34
11 libdyld.dylib 0x00007fff8af485c9 start + 1
12 ??? 0x0000000000000003 0x0 + 3
)
2014-12-03 00:23:16.480 MouseEventTest[45905:4409591] *** Assertion failure in -[NSEvent clickCount], /SourceCache/AppKit/AppKit-1343.16/AppKit.subproj/NSEvent.m:1636
2014-12-03 00:23:16.480 MouseEventTest[45905:4409591] Invalid message sent to event "NSEvent: type=MouseEntered loc=(323.699,166.777) time=309543.0 flags=0x100 win=0x6080001e2800 winNum=7685 ctxt=0x0 evNum=0 trackNum=600000083bb0 userData=0x0"
2014-12-03 00:23:16.481 MouseEventTest[45905:4409591] (
0 CoreFoundation 0x00007fff92e8f64c __exceptionPreprocess + 172
1 libobjc.A.dylib 0x00007fff8a1fb6de objc_exception_throw + 43
2 CoreFoundation 0x00007fff92e8f42a +[NSException raise:format:arguments:] + 106
3 Foundation 0x00007fff96acf5b9 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
4 AppKit 0x00007fff8f20484f -[NSEvent clickCount] + 177
5 MouseEventTest 0x00000001000013c5 -[MyView mouseEntered:] + 69
6 AppKit 0x00007fff8f7d4459 -[NSTrackingArea _dispatchMouseEntered:] + 75
7 AppKit 0x00007fff8f1a15cf -[NSApplication sendEvent:] + 3575
8 AppKit 0x00007fff8f02de98 -[NSApplication run] + 711
9 AppKit 0x00007fff8f0192d4 NSApplicationMain + 1832
10 MouseEventTest 0x00000001000011a2 main + 34
11 libdyld.dylib 0x00007fff8af485c9 start + 1
12 ??? 0x0000000000000003 0x0 + 3
)
(lldb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment