Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Message-ID: <434A5ADB.2080602@byu.net> Date: Mon, 10 Oct 2005 06:13:15 -0600 From: Eric Blake User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) MIME-Version: 1.0 To: "Peter J. Stieber" CC: cygwin AT cygwin DOT com Subject: Re: 1.5.18: ld command generates stackdump References: <045001c5cd2c$657579e0$1600a8c0 AT toyon DOT corp> <056901c5cd3e$3986d010$1600a8c0 AT toyon DOT corp> In-Reply-To: <056901c5cd3e$3986d010$1600a8c0@toyon.corp> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 According to Peter J. Stieber on 10/9/2005 7:59 PM: > It's attached. I added the -t command to the g++ command so the loader > would list the files it was processing when it breaks. The name of the > object file in the last line should be SimpleInterpolationTable.o, but > it gets truncated. > (/home/pete/Build/lib/libUtilityg.a)SimpleInterpolmake: *** [slamem.exe] > Error 1 You may be hitting command line length limitations. I'm wondering if the core dump happens because the truncated argument was not NUL-terminated. Have you considered bundling arguments into a temporary file, then passing @filename as the lone argument to ld, to bypass the command-line length limitations? You may also want to try mounting ld's directory as cygexec, or trying a recent snapshot, both of which use cygwin magic to increase the command-line length of cygwin applications. - -- Life is short - so eat dessert first! Eric Blake ebb9 AT byu DOT net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDSlrb84KuGfSFAYARAkrWAJ9qZ0dF31O4N1jjXv8k683REdnQfwCgv0Z/ UfYLX90tEDM87fyFdHL25po= =BqfA -----END PGP SIGNATURE----- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/