-
Notifications
You must be signed in to change notification settings - Fork 571
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Socket problems #1057
Comments
From JeffBreukelman@metronet.caI have written a script that uses Perl sockets to connect to a series of I am running Perl version 5.004_04 on Linux. The code for the SIGALRM sub SigALRMHandler{ and the code where the error occurs is as follows; while($#Routers>=0){ When Perl crashes it always does so while running the socket() function Can you tell me what's going on here? Jeff Breukelman. "If you're going to do it, do it right. If you're not going to do it right, |
From The RT System itselfSignal handlers are documented to be unreliable. |
Migrated from rt.perl.org#2008 (status was 'resolved')
Searchable as RT2008$
The text was updated successfully, but these errors were encountered: