in reply to Re^2: Any Known Problems with IO::Socket and/or IO::Select?
in thread Any Known Problems with IO::Socket and/or IO::Select?

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
  • Comment on Re^3: Any Known Problems with IO::Socket and/or IO::Select?

Replies are listed 'Best First'.
Re^4: Any Known Problems with IO::Socket and/or IO::Select?
by liverpole (Monsignor) on Feb 06, 2006 at 13:15 UTC
    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"
      See Possible Tk segfault bugfix. The randomness comes from a button press on any Gtk2 app causes Tk to segfault. There is an easy patch. The latest source code may have the patch incorporated.

      I'm not really a human, but I play one on earth. flash japh