Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 93192
Status: resolved
Priority: 0/
Queue: Bloomd-Client

People
Owner: Nobody in particular
Requestors: andreas.lewitzki [...] bredband.com
Cc:
AdminCc:

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



Subject: Segmentation Fault under threads
Date: Thu, 20 Feb 2014 14:49:47 +0000
To: "bug-Bloomd-Client [...] rt.cpan.org" <bug-Bloomd-Client [...] rt.cpan.org>
From: "Lewitzki Andreas (Telenor Sverige AB)" <andreas.lewitzki [...] bredband.com>
Segmentation Fault when under threads.. Environment.. perl 5, version 18, subversion 2 (v5.18.2) built for x86_64-linux-thread-multi Simple reproduction.. $ perl -MBloomd::Client -Mthreads -e 'threads->create(sub{Bloomd::Client->new()})->join' Segmentation fault (core dumped) Possible workaround.. I actually solved it by removing Method::Signatures and turning all "methods" into old-school sub's. Regards Andreas Lewitzki
On Thu Feb 20 09:50:16 2014, andreas.lewitzki@bredband.com wrote: Show quoted text
> Segmentation Fault when under threads.. > > Environment.. > perl 5, version 18, subversion 2 (v5.18.2) built for x86_64-linux- > thread-multi > > Simple reproduction.. > $ perl -MBloomd::Client -Mthreads -e 'threads-
> >create(sub{Bloomd::Client->new()})->join'
> Segmentation fault (core dumped) > > Possible workaround.. > I actually solved it by removing Method::Signatures and turning all > "methods" into old-school sub's.
Nice, thanks for the workaround. I'll do that :) Show quoted text
> > Regards > Andreas Lewitzki
fixed in 0.26