Skip Menu |

This queue is for tickets about the Dancer2-Plugin-UnicodeNormalize CPAN distribution.

Report information
The Basics
Id: 100000
Status: resolved
Priority: 0/
Queue: Dancer2-Plugin-UnicodeNormalize

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

Bug Information
Severity: Important
Broken in: 0.032
Fixed in: 0.033



Subject: 01-basic.t hangs on Windows
1..3 ok 1 - Initial conditions: strings are composed differently, are not equal Show quoted text
>> Dancer2 v0.10 server 2816 listening on http://0.0.0.0:3000 >> Dancer2::Plugin::UnicodeNormalize (0.032)
(hangs) -- Alexandr Ciornii, http://chorny.net
Subject: Re: [rt.cpan.org #100000] 01-basic.t hangs on Windows
Date: Tue, 4 Nov 2014 12:27:24 +0000
To: bug-Dancer2-Plugin-UnicodeNormalize [...] rt.cpan.org
From: John Barrett <john [...] jbrt.org>
Hi Alexandr, Thanks for the report. Could you tell me your Windows version and Perl distribution so I can try to reproduce? I wonder if Windows Firewall blocks the attempt to bind the port. Regards, John. On Mon, 3 Nov 2014 16:09:19 -0500 "Alexandr Ciornii via RT" <bug-Dancer2-Plugin-UnicodeNormalize@rt.cpan.org> wrote: Show quoted text
> Mon Nov 03 16:09:19 2014: Request 100000 was acted upon. > Transaction: Ticket created by CHORNY > Queue: Dancer2-Plugin-UnicodeNormalize > Subject: 01-basic.t hangs on Windows > Broken in: 0.032 > Severity: Important > Owner: Nobody > Requestors: CHORNY@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=100000 > > > > 1..3 > ok 1 - Initial conditions: strings are composed differently, are not > equal
> >> Dancer2 v0.10 server 2816 listening on http://0.0.0.0:3000 > >> Dancer2::Plugin::UnicodeNormalize (0.032)
> (hangs) >
On Tue Nov 04 07:29:02 2014, john@jbrt.org wrote: Show quoted text
> Hi Alexandr, > > Thanks for the report. > > Could you tell me your Windows version and Perl distribution so I can > try to reproduce?
Windows XP SP3. Strawberry perl 5.18.2, 5.16.3, 5.16.0. Does not hang on 5.12.2. Show quoted text
> > I wonder if Windows Firewall blocks the attempt to bind the port.
Firewall is disabled. -- Alexandr Ciornii, http://chorny.net
same on Linux $ perl -Mblib t/01-basic.t 1..3 ok 1 - Initial conditions: strings are composed differently, are not equal Show quoted text
>> Dancer2 v0.11 server 19145 listening on http://0.0.0.0:3000 >> Dancer2::Plugin::UnicodeNormalize (0.032)
(hangs) -- Alexandr Ciornii, http://chorny.net
Subject: Re: [rt.cpan.org #100000] 01-basic.t hangs on Windows
Date: Thu, 4 Dec 2014 10:36:22 +0000
To: bug-Dancer2-Plugin-UnicodeNormalize [...] rt.cpan.org
From: John Barrett <john [...] jbrt.org>
Thanks for the update, Alexandr. I managed to install the package on Windows XP, Strawberry Perl 5.18.4.1-32bit yesterday without issue (the tests passed without issue, cpanm failed to download packages 9 times out of 10 so it has taken some time to get the dependencies installed). Genuinely stumped - not sure how to proceed currently. On Wed, 3 Dec 2014 16:08:56 -0500 "Alexandr Ciornii via RT" <bug-Dancer2-Plugin-UnicodeNormalize@rt.cpan.org> wrote: Show quoted text
> Queue: Dancer2-Plugin-UnicodeNormalize > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=100000 > > > same on Linux > > $ perl -Mblib t/01-basic.t > 1..3 > ok 1 - Initial conditions: strings are composed differently, are not > equal
> >> Dancer2 v0.11 server 19145 listening on http://0.0.0.0:3000 > >> Dancer2::Plugin::UnicodeNormalize (0.032)
> (hangs) >
Upgrading Dancer2 to latest version helps, so requiring it will prevent hanging. -- Alexandr Ciornii, http://chorny.net
Subject: Re: [rt.cpan.org #100000] 01-basic.t hangs on Windows
Date: Tue, 9 Dec 2014 11:14:06 +0000
To: bug-Dancer2-Plugin-UnicodeNormalize [...] rt.cpan.org
From: John Barrett <john [...] jbrt.org>
Thanks for tracking that down, I'll make the current version of Dancer2 the minimum required in a future release.