Skip Menu |

This queue is for tickets about the RPC-Serialized CPAN distribution.

Report information
The Basics
Id: 64291
Status: rejected
Priority: 0/
Queue: RPC-Serialized

People
Owner: OLIVER [...] cpan.org
Requestors: OLIVER [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: fixes from Jerome Bolliet
- On HP-UX 11, some time, the socket return error code 32, generating an exception 'Failed to read data' - Where the socket generate a timeout, the server crash in Data::Serializer (like previous problem) For the first one, i have exclude the error code 32 -- Lines 119-120 throw_system "Failed to read data: $!" if $io->error && $io->error != 32; -- For the second problem, i check if $data is an exception or not -- Line 86 throw_system $data->{EXCEPTION}->{MESSAGE} if ( defined $data->{EXCEPTION} ); -- regards, oliver.