elimintz/option3d

libc++abi.dylib: terminating with uncaught exception of type NSException

Opened this issue · 0 comments

Hi,

I'm getting the following when running (with default settings) - any idea where this is coming from?

Getting data for options expiring 2020-07-02...
Getting data for options expiring 2020-07-10...
Getting data for options expiring 2020-07-17...
Getting data for options expiring 2020-07-24...
Getting data for options expiring 2020-07-31...
Getting data for options expiring 2020-08-07...
Getting data for options expiring 2020-08-21...
Getting data for options expiring 2020-09-18...
Getting data for options expiring 2020-10-16...
Getting data for options expiring 2020-11-20...
Getting data for options expiring 2020-12-18...
Getting data for options expiring 2021-01-15...
Getting data for options expiring 2021-06-18...
Getting data for options expiring 2021-09-17...
Getting data for options expiring 2022-01-21...
Getting data for options expiring 2022-06-17...
Getting data for options expiring 2022-09-16...
2020-06-30 15:43:05.180 python3[3593:8583084] -[NSApplication _setup:]: unrecognized selector sent to instance 0x7ffb70dad0b0
2020-06-30 15:43:05.182 python3[3593:8583084] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSApplication _setup:]: unrecognized selector sent to instance 0x7ffb70dad0b0'
*** First throw call stack:
(
	0   CoreFoundation                      0x00007fff392bed07 __exceptionPreprocess + 250
	1   libobjc.A.dylib                     0x00007fff71fe25bf objc_exception_throw + 48
	2   CoreFoundation                      0x00007fff3933dc97 -[NSObject(NSObject) __retain_OA] + 0
	3   CoreFoundation                      0x00007fff3922357b ___forwarding___ + 1427
	4   CoreFoundation                      0x00007fff39222f58 _CF_forwarding_prep_0 + 120
	5   libtk8.6.dylib                      0x0000001a1ba1d31d TkpInit + 413
	6   libtk8.6.dylib                      0x0000001a1b97517e Initialize + 2622
	7   _tkinter.cpython-37m-darwin.so      0x0000001a1b79da0f _tkinter_create + 1183
	8   python3                             0x00000001023e28b6 _PyMethodDef_RawFastCallKeywords + 230
	9   python3                             0x0000000102522b47 call_function + 247
	10  python3                             0x0000000102520684 _PyEval_EvalFrameDefault + 45284
	11  python3                             0x00000001025142d2 _PyEval_EvalCodeWithName + 418
	12  python3                             0x00000001023e1577 _PyFunction_FastCallDict + 231
	13  python3                             0x00000001024650b1 slot_tp_init + 193
	14  python3                             0x000000010246f091 type_call + 241
	15  python3                             0x00000001023e2283 _PyObject_FastCallKeywords + 179
	16  python3                             0x0000000102522be4 call_function + 404
	17  python3                             0x0000000102520778 _PyEval_EvalFrameDefault + 45528
	18  python3                             0x00000001023e2078 function_code_fastcall + 120
	19  python3                             0x0000000102522afe call_function + 174
	20  python3                             0x0000000102520684 _PyEval_EvalFrameDefault + 45284
	21  python3                             0x00000001025142d2 _PyEval_EvalCodeWithName + 418
	22  python3                             0x00000001023e1577 _PyFunction_FastCallDict + 231
	23  python3                             0x00000001023e54a2 method_call + 130
	24  python3                             0x00000001023e2ef2 PyObject_Call + 130
	25  python3                             0x00000001025208cf _PyEval_EvalFrameDefault + 45871
	26  python3                             0x00000001025142d2 _PyEval_EvalCodeWithName + 418
	27  python3                             0x00000001023e2783 _PyFunction_FastCallKeywords + 195
	28  python3                             0x0000000102522afe call_function + 174
	29  python3                             0x0000000102520778 _PyEval_EvalFrameDefault + 45528
	30  python3                             0x00000001025142d2 _PyEval_EvalCodeWithName + 418
	31  python3                             0x00000001023e2783 _PyFunction_FastCallKeywords + 195
	32  python3                             0x0000000102522afe call_function + 174
	33  python3                             0x0000000102520778 _PyEval_EvalFrameDefault + 45528
	34  python3                             0x00000001023fb9f4 gen_send_ex + 180
	35  python3                             0x000000010251b837 _PyEval_EvalFrameDefault + 25239
	36  python3                             0x00000001023fb9f4 gen_send_ex + 180
	37  python3                             0x000000010251b837 _PyEval_EvalFrameDefault + 25239
	38  python3                             0x00000001023fb9f4 gen_send_ex + 180
	39  _asyncio.cpython-37m-darwin.so      0x00000001031f362b task_step + 171
	40  _asyncio.cpython-37m-darwin.so      0x00000001031f337a TaskWakeupMethWrapper_call + 170
	41  loop.cpython-37m-darwin.so          0x0000001a1bb396f3 __pyx_f_6uvloop_4loop_6Handle__run + 563
	42  loop.cpython-37m-darwin.so          0x0000001a1bb1a9c5 __pyx_f_6uvloop_4loop_4Loop__on_idle + 2773
	43  loop.cpython-37m-darwin.so          0x0000001a1bb3984d __pyx_f_6uvloop_4loop_6Handle__run + 909
	44  loop.cpython-37m-darwin.so          0x0000001a1bb7ec93 __pyx_f_6uvloop_4loop_cb_idle_callback + 227
	45  loop.cpython-37m-darwin.so          0x0000001a1bc20ce4 uv__run_idle + 180
	46  loop.cpython-37m-darwin.so          0x0000001a1bc1aaca uv_run + 314
	47  loop.cpython-37m-darwin.so          0x0000001a1bb1bd57 __pyx_f_6uvloop_4loop_4Loop___run + 39
	48  loop.cpython-37m-darwin.so          0x0000001a1bb1c068 __pyx_f_6uvloop_4loop_4Loop__run + 616
	49  loop.cpython-37m-darwin.so          0x0000001a1bb8bbf1 __pyx_pw_6uvloop_4loop_4Loop_25run_forever + 833
	50  loop.cpython-37m-darwin.so          0x0000001a1bb0cabf __Pyx_PyObject_CallNoArg + 271
	51  loop.cpython-37m-darwin.so          0x0000001a1bb8e7e8 __pyx_pw_6uvloop_4loop_4Loop_45run_until_complete + 2888
	52  python3                             0x00000001023e2853 _PyMethodDef_RawFastCallKeywords + 131
	53  python3                             0x00000001023ef8c4 _PyMethodDescr_FastCallKeywords + 84
	54  python3                             0x0000000102522bd7 call_function + 391
	55  python3                             0x00000001025205ee _PyEval_EvalFrameDefault + 45134
	56  python3                             0x00000001025142d2 _PyEval_EvalCodeWithName + 418
	57  python3                             0x00000001023e2783 _PyFunction_FastCallKeywords + 195
	58  python3                             0x0000000102522afe call_function + 174
	59  python3                             0x00000001025205ee _PyEval_EvalFrameDefault + 45134
	60  python3                             0x00000001025142d2 _PyEval_EvalCodeWithName + 418
	61  python3                             0x00000001023e2783 _PyFunction_FastCallKeywords + 195
	62  python3                             0x0000000102522afe call_function + 174
	63  python3                             0x0000000102520778 _PyEval_EvalFrameDefault + 45528
	64  python3                             0x00000001025142d2 _PyEval_EvalCodeWithName + 418
	65  python3                             0x00000001023e2783 _PyFunction_FastCallKeywords + 195
	66  python3                             0x0000000102522afe call_function + 174
	67  python3                             0x0000000102520684 _PyEval_EvalFrameDefault + 45284
	68  python3                             0x00000001025142d2 _PyEval_EvalCodeWithName + 418
	69  python3                             0x0000000102578c40 PyRun_FileExFlags + 256
	70  python3                             0x00000001025780b7 PyRun_SimpleFileExFlags + 391
	71  python3                             0x00000001025a47ec pymain_main + 9564
	72  python3                             0x00000001023b4a9d main + 125
	73  libdyld.dylib                       0x00007fff73189cc9 start + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
[1]    3593 abort      python3 options3d.py```