expect - interact hangs - TCL

This is a discussion on expect - interact hangs - TCL ; I posted an earlier message with regard to this - no response, so I'll minimize the question. After executing a series of send and expect commands, I return control to the user via interact. Shortly thereafter, the process hangs the ...

+ Reply to Thread
Results 1 to 2 of 2

expect - interact hangs

  1. Default expect - interact hangs

    I posted an earlier message with regard to this - no response, so I'll minimize the question.

    After executing a series of send and expect commands, I return control to the user via interact.
    Shortly thereafter, the process hangs the user session, with a random number of bytes
    passing through the session, never the same amount.

    Is there some explicit setup that must be done prior to issuing interact?

  2. Default Re: expect - interact hangs

    On Jul 11, 7:31 am, rhsmith52 <rhsmit...@comcast.net> wrote:

    > After executing a series of send and expect commands, I return control to the user via interact.
    > Shortly thereafter, the process hangs the user session, with a random number of bytes
    > passing through the session, never the same amount.
    >
    > Is there some explicit setup that must be done prior to issuing interact?


    There's no limit of which I am aware.

    Have you tried reducing your application until you narrow down what
    specific part of the code seems associated with the hanging situation?

    Is there any pattern to the actions the user is performing when the
    hanging occurs?


+ Reply to Thread

Similar Threads

  1. Possible expect bug: interact closes stdout
    By Application Development in forum TCL
    Replies: 0
    Last Post: 11-30-2007, 02:02 PM
  2. Replies: 7
    Last Post: 10-21-2007, 06:06 PM
  3. Re: expect - interact hangs
    By Application Development in forum TCL
    Replies: 0
    Last Post: 07-11-2007, 05:16 PM
  4. Expect script hangs after interact call
    By Application Development in forum TCL
    Replies: 0
    Last Post: 07-03-2007, 06:22 PM
  5. Expect - hangs when called from a nested procedure.
    By Application Development in forum TCL
    Replies: 4
    Last Post: 05-22-2007, 05:24 PM