delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2011/02/09/12:44:57

X-Recipient: archive-cygwin AT delorie DOT com
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
Message-id: <4D52D288.50703@verizon.net>
Date: Wed, 09 Feb 2011 12:44:40 -0500
From: Gerry Reno <greno AT verizon DOT net>
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 AT cygwin DOT com
Subject: Re: 1.7.7: 'Bad address' errors when using Windows 2003 R2 WOW64
References: <4D50379F DOT 8040904 AT verizon DOT net> <4D519DD2 DOT 409 AT verizon DOT net> <4D51A409 DOT 7020801 AT cygwin DOT com> <4D51A756 DOT 2040507 AT verizon DOT net> <4D51B145 DOT 70307 AT verizon DOT net>
In-reply-to: <4D51B145.70307@verizon.net>
X-IsSubscribed: yes
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

On 02/08/2011 04:10 PM, Gerry Reno wrote:
> On 02/08/2011 03:28 PM, Gerry Reno wrote:
>   
>> On 02/08/2011 03:14 PM, Larry Hall (Cygwin) wrote:
>>   
>>     
>>> On 2/8/2011 2:47 PM, Gerry Reno wrote:
>>>
>>> <snip>
>>>
>>>     
>>>       
>>>> 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.
>>>>       
>>>>         
>>> <snap>
>>>
>>> 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
>>
>>
>>   
>>     
> Some further testing shows that I can still generate "Bad address" errors:
>
>     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: /etc/profile.d/lapack0.sh: Bad address
>     bash-3.2$
>
>
>
>   

And today I still see some odd things happening even after going back to
bash v3:

    bash-3.2$ whoami
    ip-0a7a25a3\administrator
    bash-3.2$
    bash-3.2$ /bin/bash -i
    bash-3.2$ exit
    exit
          2 [main] bash 1224 sig_send: wait for sig_complete event
    failed, signal -3
    4, rc -1, Win32 error 5
          2 [main] bash 1224 sig_send: wait for sig_complete event
    failed, signal -3
    4, rc -1, Win32 error 5
    Segmentation fault
    bash-3.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

- Raw text -


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