can not find channel named "sock92a9a10"
while executing
"puts -nonewline $channel $msgh$msg1$msg2$msg3$msg4$msg5$msg6"
(procedure "sendSessionMessage" line 84)
invoked from within
"sendSessionMessage $channel $flags $sid $name $f $nodecount $thumb $user"
(procedure "connectShutdownSession" line 29)
invoked from within
"connectShutdownSession $cmd $channel $sid $fn"
(procedure "sessionConfig" line 20)
invoked from within
"sessionConfig connect .popupSessionConfig sock92a9a10"
(command bound to event)
My knowledge of TCL is limited, but I tracked it down to "sessionConfig
connect" trying to reuse a closed channel. Forcing a new channel with -1
seems to work, but a better solution can probably be found. See
connect-channel.diff for my workaround.
From:
http://pf.itd.nrl.navy.mil/pipermail/core-users/2014-August/001641.html
Original issue reported on code.google.com by ahrenh...@gmail.com on 21 Aug 2014 at 2:35
Original issue reported on code.google.com by
ahrenh...@gmail.com
on 21 Aug 2014 at 2:35Attachments: