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.