Created
February 26, 2025 04:37
-
-
Save jmroot/6d18c0820335d6213f339398331ab06c to your computer and use it in GitHub Desktop.
tcl-tls crash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Thread 0 Crashed:: Dispatch queue: com.apple.main-thread | |
| 0 libboringssl.dylib 0x7ff8078da330 SSL_CTX_new + 192 | |
| 1 tcltls.dylib 0x104fbb85a 0x104fb8000 + 14426 | |
| 2 libtcl8.6.dylib 0x105084c3c TclNRRunCallbacks + 79 | |
| 3 libtcl8.6.dylib 0x105085af4 TclEvalEx + 1921 | |
| 4 libtcl8.6.dylib 0x105122ff5 Tcl_FSEvalFileEx + 633 | |
| 5 libtcl8.6.dylib 0x105129b5b Tcl_MainEx + 1978 | |
| 6 tclsh8.6 0x104f17a6a main + 39 | |
| 7 dyld 0x7ff801f862cd start + 1805 | |
| % otool -L /opt/local/lib/tcltls1.7.22/tcltls.dylib | |
| /opt/local/lib/tcltls1.7.22/tcltls.dylib: | |
| shared-tcltls.dylib (compatibility version 0.0.0, current version 0.0.0) | |
| /opt/local/libexec/openssl3/lib/libssl.3.dylib (compatibility version 3.0.0, current version 3.0.0) | |
| /opt/local/libexec/openssl3/lib/libcrypto.3.dylib (compatibility version 3.0.0, current version 3.0.0) | |
| /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1351.0.0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment