delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2014/10/18/00:00:00

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:message-id:date:from:mime-version:to:subject
:references:in-reply-to:content-type:content-transfer-encoding;
q=dns; s=default; b=uH5d7gHHG8TlIOWVtd8LsjW04+nM8vayrlcPn0UwNbc
+FEnEVGOS6Ok7hGxtCB/HD4RCcVtRyzBBCBGDx5940MABocOrtjjEZiwntkR3pVT
p4JSoKAhGDMY0dhpI9xunMgzso8GXhZ2uCJKGMnJ3F98sGi53i24QQkV9ewCXJ5g
=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:message-id:date:from:mime-version:to:subject
:references:in-reply-to:content-type:content-transfer-encoding;
s=default; bh=H5V0cE2zUH8AXrF7ho8FFlken1Y=; b=fMdwO3qkSydQOTbwW
k0OAVNx0JIUGGtzUWWNNqH4PukzzkLjTxssGli41P6Tw7t+14H+5HVV7GLybtbLv
JoOASVC5LJqa9dYr5rNYet3nxUV8d3mBrvJQIn0DlqDWi46Esg/EeTTYKbPIMvHQ
dbBtPgM+Iidk53zuBwvlPIU0Io=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-wi0-f175.google.com
X-Received: by 10.180.74.239 with SMTP id x15mr3496111wiv.0.1413604777318; Fri, 17 Oct 2014 20:59:37 -0700 (PDT)
Message-ID: <5441E5A2.1050506@gmail.com>
Date: Sat, 18 Oct 2014 05:59:30 +0200
From: Marco Atzeri <marco DOT atzeri AT gmail DOT com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0
MIME-Version: 1.0
To: cygwin AT cygwin DOT com
Subject: Re: cygcheck -s segfaults in cygwin64 on Win7Pro-64
References: <1413488630 DOT 82429 DOT YahooMailNeo AT web162806 DOT mail DOT bf1 DOT yahoo DOT com> <544055FF DOT 2030604 AT cs DOT umass DOT edu> <1413517183 DOT 86611 DOT YahooMailNeo AT web162801 DOT mail DOT bf1 DOT yahoo DOT com> <1413517863 DOT 36122 DOT YahooMailNeo AT web162806 DOT mail DOT bf1 DOT yahoo DOT com> <54411638 DOT 2000104 AT cs DOT umass DOT edu> <1413582729 DOT 36005 DOT YahooMailNeo AT web162802 DOT mail DOT bf1 DOT yahoo DOT com>
In-Reply-To: <1413582729.36005.YahooMailNeo@web162802.mail.bf1.yahoo.com>
X-IsSubscribed: yes

On 10/17/2014 11:52 PM, John Wiersba wrote:
> With a 3-week-old (i.e. recent) install of cygwin, which otherwise functions well:
>
> $ uname -a
> CYGWIN_NT-6.1 DESKTOP-NAME 1.7.32(0.274/5/3) 2014-08-13 23:06 x86_64 Cygwin
>
>
>
> $ PATH=/bin:/usr/bin cygcheck -s
> Cygwin Configuration Diagnostics
> Current System Time: Fri Oct 17 17:37:27 2014
> Windows 7 Professional Ver 6.1 Build 7601 Service Pack 1
> Path:   D:\cygwin\bin
>          D:\cygwin\bin
> Segmentation fault
>

it works fine here
$ PATH=/bin:/usr/bin cygcheck -s

Cygwin Configuration Diagnostics
Current System Time: Sat Oct 18 04:49:42 2014

Windows 7 Professional Ver 6.1 Build 7601 Service Pack 1

Path:   E:\cygwin64\bin
         E:\cygwin64\bin

Output from E:\cygwin64\bin\id.exe
...
zlib0                                 1.2.8-1                OK

also from CMD prompt no issue.

> Also, I notice that when PATH has no :, cygcheck prints bogus information:
> $ PATH=/bin cygcheck -s
>
> Cygwin Configuration Diagnostics
> Current System Time: Fri Oct 17 17:38:27 2014
> Windows 7 Professional Ver 6.1 Build 7601 Service Pack 1
> Path:   D
>          \cygwin\bin
> Segmentation fault
>
>
> Running under gdb:
>
> $ PATH=/bin gdb cygcheck
[cut]
> (gdb) r -s
> Starting program: /bin/cygcheck -s
> [New Thread 5492.0x11ec]
>
> Cygwin Configuration Diagnostics
> Current System Time: Fri Oct 17 17:46:49 2014
>
> Windows 7 Professional Ver 6.1 Build 7601 Service Pack 1
>
> Path:   D
>          \cygwin\bin
> [Inferior 1 (process 5492) exited with code 030000000005]
> (gdb)
>

BLODA ?

>
> All of this was in preparation for reporting another problem with run.exe (which flashes a console window instead of hiding it).
>
> Thanks!



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

- Raw text -


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