Skip Menu |

This queue is for tickets about the Template-Alloy-XS CPAN distribution.

Report information
The Basics
Id: 95102
Status: new
Priority: 0/
Queue: Template-Alloy-XS

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

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



Subject: Core dumps while running test suite
The overview on http://matrix.cpantesters.org/?dist=Template-Alloy-XS+1.004 shows quite a lot test failures with this distribution. It looks like the error is caused by a segmentation fault. gdb shows the following (sorry, no debugging perl in use): #0 0x00007f39ba3725a4 in XS_Template__Alloy__XS_play_expr () from /home/eserte/.cpan/build/Template-Alloy-XS-1.004-DeVrOy/blib/arch/auto/Template/Alloy/XS/XS.so Regards, Slaven
On 2014-04-27 15:54:47, SREZIC wrote: Show quoted text
> The overview on http://matrix.cpantesters.org/?dist=Template-Alloy- > XS+1.004 shows quite a lot test failures with this distribution. > > It looks like the error is caused by a segmentation fault. gdb shows > the following (sorry, no debugging perl in use): > > #0 0x00007f39ba3725a4 in XS_Template__Alloy__XS_play_expr () from > /home/eserte/.cpan/build/Template-Alloy-XS-1.004- > DeVrOy/blib/arch/auto/Template/Alloy/XS/XS.so >
More information with a debugging perl: Program received signal SIGSEGV, Segmentation fault. 0x00000008020073d5 in XS_Template__Alloy__XS_play_expr (cv=0x9c36a8) at XS.xs:603 603 if (sv_defined(type) && sv_eq(type, sv_2mortal(newSVpv("item", 0)))) { (gdb) p type $1 = (SV *) 0xb
On 2015-04-29 03:03:31, SREZIC wrote: Show quoted text
> On 2014-04-27 15:54:47, SREZIC wrote:
> > The overview on http://matrix.cpantesters.org/?dist=Template-Alloy- > > XS+1.004 shows quite a lot test failures with this distribution. > > > > It looks like the error is caused by a segmentation fault. gdb shows > > the following (sorry, no debugging perl in use): > > > > #0 0x00007f39ba3725a4 in XS_Template__Alloy__XS_play_expr () from > > /home/eserte/.cpan/build/Template-Alloy-XS-1.004- > > DeVrOy/blib/arch/auto/Template/Alloy/XS/XS.so > >
> > More information with a debugging perl: > > Program received signal SIGSEGV, Segmentation fault. > 0x00000008020073d5 in XS_Template__Alloy__XS_play_expr (cv=0x9c36a8) > at XS.xs:603 > 603 if (sv_defined(type) && sv_eq(type, > sv_2mortal(newSVpv("item", 0)))) { > (gdb) p type > $1 = (SV *) 0xb
A patch to fix the problem may be found at http://cpan.cpantesters.org/authors/id/S/SR/SREZIC/patches/Template-Alloy-XS-1.004-RT95102.patch