Skip Menu |

This queue is for tickets about the Net--RabbitMQ CPAN distribution.

Report information
The Basics
Id: 98696
Status: new
Priority: 0/
Queue: Net--RabbitMQ

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Segmentation fault while running 013_headers.t
$ perl5.20.1-RC2 -Mblib t/013_headers.t 1..20 ok 1 - use Net::RabbitMQ; [...] ok 17 - Received blessed headers [2] 8116 segmentation fault (core dumped) perl5.20.1-RC2 -Mblib t/013_headers.t $ gdb perl5.20.1-RC2 core [...] (gdb) bt #0 0x00007f205ff26b7a in vmg_find.isra.1 () from /opt/perl-5.20.1-RC2/lib/site_perl/5.20.1/x86_64-linux/auto/Variable/Magic/Magic.so #1 0x00007f205ff29061 in XS_Variable__Magic_cast () from /opt/perl-5.20.1-RC2/lib/site_perl/5.20.1/x86_64-linux/auto/Variable/Magic/Magic.so #2 0x00000000004a81c0 in Perl_pp_entersub () #3 0x00000000004a1033 in Perl_runops_standard () #4 0x000000000043bae9 in perl_run () #5 0x000000000041dea5 in main ()
On 2014-09-08 09:41:43, SREZIC wrote: Show quoted text
> $ perl5.20.1-RC2 -Mblib t/013_headers.t > 1..20 > ok 1 - use Net::RabbitMQ; > [...] > ok 17 - Received blessed headers > [2] 8116 segmentation fault (core dumped) perl5.20.1-RC2 -Mblib > t/013_headers.t > > $ gdb perl5.20.1-RC2 core > [...] > (gdb) bt > #0 0x00007f205ff26b7a in vmg_find.isra.1 () from /opt/perl-5.20.1- > RC2/lib/site_perl/5.20.1/x86_64-linux/auto/Variable/Magic/Magic.so > #1 0x00007f205ff29061 in XS_Variable__Magic_cast () from /opt/perl- > 5.20.1-RC2/lib/site_perl/5.20.1/x86_64- > linux/auto/Variable/Magic/Magic.so > #2 0x00000000004a81c0 in Perl_pp_entersub () > #3 0x00000000004a1033 in Perl_runops_standard () > #4 0x000000000043bae9 in perl_run () > #5 0x000000000041dea5 in main ()
This is with perl 5.20.1-RC1, but same problem exists with perl 5.14.2. With a perl 5.12.3 there was no segfault. All this was done on a Linux Mint 13 system.