Skip Menu |

This queue is for tickets about the Beanstalk-Client CPAN distribution.

Report information
The Basics
Id: 75680
Status: rejected
Priority: 0/
Queue: Beanstalk-Client

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

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



Subject: Socket::MSG_NOSIGNAL crashes
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
Subject: Re: [rt.cpan.org #75680] Socket::MSG_NOSIGNAL crashes
Date: Sat, 10 Mar 2012 18:01:38 -0600
To: "bug-Beanstalk-Client [...] rt.cpan.org" <bug-Beanstalk-Client [...] rt.cpan.org>
From: Graham Barr <gbarr [...] pobox.com>
Show quoted text
> perl -e 'use Socket; eval {Socket::MSG_NOSIGNAL()}' > Attempt to free unreferenced scalar: SV 0x1008034e0. >
As this bug is not specific to Beanstalk::Client but in a core module. You should report this as a Perl bug. Graham.