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:message-id:date:from:reply-to:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=a18ZD3eIHtjAm8Nn l+ciLg0/v0pM8nrHNTzcZ4S/XVaw8uvV1jTQ30nV6ruS50+6txwX1FVni2vC7F6F P8jF7YtIVgr+KKwF/+e/1bEJEhMFMi+RChKwjXu+WOklRiguoEtXyJmCCgnZZZuz gs/QasvKPSy7xuP/DeAoc6UJGXo= 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:message-id:date:from:reply-to:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; s=default; bh=f1RLYXpdGD/6mHeEWTuGDj D4q7s=; b=nycz2XSb4a9P90VQPll7Aq4cJP7PwdWno2VIUyCqAXotfzezOtw5yB ppsLvi4WOSqyk0hNyMdax2pMxDU/EyCErcIvsX08ALJ2YA/ISx9SDuScsOaWlWET UVke0TIkPZqDWR/rx4LWEjuYNyupIviSqWzpDLwxLT2lM/TnHh9ck= 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=-1.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: vms173025pub.verizon.net X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=CoYIqc8G c=1 sm=1 tr=0 a=toTMxtHQF+05ooui8kuJQw==:117 a=vP6ySPhpAh4A:10 a=N659UExz7-8A:10 a=w_pzkKWiAAAA:8 a=oR5dmqMzAAAA:8 a=-9mUelKeXuEA:10 a=A92cGCtB03wA:10 a=CbB5KPX4AAAA:8 a=FP58Ms26AAAA:8 a=7BzGmRyjhdKpGeO-qnUA:9 a=pILNOxqGKmIA:10 Message-id: <549DF3A7.7080108@cygwin.com> Date: Fri, 26 Dec 2014 18:47:51 -0500 From: "Larry Hall (Cygwin)" Reply-to: cygwin AT cygwin DOT com User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: ld.exe segfault when compiling Box Backup References: In-reply-to: Content-type: text/plain; charset=windows-1252; format=flowed Content-transfer-encoding: 7bit On 12/24/2014 10:09 AM, Chris Wilson wrote: > Dear Cygwin Developers, > > I've been successfully building official Windows releases of Box Backup > using Cygwin and its MinGW compilers for many years. (MinGW alone doesn't > provide enough POSIX compatibility to run the test suite). Now I'm trying to > build a new release on Windows 7 with 64-bit MinGW compilers and running > into a problem where ld.exe is crashing during compilation. > > I narrowed down the test case to two files, and this command: > > Chris AT win7-64bit-vm /tmp > $ x86_64-w64-mingw32-g++ BackupClientInodeToIDMap.o libqdbm.a > collect2: error: ld terminated with signal 11 [Segmentation fault], core dumped > > You can download those two files here: > http://gcc.flexdns.net/bugreport/BackupClientInodeToIDMap.o > http://gcc.flexdns.net/bugreport/libqdbm.a > > Compiles that don't include both of those files appear to work OK, so it's > something about them. BackupClientInodeToIDMap.o is one of the few parts of > Box Backup (perhaps the only part) that depends on qdbm. > > Note that I ran cygcheck after downgrading to an older binutils to see if > that would help, but it didn't. I get the same symptoms with "GNU ld (GNU > Binutils) 2.24.51.20140411" installed (mingw64-x86_64-binutils > 2.24.0.3.85cf705-1). > > I don't really know how to investigate this any further. I know very little > about ld. Any help would be gratefully appreciated. Thanks! If you haven't already, I recommend checking out this issue at the Mingw-w64 site (http://mingw-w64.sourceforge.net). The Cygwin packages really come from them and they are the maintainers. They are best equipped to help you with this issue. -- Larry _____________________________________________________________________ A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting annoying in email? -- 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