Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
segfault in libtcl8.6.so when calling Tcl_SetMainLoop(Tcl_ReadlineMain); isn't called if readline is disabled.
If setting Tcl MainLoop should do:
Tcl_FindExecutable(NULL);
which fixes TCL 8.6 and should also work with older versions.