Skip Menu |

This queue is for tickets about the Time-Format CPAN distribution.

Report information
The Basics
Id: 46366
Status: rejected
Priority: 0/
Queue: Time-Format

People
Owner: Nobody in particular
Requestors: vvk1987 [...] yandex.ru
Cc:
AdminCc:

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



Subject: Time::Format crashes on perl v5.8.5
At using Time::Format on perl v5.8.5 on Solaris the perl script crashes. I created simple script: #!/bin/perl -w use Time::Format qw(%time); print "$time{'mm/dd/yy hh:mm:ss'} \tIt is time!\n"; and in 'use Time::Format qw(%time);' it crashes: Segmentation Fault (core dumped) I tested this script for perl v5.6.1 and it worked well.
On Tue May 26 09:10:48 2009, vvk wrote: Show quoted text
> At using Time::Format on perl v5.8.5 on Solaris the perl script crashes. > I created simple script: > > #!/bin/perl -w > use Time::Format qw(%time); > print "$time{'mm/dd/yy hh:mm:ss'} \tIt is time!\n"; > > and in 'use Time::Format qw(%time);' it crashes: > Segmentation Fault (core dumped) > > I tested this script for perl v5.6.1 and it worked well.
Do you have Time::Format_XS installed? There was a problem in v1.02 which could cause a segfault. That was fixed in 1.03. If you don't have Time::Format_XS installed, I don't know what could be going on, and I'll need some more information. -- Eric
Cannot reproduce this bug, and I do not have sufficient information to try to narrow down the problem. Marking as "stalled".
Whoops, bugs with the "stalled" status still show up on my bug list. Marking as "rejected".