DINKIN / coreemu

Automatically exported from code.google.com/p/coreemu
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

GUI fails to switch session (when switching from the menu and when running a python script) #259

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

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

Attachments:

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r606.

Original comment by ahrenh...@gmail.com on 31 Oct 2014 at 6:29