www.delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-SWARE-Spam-Status: | No, hits=-1.8 required=5.0 tests=AWL,BAYES_00 |
X-Spam-Check-By: | sourceware.org |
Cc: | Denis Excoffier <Denis DOT Excoffier AT free DOT fr> |
Message-Id: | <5C9B4EF4-C83E-4D45-93C6-F6079B756F88@free.fr> |
From: | Denis Excoffier <Denis DOT Excoffier AT free DOT fr> |
To: | cygwin AT cygwin DOT com |
In-Reply-To: | <20091019093631.GA3986@calimero.vinschen.de> |
Mime-Version: | 1.0 (Apple Message framework v936) |
Subject: | Re: 1.7.0-62: segfault when PATH is not set |
Date: | Mon, 19 Oct 2009 21:18:10 +0200 |
References: | <FE6D94EE-6C4A-43C8-B373-F2681925AF32 AT free DOT fr> <20091019093631 DOT GA3986 AT calimero DOT vinschen DOT de> |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT 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 |
On 2009-10-19 11:36, Corinna Vinschen wrote: > On Oct 17 04:33, Denis Excoffier wrote: >> Hello, >> >> I've installed all the Cygwin-1.7.0 packages uptodate, on my >> Windows XP >> machine. >> I do experience a segmentation fault whenever i launch a program >> when the >> PATH is not set. >> >> When PATH is badly set (but set), nothing happens (and the result >> is OK). >> >> See below how to reproduce. When i switch back to 1.7.0-61, the >> problem >> disappears. On a Windows 2000 machine, the same happens. >> >> Thank you to spend a little time to take my problem into >> consideration. >> >> Denis Excoffier. >> >> jupiter% uname -a >> CYGWIN_NT-5.1 JUPITER 1.7.0(0.214/5/3) 2009-10-03 14:33 i686 Cygwin >> jupiter% date --version | head -1 >> date (GNU coreutils) 7.0 >> jupiter% env --version | head -1 >> env (GNU coreutils) 7.0 >> jupiter% env - PATH=/usr/bin /usr/bin/date >> Fri Oct 16 17:26:37 RDT 2009 >> jupiter% env - PATH=/nonexistent /usr/bin/date >> Fri Oct 16 17:26:37 RDT 2009 >> jupiter% env - PATHOS=/nonexistent /usr/bin/date >> Segmentation fault (core dumped) > > Strange. I can't reproduce this: > > $ env - PATHOS=/dqd /usr/bin/date > Mon Oct 19 11:26:46 WEDT 2009 > > $ env - PATHOS=/nonexistent /usr/bin/env > PATHOS=/nonexistent > SYSTEMROOT=C:\Windows > WINDIR=C:\Windows > You're right, it seems that LC_CTYPE is also involved in this. Please try under sh: $ export LC_CTYPE= $ env - PATHOS=/nonexistent /usr/bin/date Mon Oct 19 13:12:40 RDT 2009 $ export LC_CTYPE=dummy $ env - PATHOS=/nonexistent /usr/bin/date Segmentation fault (core dumped) $ export LC_CTYPE=C $ env - PATHOS=/nonexistent /usr/bin/date Mon Oct 19 13:12:40 RDT 2009 $ export LC_CTYPE=fr_FR.ISO-8859-15 $ env - PATHOS=/nonexistent /usr/bin/date Segmentation fault (core dumped) $ export LC_CTYPE=dummy $ env - PATHOS=/nonexistent /usr/bin/date Mon Oct 19 13:12:41 RDT 2009 $ env - PATHOS=/nonexistent /usr/bin/env PATHOS=/nonexistent SYSTEMROOT=C:\WINNT WINDIR=C:\WINNT Hope this helps. Regards. Denis Excoffier. -- 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |