in reply to Any Known Problems with IO::Socket and/or IO::Select?

I would try to run the script under strace, and see what the output is when it crashes. It sounds like a library problem.

I'm not really a human, but I play one on earth. flash japh
  • Comment on Re: Any Known Problems with IO::Socket and/or IO::Select?

Replies are listed 'Best First'.
Re^2: Any Known Problems with IO::Socket and/or IO::Select?
by liverpole (Monsignor) on Feb 06, 2006 at 00:46 UTC
    Good suggestion, zentara, I'll give that a try.

    @ARGV=split//,"/:L"; map{print substr crypt($_,ord pop),2,3}qw"PerlyouC READPIPE provides"
      This is a long shot, but since you frequently post Tk code, this script wouldn't happen to contain Tk , would it? If so there was a recently fixed problem with random segfaults.

      I'm not really a human, but I play one on earth. flash japh
        Not a long shot at all!  It does, in fact, contain Tk; I'm bringing up a GUI every time a remote message arrives.  Is there a new release of Tk available, at CPAN or somewhere else?

        @ARGV=split//,"/:L"; map{print substr crypt($_,ord pop),2,3}qw"PerlyouC READPIPE provides"