Skip Menu |

This queue is for tickets about the Socket CPAN distribution.

Report information
The Basics
Id: 75679
Status: resolved
Priority: 0/
Queue: Socket

People
Owner: Nobody in particular
Requestors: jean [...] veronis.fr
Cc:
AdminCc:

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



Subject: Socket::MSG_NOSIGNAL
I used Beanstalk::Client with no problem until I upgraded Socket. Beanstalk::Client has the following line : eval {Socket::MSG_NOSIGNAL()} This causes a crash, not trapped by eval: perl -e 'use Socket; eval {Socket::MSG_NOSIGNAL()}' Attempt to free unreferenced scalar: SV 0x1008034e0. Coul you please help? Thanks! --jv
Duplicate of RT#75678 -- Paul Evans