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=CeUNNbviILZ1Gz5l8Nm+FIRaz5elpo9oKinv2Xkn/m8usu6GEIHZ/ thb7Skwr9Dxv2s8cXIhmbnWoIZP6RjGdyxlhRUf3pNt5TNZY9arpwc/amIbd020g YHqW6xGDdWR9LDmrrZS/wOu++jSM14wyxuGZ1VF+AQM/2CbT1j3+y0= 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=HL/6UZ+x5eqKL14j8u6BMbqnPrk=; b=s817XP+dp0Ybn72kVnExLDnsTMav fAGUTLW68sf1dJFzc4rYPbWMKULUkoggTX4iuRr75t4Qkv6bskXOmanO1P+PsjIP sP9KH3JSF69Av/0RgV5bI0O8nRgcu9PGEBV2vAvNwIy/jp483A8yPhMZvEm3eI/j fjDm/cJbAkryfGY= 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=2.0 required=5.0 tests=AWL,BAYES_00,FSL_HELO_NON_FQDN_1,HELO_LOCALHOST,RCVD_IN_PBL,RCVD_IN_RP_RNBL,RCVD_IN_SORBS_DUL,RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: mho-02-ewr.mailhop.org X-Mail-Handler: Dyn Standard SMTP by Dyn X-Report-Abuse-To: abuse AT dyndns DOT com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/nkjMZEmi9RHSeKzd2gqeM Date: Wed, 4 Sep 2013 01:46:26 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: bug report: 64-bit cygwin setup crashes under Wine Message-ID: <20130904054626.GB2031@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) On Tue, Sep 03, 2013 at 10:08:44PM -0700, Austin English wrote: >I recently noticed the 64-bit cygwin installer crashes under wine. >After further debugging, it appears that the issue is that cygwin is >misaligning the stack, causing a crash. I've copy/pasted the analysis >below: > >Hello folks, > >confirming. > >Reminded me of bug 27680 (violation of the Windows 64-bit ABI, stack pointer >(RSP) must be 16-byte aligned when making a call to Win64 API)... > >Similarly the gcc generated prologue code for MSABI (SSE2 callee save) causes a >crash due to misaligned stack (needs to be 16-byte aligned). If you'd like to submit a patch to get setup working in Wine it would be thoughtfully considered. Otherwise, I can say with a fair amount of certainty that no one is going to be interested in installing Wine to debug issues running (in this case non-cygwin!) programs there. -- 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