Skip Menu |

This queue is for tickets about the Date-Manip CPAN distribution.

Report information
The Basics
Id: 118862
Status: resolved
Priority: 0/
Queue: Date-Manip

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

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



CC: ANDK [...] cpan.org
Subject: Panic with perl 5.25.7
t/date.list_events.1.t suite fails with perl 5.25.7 (seen on debian & freebsd systems): ... panic: attempt to copy freed scalar 2fa1b08 to 300dd08 at t/date.list_events.1.t line 25. t/date.list_events.1.t .................... Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run ... @Andreas: this looks like a bisect candidate.
CC: ANDK [...] cpan.org
Subject: Re: [rt.cpan.org #118862] Panic with perl 5.25.7
Date: Mon, 21 Nov 2016 19:45:24 +0100
To: "Slaven_Rezic via RT" <bug-Date-Manip [...] rt.cpan.org>
From: Andreas Koenig <andreas.koenig.7os6VVqR [...] franz.ak.mind.de>
Show quoted text
>>>>> On Mon, 21 Nov 2016 02:32:42 -0500, "Slaven_Rezic via RT" <bug-Date-Manip@rt.cpan.org> said:
Show quoted text
> @Andreas: this looks like a bisect candidate.
Already a BBC: https://rt.perl.org/Ticket/Display.html?id=130132 -- andreas
As this is a bug in perl rather than Date::Manip, I'm going to close this ticket, but thanks for pointing this out. A workaround is trivial for me... change: ($d,@name) = @$d; to ($x,@name) = @$d; in the test script, so I'll do that so that tests will work.