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:references:message-id:date:from:reply-to :subject:to:in-reply-to:mime-version:content-type; q=dns; s= default; b=u7+aEjWSRYeAPERpzFioR8Lseny9Zb8OrSlDH8EHkmGp/yI3BCd5o Bofk4HGlaAkv68vC8Rfz9g3pyI6B+h4lAI77BOzbKRzDD5Geh6TGurMH0v7q+IsV 7PEj83TK06/fjpuidhMi9K0xDNtrzzTUDL8lQ46Ttb0zkchxiEpEDI= 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:references:message-id:date:from:reply-to :subject:to:in-reply-to:mime-version:content-type; s=default; bh=mhmnPJlgG5GRMVDYfxI+sU1etWA=; b=wDfeyshWc87DiStu5Jpq/k/o0QQN Q40MUb1wLHuib6j+Cb4zgR+qh6d+Smk8nKmR/bQmR6+6MrUUYTihNAMfei22n/6C 0HxZ335D9EtN1hCSk/4v3ySYeAmAdnY3FUj+nnZ/aNgimylkqjZ2HN7czfSSuBKa +9Cd2F4zR84t2DI= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,FREEMAIL_REPLYTO_END_DIGIT,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=no version=3.3.2 X-HELO: nm37-vm8.bullet.mail.bf1.yahoo.com 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> Message-ID: <1413582729.36005.YahooMailNeo@web162802.mail.bf1.yahoo.com> Date: Fri, 17 Oct 2014 14:52:09 -0700 From: John Wiersba Reply-To: John Wiersba Subject: cygcheck -s segfaults in cygwin64 on Win7Pro-64 To: "cygwin AT cygwin DOT com" In-Reply-To: <54411638.2000104@cs.umass.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes 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 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 GNU gdb (GDB) 7.8 Copyright (C) 2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-pc-cygwin". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from cygcheck...(no debugging symbols found)...done. (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) 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