Re: tcsh hang while executing scripts which use pipes with backticks

2012-09-19 Thread Roeder Roland
After various different attempts to nail down this issue I have some hope now that I have found a fix for it. I analyzed the changes of last to current version of tcsh and found one that is related to context of the problem and somewhat suspicious as well. The change I did then was the following:

Re: tcsh hang while executing scripts which use pipes with backticks

2012-09-08 Thread Roeder Roland
Some more tests on other system configurations showed that this problem seems to be dependent on the number of available CPU-s. On systems with only 2 CPUs the problem rarely reproduces. On Systems with 8 CPUs the problem reproduces with almost every run. Maybe this is the reason why you failed

Re: tcsh hang while executing scripts which use pipes with backticks

2012-09-02 Thread Roeder Roland
I also tried using the latest snapshot. The problem reproduced with the first run for me. Any hints on what I might check to find out why we see the problem here on many different systems but you don't? Roland On Aug 27 12:46, Sunadham, Ajay Kumar wrote: We are facing a similar problem as me