delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2014/10/31/06:49:01

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:from:to:subject:in-reply-to:references:date
:message-id:mime-version:content-type; q=dns; s=default; b=LwidC
jltuiqkxuXZhSqme1t2hYDp7HKS96VxN3AvTByIB599VRvRuRK+6gmh3n8VyEUCn
cJkM8lDpmD8SoHHCPDRytc3sH06lLqcMf+u6mZSUL/YBRGY7GS70gjBWkt7hvdqc
c+TlXTEgbyIgxjxrrlhscN+/WNT+RwdnDCRvkw=
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:from:to:subject:in-reply-to:references:date
:message-id:mime-version:content-type; s=default; bh=Z6YcCvvLTb6
Cjtf6e1LT1/2O+xQ=; b=xwgBlLYH9jPRAJnpSzdHBaCftT1uL8ddKyLj1sApltm
wKMkr09nhEO+8wporUomkTJWGmyih4H/Nx0xBEFqTjx1+i4EgQgZxm7SWB06o6uW
gYIhQZg4BPm1hHdozgx8xltpVAjbDhcCg4s7r1U+ydk/mL/oIF4JTVga4cciokoM
=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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=-0.6 required=5.0 tests=AWL,BAYES_50 autolearn=ham version=3.3.2
X-HELO: 0x2c.org
From: Florian Friesdorf <flo AT chaoflow DOT net>
To: Marco Atzeri <marco DOT atzeri AT gmail DOT com>, cygwin AT cygwin DOT com, marko AT miding DOT de
Subject: Re: BUG: gcc segfaults compiling python extensions
In-Reply-To: <87h9yn87ez.fsf@eve.fritz.box>
References: <87oasw89eg DOT fsf AT eve DOT fritz DOT box> <544FCE0C DOT 2030904 AT gmail DOT com> <87lho0858l DOT fsf AT eve DOT fritz DOT box> <87h9yn87ez DOT fsf AT eve DOT fritz DOT box>
User-Agent: Notmuch/0.18.1 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-unknown-linux-gnu)
Date: Fri, 31 Oct 2014 11:48:34 +0100
Message-ID: <87zjcc7bwd.fsf@eve.fritz.box>
MIME-Version: 1.0
X-IsSubscribed: yes

--=-=-=
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Wed, Oct 29 2014, Florian Friesdorf wrote:
> On Tue, Oct 28 2014, Florian Friesdorf wrote:
>> On Tue, Oct 28 2014, Marco Atzeri wrote:
>>> On 10/28/2014 5:08 PM, Florian Friesdorf wrote:
>>>>
>>>> Steps to reproduce:
>>>>
>>>> - 64bit Windows Server 2012 R2
>>>>
>>>> - cygwin 32bit 1.7.32 (also with 1.7.33 test release)
>>>>
>>>> - download, unpack, cd
>>>>    https://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/pycrypto-2.6.1.tar.=
gz
>>>>
>>>> - python setup.py build
>>>> ...
>>>> building 'Crypto.Hash._MD2' extension
>>>> creating build/temp.cygwin-1.7.33-i686-2.7
>>>> creating build/temp.cygwin-1.7.33-i686-2.7/src
>>>> gcc -fno-strict-aliasing -ggdb -pipe -Wimplicit-function-declaration -=
fdebug-prefix-map=3D/usr/src/ports/python/python-2.7.8-1.i686/build=3D/usr/=
src/debug/python-2.7.8-1 -fdebug-prefix-map=3D/usr/src/ports/python/python-=
2.7.8-1.i686/src/Python-2.7.8=3D/usr/src/debug/python-2.7.8-1 -fwrapv -Wall=
 -Wstrict-prototypes -std=3Dc99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/incl=
ude/python2.7 -c src/MD2.c -o build/temp.cygwin-1.7.33-i686-2.7/src/MD2.o
>>>> gcc -shared -Wl,--enable-auto-image-base -L. build/temp.cygwin-1.7.33-=
i686-2.7/src/MD2.o -L/usr/lib/python2.7/config -L/usr/lib -lpython2.7 -o bu=
ild/lib.cygwin-1.7.33-i686-2.7/Crypto/Hash/_MD2.dll
>>>> error: command 'gcc' terminated by signal 11
>>>>
>>>> - rererun: python setup.py build
>>>
>>> build find on W7-64 with cygwin32 bit
>>> CYGWIN_NT-6.1-WOW64 1.7.32(0.274/5/3) 2014-08-13 23:03
>>
>> With Win7-64 cygwin32 and cygwin64 we do not see the error - the builds
>> work fine there.
>>
>> We see the error on CYGWIN_NT-6.3-WOW64, Windows 2012 Server R2 64bit
>> with 32bit cygwin.

The bug does not occur on:

- Windows 2007 64bit
- Windows 2007 WOW64
- Windows 8.1 64bit
- Windows 8.1 WOW64
- Windows Server 2008 32bit
- Windows Server 2008 R2 32bit
- Windows Server 2012 R2 64bit

so far it only occurs on:

- Windows Server 2012 R2 WOW64

--=20
Florian Friesdorf <flo AT chaoflow DOT net>
  GPG FPR: 7A13 5EEE 1421 9FC2 108D  BAAF 38F8 99A3 0C45 F083
Jabber/XMPP: flo AT chaoflow DOT net
IRC: chaoflow on freenode,ircnet,blafasel,OFTC

--=-=-=
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)

iQIcBAEBAgAGBQJUU2kCAAoJEDj4maMMRfCDv7UQAJIb3WorTlQaGB0s2VsxhrE1
ngHf5S/A6zgw9+gvNTwFODDsQ1sPVuxmYVDr23NBG9fAA8uFcTYJonvPDWrObKi+
SSEkk5XLI/Xiq0aXdUrubeZWVez8GivITg4C2+us8AZ4xZ84sdqy4rPd/LdA9GHw
2ch+g+19qmqWirD3iLBoqvBIUQEJCCM4keA9PkFg0vEiJqg8PLurzrKvW+YWpirM
MZhDYT+PlLKaHOABMpNlpM+yaxnT+0Qg/unn8R2E4lSKnQAD9Ld6HD6eVIs5rLEN
cbeGOEM778b5kbj1Xl3UosSAOCRE//tV/8tegLZyq9koIjwMVQt1V3sGDqZAxOtV
bpvMpTUWAEhuzjaqNZdMA0fqUIDwTzNeD9wuWpubWpwGdz5bW7tMR/ahl45vhnc/
zWfLYXbTUmo5g8C6sm16taPCwt1dEOFDAzO7jUicCXs/MHi/MIkx89icj8IgMNyd
TcWMq9hPGn27pWl82tMUy4YTF1qNDFt3ydXQb7tZwP6Vf0k+nfzB0Knt0aW4nlYZ
tWURJVpVj2Dh0qXmenvv2jzj4oiv1bIQSNFwTqe9M22oniS9JQsqyx+BiDdGs/RW
lMB2/d8x/+IMDoAwiPmdNegeSEoKskeTEiXfiGwBywye5EtrTaYjCW0EjcGfcRjO
rWU2mmlazUNBGgKiuXfB
=5+8f
-----END PGP SIGNATURE-----
--=-=-=--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019