Skip Menu |

This queue is for tickets about the Win32-IPC CPAN distribution.

Report information
The Basics
Id: 107537
Status: open
Priority: 0/
Queue: Win32-IPC

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

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



Subject: test 00-all_prereqs.t somtimes hangs
But only with "Build test", "prove -b" does not hang. If I remove large "while (<META>) {" cycle, it also does not hang. -- Alexandr Ciornii, http://chorny.net
Are "prove" and "Build" using the same copy of Perl? What happens if you "Build test --verbose=1"? It's not surprising that taking out the <META> loop removes the hang, since that's basically the entire test. It's loading every module in the prerequisites; it's probable that one of them is hanging. But the only things it should be loading are Carp, Exporter, and XSLoader. Of those, I guess the most likely to hang is XSLoader, but it's still surprising.
On Sun Oct 04 12:43:04 2015, CJM wrote: Show quoted text
> Are "prove" and "Build" using the same copy of Perl?
yes Show quoted text
> What happens if you "Build test --verbose=1"?
Same - does not print anything. With SET AUTOMATED_TESTING=1: # Listing %INC # Carp 1.32 # Exporter 5.68 # XSLoader 0.16 # strict 1.07 # warnings 1.18 (hangs) tested Strawberry perl 5.12.2 and 5.18.2. -- Alexandr Ciornii, http://chorny.net