The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



Thread: tcl/expect
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 03-25-2008
calsum calsum is offline
Registered User
 

Join Date: Mar 2008
Location: NJ
Posts: 19
Little background:

This is a expect-tk script which we have it on a Sun-sparc WS. The script was working fine before we upgraded the machine from solaris 9.0 to solaris 10.0. Now the script does not execute properly, as seen in the error message it does not identify the child process and above procedures fail
Code:
    (procedure "logOptions" line 45)
invoked from within
    (procedure "doExecute" line 98)
      (procedure "main" line 32)
   "main $argc $argv"
When I try to execute "exp_wait -nowait -i -1" through catch it seems to be working fine.

If you need any other information please let me know.

Last edited by Yogesh Sawant; 04-18-2008 at 01:14 AM.. Reason: added code tags
Reply With Quote