Skip Menu |

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

Report information
The Basics
Id: 68636
Status: open
Priority: 0/
Queue: Tk-Date

People
Owner: Nobody in particular
Requestors: m_gambhir [...] yahoo.com
Cc:
AdminCc:

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



Create a widget of type Tk::Date. Enter date as 1, month as 50 (basically a large value) and year as 1. Now press the down button for date (that calculates date down one at a time). Perl dumps core (This was tries on Cygwin with perl version 5.10.1 and Tk version 804.029
On 2011-06-03 14:03:29, mgambhir wrote: Show quoted text
> Create a widget of type Tk::Date. Enter date as 1, month as 50 > (basically a large value) and year as 1. Now press the down button for > date (that calculates date down one at a time). Perl dumps core > > (This was tries on Cygwin with perl version 5.10.1 and Tk version > 804.029
I can reproduce it also on a Linux system with Tk 804.030. It seems to be some kind of endless loop eating too much memory. Will look into it. Regards, Slaven