in reply to Problem with threads on Linux ES3

I would try first to run the script either without threads by modifying the code or with the debugger with the option -dt instead of -d.
I had a similar issue recently and it was related to different return codes in a network module. the script even ran under Solaris and Windows

Replies are listed 'Best First'.
Re^2: Problem with threads on Linux ES3
by srinivas_rocks (Sexton) on Feb 19, 2008 at 16:42 UTC
    so you mean to say that there is a problem with Linux ES3 system it self?

    Can you suggest any work around for it?

      You should try to minimze the problem.
      How did you install the ssh modules?
      I am working with threads on Linux on an ES4 system and Perl 5.10 wo problems.
      I doubt that the problem comes from the threads. I had problems with the threading as the runtime behaviour changed when moving from a slower Solaris machine to a faster Linux Opteron.
        Thanks for the reply
        I have installed Redhat ES4 and successfully installed all the Perl Modules required to my project

        we are facing same problem in Linux ES4 as in ES3. The threads are not returning.
        Can any one suggest any other solution?