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:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; q=dns; s= default; b=QsNrzus0ZzRNvDhwy0Dk0R/ArJMMzcdpeq0wC/91gt31AkGUDUv5b SIv7Cz0qNwi7fRNJfm/BP63bT6pZa9VILKMnr6IBaDl8E260J/x6oWHLvp+cd6j8 U68cPuC9F8mgzF5Sn/St+SfypXzeKKoE+DIh8J+bQaZePeQvLrkEws= 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:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; s=default; bh=vARF+GtrSmQyu9tPBRtF8d9FI2Y=; b=Ax42bppx+tscj6xqZJEPahjKH0wb aWxUy3wxYfJFIdAiuhCtA9v5/basv6QpKY+eFIJC2K1WMRwGljiVS8gPgIfs0Xz9 drmKAFwlV1fZciHrApjpU6Qqz8NChvZ3htmKDA7G0WYvCgadx5XOePW+ARo7LPHF CsKQ9PfMJgrpD8o= 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=-5.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: calimero.vinschen.de Date: Wed, 8 Oct 2014 14:12:24 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: gdb 7.8 consistently fails to run executable - error is Message-ID: <20141008121224.GB29235@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <1408580171694-110722 DOT post AT n5 DOT nabble DOT com> <1408732343936-110800 DOT post AT n5 DOT nabble DOT com> <5423F775 DOT 7030208 AT onespin-solutions DOT com> <54294CED DOT 9050602 AT onespin-solutions DOT com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="DBIVS5p969aUjpLe" Content-Disposition: inline In-Reply-To: <54294CED.9050602@onespin-solutions.com> User-Agent: Mutt/1.5.23 (2014-03-12) --DBIVS5p969aUjpLe Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sep 29 14:13, Dominik Stra=C3=9Fer wrote: > Hi all, > I've dug into the gdb sources. > The problem is in the cygwin-only part and is not about the PATH > variable but about one single DLL file name. >=20 > This path length is *fixed* to 512 characters (SO_NAME_MAX_PATH_SIZE) > for the *realpath* of the DLL. Thanks for looking into this. While this occurs in Cygwin-specific code, the problem is a result of the restriction of so_list::so_name being always SO_NAME_MAX_PATH_SIZE in length. I'm not sure how to fix this problem yet. I'll look into it when I had a chance to catch up with my insane mail backlog. Corinna --=20 Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat --DBIVS5p969aUjpLe Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJUNSooAAoJEPU2Bp2uRE+gNnkQAIOaQbmW05r/ZSA1bjpzasAq B+J4Yk8BBtbVCBlQgGvlDiNS2XFjbsPsaQGdRhcc88Z0gPzex9f+7IIVNVqDa9h+ Q2yszFm9aqcpXJbFt8d6Dm0dwYycsIvfB/EU+KixSJ3H9Udb2Zhn5kjQYBP2DH9v IV5naraOqyHdOzhZA0MK3DwQz7n9tVNr9ERFTpoJ6rc4YatIWVcdcIpXB1A1VR03 mQ1kNen467IPdxgjGpZNqC8HWyDIIMJO7w+ckrGnsZX7HVWk2KFcvMTWOUIiEoVB MFqJ7RumSP+kKOvZLmrNGet2tV07hTJJhwqkk018KGap/kyOew+rp6zEHvRgjp6S CcJeVfoIMPFonuuZpqApz9xvSDVrE7QRIOcuHyAM8NBkXrHk0tFF8bBik2nsYhJF H6389kTGlBxoQ/y+0eZhovyq/W3+uEfJfRGTNlDEkMnM+br9sUy6lEDQMITAoq5K wQnu72jmE+ZRy1Iu273wy0AwpZlkr63rsGRHVZcynlroJKCZYNo+gMmxQDHqPqFn Qt/dtg90DykE5ccLjVo4/PsI7OQ6ANW0l2k/MCgGV1MR49DysaxVA01VgdBZCIPK r88+x+iObbKv4tfBfoKiKLTanaYuYAo/w3bnoZ+xjgYdSEPJhnJ09JIpUAGgyxEz xmwzYZ6TE+hvmJkl20UJ =+CdS -----END PGP SIGNATURE----- --DBIVS5p969aUjpLe--