Skip Menu |

This queue is for tickets about the Test-MockTime CPAN distribution.

Report information
The Basics
Id: 120169
Status: resolved
Priority: 0/
Queue: Test-MockTime

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

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



CC: ESAYM [...] cpan.org
Subject: Fails with ESAYM/Time-Piece-1.31_02.tar.gz
As per subject. Sample fail report: http://www.cpantesters.org/cpan/report/77180533 There are other fails besides those with Time-Piece-1.31_02, but all reports generated with 1.31_02 ended failing on t/string-time.t. I picked one failing smoker and let gdb print out the stack trace: Program terminated with signal SIGSEGV, Segmentation fault. #0 0x00007f8e92728ebf in XS_Time__Piece__strptime (cv=<optimized out>) at Piece.xs:1037 1037 Piece.xs: No such file or directory. (gdb) bt #0 0x00007f8e92728ebf in XS_Time__Piece__strptime (cv=<optimized out>) at Piece.xs:1037 #1 0x000055f6372536b8 in Perl_pp_entersub () at pp_hot.c:3987 #2 0x000055f63724bff3 in Perl_runops_standard () at run.c:41 #3 0x000055f6371dd096 in S_run_body (oldscope=1) at perl.c:2483 #4 perl_run (my_perl=<optimized out>) at perl.c:2406 #5 0x000055f6371ba32f in main (argc=<optimized out>, argv=<optimized out>, env=<optimized out>) at perlmain.c:116 HTH&&Thanks,
Subject: Re: [rt.cpan.org #120169] Fails with ESAYM/Time-Piece-1.31_02.tar.gz
Date: Fri, 10 Feb 2017 10:58:43 -0600
To: bug-Test-MockTime [...] rt.cpan.org
From: Samuel Smith <leon36 [...] gmail.com>
On 02/10/2017 07:29 AM, Andreas Koenig via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=120169 > > > As per subject. Sample fail report: > > http://www.cpantesters.org/cpan/report/77180533 > > There are other fails besides those with Time-Piece-1.31_02, but all reports generated with 1.31_02 ended failing on t/string-time.t. > > I picked one failing smoker and let gdb print out the stack trace: > > Program terminated with signal SIGSEGV, Segmentation fault. > #0 0x00007f8e92728ebf in XS_Time__Piece__strptime (cv=<optimized out>) > at Piece.xs:1037 > 1037 Piece.xs: No such file or directory. > (gdb) bt > #0 0x00007f8e92728ebf in XS_Time__Piece__strptime (cv=<optimized out>) > at Piece.xs:1037 > #1 0x000055f6372536b8 in Perl_pp_entersub () at pp_hot.c:3987 > #2 0x000055f63724bff3 in Perl_runops_standard () at run.c:41 > #3 0x000055f6371dd096 in S_run_body (oldscope=1) at perl.c:2483 > #4 perl_run (my_perl=<optimized out>) at perl.c:2406 > #5 0x000055f6371ba32f in main (argc=<optimized out>, argv=<optimized out>, > env=<optimized out>) at perlmain.c:116 > > > HTH&&Thanks, >
Thanks for the trace. I still have a few more changes to make before I push out an official release. I will look into this failure as well. Regards,
On Sat Feb 11 03:59:07 2017, leon36@gmail.com wrote: Show quoted text
> On 02/10/2017 07:29 AM, Andreas Koenig via RT wrote:
> > <URL: https://rt.cpan.org/Ticket/Display.html?id=120169 > > > > > As per subject. Sample fail report: > > > > http://www.cpantesters.org/cpan/report/77180533 > > > > There are other fails besides those with Time-Piece-1.31_02, but all > > reports generated with 1.31_02 ended failing on t/string-time.t. > > > > I picked one failing smoker and let gdb print out the stack trace: > > > > Program terminated with signal SIGSEGV, Segmentation fault. > > #0 0x00007f8e92728ebf in XS_Time__Piece__strptime (cv=<optimized
> > out>)
> > at Piece.xs:1037 > > 1037 Piece.xs: No such file or directory. > > (gdb) bt > > #0 0x00007f8e92728ebf in XS_Time__Piece__strptime (cv=<optimized
> > out>)
> > at Piece.xs:1037 > > #1 0x000055f6372536b8 in Perl_pp_entersub () at pp_hot.c:3987 > > #2 0x000055f63724bff3 in Perl_runops_standard () at run.c:41 > > #3 0x000055f6371dd096 in S_run_body (oldscope=1) at perl.c:2483 > > #4 perl_run (my_perl=<optimized out>) at perl.c:2406 > > #5 0x000055f6371ba32f in main (argc=<optimized out>, argv=<optimized
> > out>,
> > env=<optimized out>) at perlmain.c:116 > > > > > > HTH&&Thanks, > >
> > Thanks for the trace. I still have a few more changes to make before I > push out an official release. I will look into this failure as well. > > Regards,
Not sure this relates to code in Test::MockTime