Skip Menu |

This queue is for tickets about the Net-DNS CPAN distribution.

Report information
The Basics
Id: 113020
Status: resolved
Priority: 0/
Queue: Net-DNS

People
Owner: Nobody in particular
Requestors: dwheeler [...] cpan.org
Cc: nick [...] cpanel.net
AdminCc:

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



Subject: Resolve::Recurse Hangs
Date: Mon, 14 Mar 2016 14:04:29 -0700
To: bug-net-dns [...] rt.cpan.org
From: "David E. Wheeler" <dwheeler [...] cpan.org>
Noticed this when running tests: One some boxes, t/08-recurse.t hangs forever, sometimes after test 1, other times after test 7. Using Perl 5.20. Here’s a one-liner: perl -Ilib -MNet::DNS::Resolver::Recurse -E 'Net::DNS::Resolver::Recurse->new->query_dorecursion( "www.net-dns.org", "A" )' I can’t figure out what it’s problem is. It doesn’t *alway* hang, and on some boxes I have, it never hangs. But it does on my Mac (OS X 10.11.2 El Capitan) and on our CentOS 7 VMs. Is there some way to get that test to time out and skip if it times out?
From: rwfranks [...] acm.org
On Mon Mar 14 17:04:45 2016, DWHEELER wrote: Show quoted text
> Noticed this when running tests: One some boxes, t/08-recurse.t hangs > forever, sometimes after test 1, other times after test 7. Using Perl > 5.20. Here’s a one-liner: > > perl -Ilib -MNet::DNS::Resolver::Recurse -E > 'Net::DNS::Resolver::Recurse->new->query_dorecursion( "www.net- > dns.org", "A" )' > > I can’t figure out what it’s problem is. It doesn’t *alway* hang, and > on some boxes I have, it never hangs. But it does on my Mac (OS X > 10.11.2 El Capitan) and on our CentOS 7 VMs. Is there some way to get > that test to time out and skip if it times out?
I am unable to repeat your observation on my dev kit, and have a feeling that this may be another manifestation of RT#112860. Do any of your boxes fail reliably? Is there any correlation of the failing boxes with those exhibiting RT#112860? Have you the time and inclination to help get to the bottom of this?
Subject: Re: [rt.cpan.org #113020] Resolve::Recurse Hangs
Date: Tue, 15 Mar 2016 14:02:04 -0700
To: bug-Net-DNS [...] rt.cpan.org
From: "David E. Wheeler" <dwheeler [...] cpan.org>
On Mar 15, 2016, at 9:25 AM, Dick Franks via RT <bug-Net-DNS@rt.cpan.org> wrote: Show quoted text
> I am unable to repeat your observation on my dev kit, and have a feeling that this may be another manifestation of RT#112860.
Could be. Show quoted text
> Do any of your boxes fail reliably?
Yes. Show quoted text
> Is there any correlation of the failing boxes with those exhibiting RT#112860?
I don’t think so. All of them exhibited RT-112860; only a subset exhibits RT-113020. Show quoted text
> Have you the time and inclination to help get to the bottom of this?
Sure. What do you need me to do? D
From: rwfranks [...] acm.org
On Tue Mar 15 17:02:23 2016, DWHEELER wrote: Show quoted text
> On Mar 15, 2016, at 9:25 AM, Dick Franks via RT <bug-Net- > DNS@rt.cpan.org> wrote:
Show quoted text
> > Is there any correlation of the failing boxes with those exhibiting > > RT#112860?
> > I don’t think so. All of them exhibited RT-112860; only a subset > exhibits RT-113020. >
I guess we should focus on 112860. Show quoted text
> Sure. What do you need me to do?
Not sure yet, but I will think about it and cook a patch
From: rwfranks [...] acm.org
On 25 March 2016 at 00:48, David E. Wheeler <dwheeler@cpan.org> wrote: On Mar 24, 2016, at 12:24 PM, Dick Franks <rwfranks@acm.org> wrote: Show quoted text
> 1.05_02 uploaded to CPAN.
Oh yeah, look at that! All tests successful. Files=106, Tests=2996, 54 wallclock secs ( 0.74 usr 0.21 sys + 10.26 cusr 1.09 csys = 12.30 CPU) Result: PASS
Fixed in upcoming 1.06 release