[
https://issues.apache.org/jira/browse/TS-2467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13861681#comment-13861681
]
ASF subversion and git services commented on TS-2467:
-----------------------------------------------------
Commit 8901e65da2c0affa742227b56d966f45e9d3e8a6 in branch refs/heads/5.0.x from
[~mercutio]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=8901e65 ]
TS-2467: traffic_shell doesn't work with tcl 8.6, works with 8.5
Segfault in libtcl8.6.so when calling Tcl_SetMainLoop(Tcl_ReadlineMain).
If setting Tcl MainLoop, we should call Tcl_FindExecutable(NULL),
which fixes TCL 8.6 and should also work with older versions.
> traffic_shell doesn't work with tcl 8.6, works with 8.5
> -------------------------------------------------------
>
> Key: TS-2467
> URL: https://issues.apache.org/jira/browse/TS-2467
> Project: Traffic Server
> Issue Type: Bug
> Reporter: Ben Aitchison
> Assignee: James Peach
> Priority: Minor
> Labels: traffic_shell
> Fix For: 4.2.0
>
> Attachments: fixtcl86.txt
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)