You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/02/04 16:02:11 UTC

[jira] [Commented] (TS-2467) traffic_shell doesn't work with tcl 8.6, works with 8.5

    [ https://issues.apache.org/jira/browse/TS-2467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13890751#comment-13890751 ] 

ASF subversion and git services commented on TS-2467:
-----------------------------------------------------

Commit a9a7ba63982401cc303d8a4e4b3ffc1e49239f1a in branch refs/heads/4.1.x from [~mercutio]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=a9a7ba6 ]

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.

Conflicts:
	CHANGES


> 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)