This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients ned.deily, remyrfouquette, ronaldoussoren
Date 2022-02-01.21:19:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643750377.78.0.927058316916.issue46573@roundup.psfhosted.org>
In-reply-to
Content
The last bit of the call stack according to lldb:

* thread #2, queue = 'com.apple.main-thread', stop reason = signal SIGABRT
    frame #0: 0x000000018b3419b8 libsystem_kernel.dylib`__pthread_kill + 8
    frame #1: 0x000000018b374eb0 libsystem_pthread.dylib`pthread_kill + 288
    frame #2: 0x000000018b2b2314 libsystem_c.dylib`abort + 164
    frame #3: 0x000000018b331b50 libc++abi.dylib`abort_message + 132
    frame #4: 0x000000018b322f64 libc++abi.dylib`demangling_terminate_handler() + 332
    frame #5: 0x000000018b21a140 libobjc.A.dylib`_objc_terminate() + 144
    frame #6: 0x000000018b330ee4 libc++abi.dylib`std::__terminate(void (*)()) + 20
  * frame #7: 0x000000018b333c5c libc++abi.dylib`__cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception*) + 36
    frame #8: 0x000000018b333c08 libc++abi.dylib`__cxa_throw + 140
    frame #9: 0x000000018b2118dc libobjc.A.dylib`objc_exception_throw + 352
    frame #10: 0x000000018b5531a0 CoreFoundation`-[NSObject(NSObject) doesNotRecognizeSelector:] + 144
    frame #11: 0x000000018b420360 CoreFoundation`___forwarding___ + 1728
    frame #12: 0x000000018b41fbe0 CoreFoundation`_CF_forwarding_prep_0 + 96
    frame #13: 0x0000000102388a1c libtk8.6.dylib`GetRGBA + 64
    frame #14: 0x00000001023884a8 libtk8.6.dylib`SetCGColorComponents + 140
    frame #15: 0x00000001023888e0 libtk8.6.dylib`TkpGetColor + 544
    frame #16: 0x00000001022ea454 libtk8.6.dylib`Tk_GetColor + 220
    frame #17: 0x00000001022ddaa0 libtk8.6.dylib`Tk_Get3DBorder + 204
    frame #18: 0x00000001022dd8ac libtk8.6.dylib`Tk_Alloc3DBorderFromObj + 144
    frame #19: 0x00000001022eb810 libtk8.6.dylib`DoObjConfig + 832
    frame #20: 0x00000001022eb3cc libtk8.6.dylib`Tk_InitOptions + 348
    frame #21: 0x00000001022eb2c8 libtk8.6.dylib`Tk_InitOptions + 88
    frame #22: 0x0000000102312cf0 libtk8.6.dylib`CreateFrame + 1448
    frame #23: 0x0000000102312fe8 libtk8.6.dylib`TkListCreateFrame + 156
    frame #24: 0x000000010230bec0 libtk8.6.dylib`Initialize + 1848
    frame #25: 0x000000010026a2d4 _tkinter.cpython-310-darwin.so`Tcl_AppInit + 92
    frame #26: 0x0000000100269f6c _tkinter.cpython-310-darwin.so`Tkapp_New + 548
    frame #27: 0x0000000100269d44 _tkinter.cpython-310-darwin.so`_tkinter_create_impl + 268
    frame #28: 0x000000010026997c _tkinter.cpython-310-darwin.so`_tkinter_create + 240
    frame #29: 0x0000000100bf71f0 Python`cfunction_vectorcall_FASTCALL + 88
History
Date User Action Args
2022-02-01 21:19:37ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, remyrfouquette
2022-02-01 21:19:37ronaldoussorensetmessageid: <1643750377.78.0.927058316916.issue46573@roundup.psfhosted.org>
2022-02-01 21:19:37ronaldoussorenlinkissue46573 messages
2022-02-01 21:19:37ronaldoussorencreate