From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15373 invoked by alias); 8 Feb 2011 20:28:43 -0000 Received: (qmail 15364 invoked by uid 22791); 8 Feb 2011 20:28:43 -0000 X-SWARE-Spam-Status: No, hits=-48.4 required=5.0 tests=AWL,BAYES_00,BOTNET,RCVD_IN_DNSWL_NONE,RFC_ABUSE_POST,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from vms173013pub.verizon.net (HELO vms173013pub.verizon.net) (206.46.173.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 08 Feb 2011 20:28:37 +0000 Received: from [192.168.1.25] ([unknown] [72.91.189.24]) by vms173013.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LGB0089TFIVJA92@vms173013.mailsrvcs.net> for cygwin@cygwin.com; Tue, 08 Feb 2011 14:28:08 -0600 (CST) Message-id: <4D51A756.2040507@verizon.net> Date: Tue, 08 Feb 2011 20:28:00 -0000 From: Gerry Reno User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100430 Fedora/3.0.4-2.fc11 Thunderbird/3.0.4 MIME-version: 1.0 To: cygwin@cygwin.com Subject: Re: 1.7.7: 'Bad address' errors when using Windows 2003 R2 WOW64 References: <4D50379F.8040904@verizon.net> <4D519DD2.409@verizon.net> <4D51A409.7020801@cygwin.com> In-reply-to: <4D51A409.7020801@cygwin.com> Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2011-02/txt/msg00217.txt.bz2 On 02/08/2011 03:14 PM, Larry Hall (Cygwin) wrote: > On 2/8/2011 2:47 PM, Gerry Reno wrote: > > > >> As you can see it is not just the lapack0.sh file in /etc/profile.d/. >> Even when I remove lapack0.sh the problem just moves to another file. >> >> And the problem is not consistent except when I try to run bash as a >> login shell and there it occurs without fail for some reason. > > > > Does reverting bash to V3 change anything? > It changes slightly. I don't see the "Bad address" but more segfaults: bash-3.2$ (for p in $(ls /etc/profile.d/*.sh); do . $p;done) bash-3.2$ (for p in $(ls /etc/profile.d/*.sh); do . $p;done) bash-3.2$ (for p in $(ls /etc/profile.d/*.sh); do . $p;done) bash-3.2$ (for p in $(ls /etc/profile.d/*.sh); do . $p;done) bash-3.2$ (for p in $(ls /etc/profile.d/*.sh); do . $p;done) Segmentation fault (core dumped) bash-3.2$ (for p in $(ls /etc/profile.d/*.sh); do . $p;done) bash-3.2$ (for p in $(ls /etc/profile.d/*.sh); do . $p;done) bash-3.2$ (for p in $(ls /etc/profile.d/*.sh); do . $p;done) bash-3.2$ (for p in $(ls /etc/profile.d/*.sh); do . $p;done) bash-3.2$ (for p in $(ls /etc/profile.d/*.sh); do . $p;done) bash-3.2$ (for p in $(ls /etc/profile.d/*.sh); do . $p;done) bash-3.2$ (for p in $(ls /etc/profile.d/*.sh); do . $p;done) Segmentation fault (core dumped) bash-3.2$ (for p in $(ls /etc/profile.d/*.sh); do . $p;done) bash-3.2$ (for p in $(ls /etc/profile.d/*.sh); do . $p;done) bash-3.2$ (for p in $(ls /etc/profile.d/*.sh); do . $p;done) bash-3.2$ (for p in $(ls /etc/profile.d/*.sh); do . $p;done) bash-3.2$ (for p in $(ls /etc/profile.d/*.sh); do . $p;done) bash-3.2$ (for p in $(ls /etc/profile.d/*.sh); do . $p;done) bash-3.2$ (for p in $(ls /etc/profile.d/*.sh); do . $p;done) And I still get postinstall issues: Package: bash bash.sh exit code 128 Package: xorg-server xorg-server.sh exit code 128 Package: Unknown package coreutils.sh exit code 128 libglade2.0.sh exit code 2 Regards, Gerry -- 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