X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-5.5 required=5.0	tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,TW_BJ
X-Spam-Check-By: sourceware.org
X-Received: by 10.180.24.229 with SMTP id x5mr3281001wif.17.1362236307296;        Sat, 02 Mar 2013 06:58:27 -0800 (PST)
Message-ID: <5132138E.8010009@gmail.com>
Date: Sat, 02 Mar 2013 15:58:22 +0100
From: marco atzeri <marco.atzeri@gmail.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: ldd will hung with some DLLs
References: <op.wtbpwafucsw9i4@ponkan.lins.jp>
In-Reply-To: <op.wtbpwafucsw9i4@ponkan.lins.jp>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On 3/2/2013 3:44 PM, OBATA Akio wrote:
> Hi,
>
> ldd will hung-up (no output) with some DLLs for me (1.7.17 on 32bit
> Windows Vista).
> For example,
>   /bin/cyglsa.dll
>   /bin/cygXdmcp-6.dll
>
> * is it only happened for me?
> * how to avoid the hung?
> * how to detect such DLLs without trying to do ldd?
>


for me only on /bin/cyglsa.dll, than is one with
bugged section name

$ objdump -h /usr/bin/cyglsa.dll

/usr/bin/cyglsa.dll:     file format pei-i386
[cut]
   6 .gnu_deb      00000014  10007000  10007000  00001400  2**2
                   CONTENTS, ALLOC, LOAD, READONLY, DATA

but I am running snapshot 1.7.18s(0.263/5/3) 20130131 on W7/64

Regards
Marco


--
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

