Skip to content

Instantly share code, notes, and snippets.

@ylh888
Created March 25, 2016 12:43
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 ylh888/b5088269a2baab879321 to your computer and use it in GitHub Desktop.
Save ylh888/b5088269a2baab879321 to your computer and use it in GitHub Desktop.
$ time python eyescope.py
2016-03-24 18:35:08.177 python[13218:236981] -[CaptureDelegate doFireTimer:]: unrecognized selector sent to instance 0x7fbc834a68a0
2016-03-24 18:35:08.179 python[13218:236981] An uncaught exception was raised
2016-03-24 18:35:08.179 python[13218:236981] -[CaptureDelegate doFireTimer:]: unrecognized selector sent to instance 0x7fbc834a68a0
2016-03-24 18:35:08.179 python[13218:236981] (
0 CoreFoundation 0x00007fff98399ae2 __exceptionPreprocess + 178
1 libobjc.A.dylib 0x00007fff9363773c objc_exception_throw + 48
2 CoreFoundation 0x00007fff9839cb9d -[NSObject(NSObject) doesNotRecognizeSelector:] + 205
3 CoreFoundation 0x00007fff982d5601 ___forwarding___ + 1009
4 CoreFoundation 0x00007fff982d5188 _CF_forwarding_prep_0 + 120
5 Foundation 0x00007fff999a085b __NSFireTimer + 95
6 CoreFoundation 0x00007fff982dfbc4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
7 CoreFoundation 0x00007fff982df853 __CFRunLoopDoTimer + 1075
8 CoreFoundation 0x00007fff9835de6a __CFRunLoopDoTimers + 298
9 CoreFoundation 0x00007fff9829acd1 __CFRunLoopRun + 1841
10 CoreFoundation 0x00007fff9829a338 CFRunLoopRunSpecific + 296
11 HIToolbox 0x00007fff93a18935 RunCurrentEventLoopInMode + 235
12 HIToolbox 0x00007fff93a18677 ReceiveNextEventCommon + 184
13 HIToolbox 0x00007fff93a185af _BlockUntilNextEventMatchingListInModeWithFilter + 71
14 AppKit 0x00007fff8d7d50ee _DPSNextEvent + 1067
15 AppKit 0x00007fff8dba1943 -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 454
16 libopencv_highgui.3.1.dylib 0x00000001117ef7f2 cvWaitKey + 306
17 cv2.cpython-35m-darwin.so 0x0000000110402577 _ZL19pyopencv_cv_waitKeyP7_objectS0_S0_ + 103
18 Python 0x000000010f023820 PyCFunction_Call + 60
19 Python 0x000000010f0877c1 PyEval_EvalFrameEx + 22425
20 Python 0x000000010f08aca0 _PyEval_EvalCodeWithName + 1884
21 Python 0x000000010f081fbf PyEval_EvalCode + 81
22 Python 0x000000010f0a7dad run_mod + 58
23 Python 0x000000010f0a808e PyRun_FileExFlags + 178
24 Python 0x000000010f0a76e2 PyRun_SimpleFileExFlags + 469
25 Python 0x000000010f0bb648 Py_Main + 3324
26 python 0x000000010efdde27 python + 7719
27 libdyld.dylib 0x00007fff99f565ad start + 1
28 ??? 0x0000000000000002 0x0 + 2
)
2016-03-24 18:35:08.181 python[13218:236981] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[CaptureDelegate doFireTimer:]: unrecognized selector sent to instance 0x7fbc834a68a0'
*** First throw call stack:
(
0 CoreFoundation 0x00007fff98399ae2 __exceptionPreprocess + 178
1 libobjc.A.dylib 0x00007fff9363773c objc_exception_throw + 48
2 CoreFoundation 0x00007fff9839cb9d -[NSObject(NSObject) doesNotRecognizeSelector:] + 205
3 CoreFoundation 0x00007fff982d5601 ___forwarding___ + 1009
4 CoreFoundation 0x00007fff982d5188 _CF_forwarding_prep_0 + 120
5 Foundation 0x00007fff999a085b __NSFireTimer + 95
6 CoreFoundation 0x00007fff982dfbc4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
7 CoreFoundation 0x00007fff982df853 __CFRunLoopDoTimer + 1075
8 CoreFoundation 0x00007fff9835de6a __CFRunLoopDoTimers + 298
9 CoreFoundation 0x00007fff9829acd1 __CFRunLoopRun + 1841
10 CoreFoundation 0x00007fff9829a338 CFRunLoopRunSpecific + 296
11 HIToolbox 0x00007fff93a18935 RunCurrentEventLoopInMode + 235
12 HIToolbox 0x00007fff93a18677 ReceiveNextEventCommon + 184
13 HIToolbox 0x00007fff93a185af _BlockUntilNextEventMatchingListInModeWithFilter + 71
14 AppKit 0x00007fff8d7d50ee _DPSNextEvent + 1067
15 AppKit 0x00007fff8dba1943 -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 454
16 libopencv_highgui.3.1.dylib 0x00000001117ef7f2 cvWaitKey + 306
17 cv2.cpython-35m-darwin.so 0x0000000110402577 _ZL19pyopencv_cv_waitKeyP7_objectS0_S0_ + 103
18 Python 0x000000010f023820 PyCFunction_Call + 60
19 Python 0x000000010f0877c1 PyEval_EvalFrameEx + 22425
20 Python 0x000000010f08aca0 _PyEval_EvalCodeWithName + 1884
21 Python 0x000000010f081fbf PyEval_EvalCode + 81
22 Python 0x000000010f0a7dad run_mod + 58
23 Python 0x000000010f0a808e PyRun_FileExFlags + 178
24 Python 0x000000010f0a76e2 PyRun_SimpleFileExFlags + 469
25 Python 0x000000010f0bb648 Py_Main + 3324
26 python 0x000000010efdde27 python + 7719
27 libdyld.dylib 0x00007fff99f565ad start + 1
28 ??? 0x0000000000000002 0x0 + 2
)
libc++abi.dylib: terminating with uncaught exception of type NSException
Abort trap: 6
real 1m40.556s
user 0m44.222s
sys 0m10.036s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment