delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2022/05/22/15:11:29

X-Recipient: archive-cygwin AT delorie DOT com
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8A3A638387D5
Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none)
header.from=holgerdanske.com
Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=holgerdanske.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=holgerdanske.com;
s=nov-20210719-112354; t=1653246665;
bh=IGoqwYC79KAmJJ3mS8w1elbSWPUmv43RaeHnRrfIxBA=;
h=Received:Message-ID:Date:MIME-Version:User-Agent:Subject:
Content-Language:To:References:From:In-Reply-To:Content-Type:
Content-Transfer-Encoding;
b=ooXxNH3W1tNqg5dDZHDgB0xQE3J8oqn8iG/V0jp+n0Shx5dr1V+4roeEoqXRdurUa
LWjbWwV7Cugm+dA+FtlJDJRL7+5/9tX1v+zOY4TP8iD5pioI5nulveCwNUqcb/fAsK
B04G3iLdSMK5pa5ZhXSjSry/LOE91gzD9yLr099NF26ahffMq2rfQFOcGL64Vsnbzc
ROMVbRXU9AUTp2NfYzLQJV/ohKQwzP9S8P24eJna0tcwawhOUqRo2nIsimzi0uJ1GS
96yoHBidkI+q1ruz4RHJ50r+ignrOV2ZmPct6lCwDPeFjA2MRprotY3pubesLXWLhz
EkNRyFI1vdqpYwYl2DeipIslI84lpR5rZ9mPczNmW2uC+idp+ijJaVTr/tHJDHeJJj
Va2qg7zXZ8YFdWzYT85DjZstUMm4iWZWa0l8yKPS55kjFXEY629scGCfIy8smIx47R
wwado0Yq3sCxFgtM1RcTRnAICylXPOByzob3qphy+LtwqCVh4k2aHHDgE6i5RWQ1VQ
APTeAFb69EKTRVbZkzg6J1fxCh8nAUlXvo5RnX5vDqNy6h3Rv3A9Njd0qzhgYgkr+q
4a34ozBr+RhazBMgPqRV6P5gFdS9tDx5fgDNCCca6vB6VkYbRBzgPNLkpO47lSBHvB
KWQxkKcTifcBvsT2qjB+ifuE=
Message-ID: <b4ea7bca-242a-4c9c-6736-ec997f6d6877@holgerdanske.com>
Date: Sun, 22 May 2022 12:11:05 -0700
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101
Thunderbird/91.8.0
Subject: Re: Cygwin Perl has slowed in recent months
To: cygwin AT cygwin DOT com
References: <9a24b87b-e71d-9371-5d78-2b0f160adacd AT holgerdanske DOT com>
<69f7b5b2-0730-bce2-90d8-95a7fde0a15f AT t-online DOT de>
From: David Christensen <dpchrist AT holgerdanske DOT com>
In-Reply-To: <69f7b5b2-0730-bce2-90d8-95a7fde0a15f@t-online.de>
X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00, BODY_8BITS,
DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A,
SPF_HELO_PASS, SPF_PASS, TXREP,
T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on
server2.sourceware.org
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com>
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 24MJBSiT030837

On 5/21/22 10:55, Hans-Bernhard Bröker wrote:
> Am 18.05.2022 um 03:53 schrieb David Christensen:
> 
>  > I am working on a Perl module that runs on various Unix-like platforms.
>  > When I 'make test' on similar computers:
>  >
>  > FreeBSD 12.3-RELEASE         28 wallclock secs
>  > Debian GNU/Linux 11.3          31 wallclock secs
>  > macOS 11.6.2              36 wallclock secs
>  > Windows 7 / Cygwin 3.3.5-1    509 wallclock secs
> 
> Given the complete lack of information about what that Perl module of 
> yours might be doing, that's hard to have a meaningful discussion about.


Thank you for the response.  I was hoping there was a known issue. 
Apparently, not.


The above module is proprietary, so I thought I would profile some 
similar CPAN modules to generate discussion information:

2022-05-22 01:25:39 dpchrist AT dht4s3r1 ~
$ systeminfo | egrep '^OS (Name|Version)' ; uname -a ; cygcheck -c cygwin
OS Name:                   Microsoft Windows 7 Professional
OS Version:                6.1.7601 Service Pack 1 Build 7601
CYGWIN_NT-6.1-7601 dht4s3r1 3.3.5-341.x86_64 2022-05-13 12:27 UTC x86_64 
Cygwin
Cygwin Package Information
Package              Version        Status
cygwin               3.3.5-1        OK

2022-05-22 01:26:45 dpchrist AT dht4s3r1 ~
$ cpan install Devel::NYTProf
<snip>
t/50-errno.t ............. 1/8
#   Failed test '$! should not be altered by NYTProf i/o'
#   at t/50-errno.t line 58.
#          got: '0'
#     expected: '3'
# Looks like you failed 1 test of 8.
t/50-errno.t ............. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/8 subtests
<snip>
Test Summary Report
-------------------
t/50-errno.t           (Wstat: 256 Tests: 8 Failed: 1)
   Failed test:  6
   Non-zero exit status: 1
Files=55, Tests=4736, 570 wallclock secs ( 0.64 usr  1.06 sys + 104.19 
cusr 403.73 csys = 509.62 CPU)
Result: FAIL
Failed 1/55 test programs. 1/4736 subtests failed.
make: *** [Makefile:1284: test_dynamic] Error 255
   JKEENAN/Devel-NYTProf-6.11.tar.gz
   /usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
   reports JKEENAN/Devel-NYTProf-6.11.tar.gz


STFW:

https://github.com/Perl/perl5/issues/12389


Any suggestions?

David

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019