public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* BUG: gcc segfaults compiling python extensions
@ 2014-10-28 16:08 Florian Friesdorf
  2014-10-28 17:10 ` Marco Atzeri
  0 siblings, 1 reply; 7+ messages in thread
From: Florian Friesdorf @ 2014-10-28 16:08 UTC (permalink / raw)
  To: cygwin; +Cc: marko

[-- Attachment #1: Type: text/plain, Size: 5556 bytes --]


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=/usr/src/ports/python/python-2.7.8-1.i686/build=/usr/src/debug/python-2.7.8-1 -fdebug-prefix-map=/usr/src/ports/python/python-2.7.8-1.i686/src/Python-2.7.8=/usr/src/debug/python-2.7.8-1 -fwrapv -Wall -Wstrict-prototypes -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/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 build/lib.cygwin-1.7.33-i686-2.7/Crypto/Hash/_MD2.dll
error: command 'gcc' terminated by signal 11

- rererun: python setup.py build
...
building 'Crypto.Hash._MD2' extension
gcc -fno-strict-aliasing -ggdb -pipe -Wimplicit-function-declaration -fdebug-prefix-map=/usr/src/ports/python/python-2.7.8-1.i686/build=/usr/src/debug/python-2.7.8-1 -fdebug-prefix-map=/usr/src/ports/python/python-2.7.8-1.i686/src/Python-2.7.8=/usr/src/debug/python-2.7.8-1 -fwrapv -Wall -Wstrict-prototypes -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/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 build/lib.cygwin-1.7.33-i686-2.7/Crypto/Hash/_MD2.dll
building 'Crypto.Hash._MD4' extension
gcc -fno-strict-aliasing -ggdb -pipe -Wimplicit-function-declaration -fdebug-prefix-map=/usr/src/ports/python/python-2.7.8-1.i686/build=/usr/src/debug/python-2.7.8-1 -fdebug-prefix-map=/usr/src/ports/python/python-2.7.8-1.i686/src/Python-2.7.8=/usr/src/debug/python-2.7.8-1 -fwrapv -Wall -Wstrict-prototypes -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/MD4.c -o build/temp.cygwin-1.7.33-i686-2.7/src/MD4.o
gcc -shared -Wl,--enable-auto-image-base -L. build/temp.cygwin-1.7.33-i686-2.7/src/MD4.o -L/usr/lib/python2.7/config -L/usr/lib -lpython2.7 -o build/lib.cygwin-1.7.33-i686-2.7/Crypto/Hash/_MD4.dll
error: command 'gcc' terminated by signal 11

- and rerun, and rerun

building 'Crypto.Hash._MD4' extension
gcc -fno-strict-aliasing -ggdb -pipe -Wimplicit-function-declaration -fdebug-prefix-map=/usr/src/ports/python/python-2.7.8-1.i686/build=/usr/src/debug/python-2.7.8-1 -fdebug-prefix-map=/usr/src/ports/python/python-2.7.8-1.i686/src/Python-2.7.8=/usr/src/debug/python-2.7.8-1 -fwrapv -Wall -Wstrict-prototypes -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/MD4.c -o build/temp.cygwin-1.7.33-i686-2.7/src/MD4.o
gcc -shared -Wl,--enable-auto-image-base -L. build/temp.cygwin-1.7.33-i686-2.7/src/MD4.o -L/usr/lib/python2.7/config -L/usr/lib -lpython2.7 -o build/lib.cygwin-1.7.33-i686-2.7/Crypto/Hash/_MD4.dll
building 'Crypto.Hash._SHA256' extension
gcc -fno-strict-aliasing -ggdb -pipe -Wimplicit-function-declaration -fdebug-prefix-map=/usr/src/ports/python/python-2.7.8-1.i686/build=/usr/src/debug/python-2.7.8-1 -fdebug-prefix-map=/usr/src/ports/python/python-2.7.8-1.i686/src/Python-2.7.8=/usr/src/debug/python-2.7.8-1 -fwrapv -Wall -Wstrict-prototypes -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/SHA256.c -o build/temp.cygwin-1.7.33-i686-2.7/src/SHA256.o
gcc -shared -Wl,--enable-auto-image-base -L. build/temp.cygwin-1.7.33-i686-2.7/src/SHA256.o -L/usr/lib/python2.7/config -L/usr/lib -lpython2.7 -o build/lib.cygwin-1.7.33-i686-2.7/Crypto/Hash/_SHA256.dll
error: command 'gcc' terminated by signal 11

building 'Crypto.Hash._SHA256' extension
gcc -fno-strict-aliasing -ggdb -pipe -Wimplicit-function-declaration -fdebug-prefix-map=/usr/src/ports/python/python-2.7.8-1.i686/build=/usr/src/debug/python-2.7.8-1 -fdebug-prefix-map=/usr/src/ports/python/python-2.7.8-1.i686/src/Python-2.7.8=/usr/src/debug/python-2.7.8-1 -fwrapv -Wall -Wstrict-prototypes -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/SHA256.c -o build/temp.cygwin-1.7.33-i686-2.7/src/SHA256.o
gcc -shared -Wl,--enable-auto-image-base -L. build/temp.cygwin-1.7.33-i686-2.7/src/SHA256.o -L/usr/lib/python2.7/config -L/usr/lib -lpython2.7 -o build/lib.cygwin-1.7.33-i686-2.7/Crypto/Hash/_SHA256.dll
building 'Crypto.Hash._SHA224' extension
gcc -fno-strict-aliasing -ggdb -pipe -Wimplicit-function-declaration -fdebug-prefix-map=/usr/src/ports/python/python-2.7.8-1.i686/build=/usr/src/debug/python-2.7.8-1 -fdebug-prefix-map=/usr/src/ports/python/python-2.7.8-1.i686/src/Python-2.7.8=/usr/src/debug/python-2.7.8-1 -fwrapv -Wall -Wstrict-prototypes -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/SHA224.c -o build/temp.cygwin-1.7.33-i686-2.7/src/SHA224.o
gcc -shared -Wl,--enable-auto-image-base -L. build/temp.cygwin-1.7.33-i686-2.7/src/SHA224.o -L/usr/lib/python2.7/config -L/usr/lib -lpython2.7 -o build/lib.cygwin-1.7.33-i686-2.7/Crypto/Hash/_SHA224.dll
error: command 'gcc' terminated by signal 11

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

[-- Attachment #2: Type: application/pgp-signature, Size: 835 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: BUG: gcc segfaults compiling python extensions
  2014-10-28 16:08 BUG: gcc segfaults compiling python extensions Florian Friesdorf
@ 2014-10-28 17:10 ` Marco Atzeri
  2014-10-28 17:38   ` Florian Friesdorf
  0 siblings, 1 reply; 7+ messages in thread
From: Marco Atzeri @ 2014-10-28 17:10 UTC (permalink / raw)
  To: cygwin



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=/usr/src/ports/python/python-2.7.8-1.i686/build=/usr/src/debug/python-2.7.8-1 -fdebug-prefix-map=/usr/src/ports/python/python-2.7.8-1.i686/src/Python-2.7.8=/usr/src/debug/python-2.7.8-1 -fwrapv -Wall -Wstrict-prototypes -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/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 build/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

$ find . -name *.dll
./build/lib.cygwin-1.7.32-i686-2.7/Crypto/Cipher/_AES.dll
./build/lib.cygwin-1.7.32-i686-2.7/Crypto/Cipher/_ARC2.dll
./build/lib.cygwin-1.7.32-i686-2.7/Crypto/Cipher/_ARC4.dll
./build/lib.cygwin-1.7.32-i686-2.7/Crypto/Cipher/_Blowfish.dll
./build/lib.cygwin-1.7.32-i686-2.7/Crypto/Cipher/_CAST.dll
./build/lib.cygwin-1.7.32-i686-2.7/Crypto/Cipher/_DES.dll
./build/lib.cygwin-1.7.32-i686-2.7/Crypto/Cipher/_DES3.dll
./build/lib.cygwin-1.7.32-i686-2.7/Crypto/Cipher/_XOR.dll
./build/lib.cygwin-1.7.32-i686-2.7/Crypto/Hash/_MD2.dll
./build/lib.cygwin-1.7.32-i686-2.7/Crypto/Hash/_MD4.dll
./build/lib.cygwin-1.7.32-i686-2.7/Crypto/Hash/_RIPEMD160.dll
./build/lib.cygwin-1.7.32-i686-2.7/Crypto/Hash/_SHA224.dll
./build/lib.cygwin-1.7.32-i686-2.7/Crypto/Hash/_SHA256.dll
./build/lib.cygwin-1.7.32-i686-2.7/Crypto/Hash/_SHA384.dll
./build/lib.cygwin-1.7.32-i686-2.7/Crypto/Hash/_SHA512.dll
./build/lib.cygwin-1.7.32-i686-2.7/Crypto/PublicKey/_fastmath.dll
./build/lib.cygwin-1.7.32-i686-2.7/Crypto/Util/strxor.dll
./build/lib.cygwin-1.7.32-i686-2.7/Crypto/Util/_counter.dll
>
> regards
> Marko and Florian

BLODA ?

https://cygwin.com/acronyms/#BLODA

--
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: BUG: gcc segfaults compiling python extensions
  2014-10-28 17:10 ` Marco Atzeri
@ 2014-10-28 17:38   ` Florian Friesdorf
  2014-10-29 11:03     ` Florian Friesdorf
  0 siblings, 1 reply; 7+ messages in thread
From: Florian Friesdorf @ 2014-10-28 17:38 UTC (permalink / raw)
  To: Marco Atzeri, cygwin, marko

[-- Attachment #1: Type: text/plain, Size: 2130 bytes --]

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=/usr/src/ports/python/python-2.7.8-1.i686/build=/usr/src/debug/python-2.7.8-1 -fdebug-prefix-map=/usr/src/ports/python/python-2.7.8-1.i686/src/Python-2.7.8=/usr/src/debug/python-2.7.8-1 -fwrapv -Wall -Wstrict-prototypes -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/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 build/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.

> BLODA ?
>
> https://cygwin.com/acronyms/#BLODA

No Software from that list is installed. It's a fresh installation of
Windows 2012 Server R2. We had only added Firefox, when we got the error
the first time. Currently installed are:

7-zip
Akamai Netsession Interface
Mozilla Firefox 33.0
Mozilla Maintenance Service
Notepad++
Oracle VM Virtualbox 4.3.18

Rebaseall also does not fix the problem.

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

[-- Attachment #2: Type: application/pgp-signature, Size: 835 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: BUG: gcc segfaults compiling python extensions
  2014-10-28 17:38   ` Florian Friesdorf
@ 2014-10-29 11:03     ` Florian Friesdorf
  2014-10-31 10:48       ` Florian Friesdorf
  0 siblings, 1 reply; 7+ messages in thread
From: Florian Friesdorf @ 2014-10-29 11:03 UTC (permalink / raw)
  To: Marco Atzeri, cygwin, marko

[-- Attachment #1: Type: text/plain, Size: 2686 bytes --]

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=/usr/src/ports/python/python-2.7.8-1.i686/build=/usr/src/debug/python-2.7.8-1 -fdebug-prefix-map=/usr/src/ports/python/python-2.7.8-1.i686/src/Python-2.7.8=/usr/src/debug/python-2.7.8-1 -fwrapv -Wall -Wstrict-prototypes -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/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 build/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.
>
>> BLODA ?
>>
>> https://cygwin.com/acronyms/#BLODA
>
> No Software from that list is installed. It's a fresh installation of
> Windows 2012 Server R2. We had only added Firefox, when we got the error
> the first time. Currently installed are:
>
> 7-zip
> Akamai Netsession Interface
> Mozilla Firefox 33.0
> Mozilla Maintenance Service
> Notepad++
> Oracle VM Virtualbox 4.3.18
>
> Rebaseall also does not fix the problem.

Starting cygwin with:
set CYGWIN=detect_bloda
bash --login -i

$ echo $CYGWIN
detect_bloda

Comilation aborts the same way as pasted above. There are no cygwin
warnings/errors, at least not printed to the shell. Should I look
somewhere else for bloda warnings? The documentation does not state what
cygwin will do if it detects bloda candidates.

https://cygwin.com/cygwin-ug-net/using-cygwinenv.html#cygwinenv-implemented-options

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

[-- Attachment #2: Type: application/pgp-signature, Size: 835 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: BUG: gcc segfaults compiling python extensions
  2014-10-29 11:03     ` Florian Friesdorf
@ 2014-10-31 10:48       ` Florian Friesdorf
  2014-12-08 15:16         ` Florian Friesdorf
  0 siblings, 1 reply; 7+ messages in thread
From: Florian Friesdorf @ 2014-10-31 10:48 UTC (permalink / raw)
  To: Marco Atzeri, cygwin, marko

[-- Attachment #1: Type: text/plain, Size: 2151 bytes --]

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=/usr/src/ports/python/python-2.7.8-1.i686/build=/usr/src/debug/python-2.7.8-1 -fdebug-prefix-map=/usr/src/ports/python/python-2.7.8-1.i686/src/Python-2.7.8=/usr/src/debug/python-2.7.8-1 -fwrapv -Wall -Wstrict-prototypes -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/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 build/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

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

[-- Attachment #2: Type: application/pgp-signature, Size: 835 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: BUG: gcc segfaults compiling python extensions
  2014-10-31 10:48       ` Florian Friesdorf
@ 2014-12-08 15:16         ` Florian Friesdorf
  2014-12-08 15:52           ` Corinna Vinschen
  0 siblings, 1 reply; 7+ messages in thread
From: Florian Friesdorf @ 2014-12-08 15:16 UTC (permalink / raw)
  To: Marco Atzeri, cygwin, marko

[-- Attachment #1: Type: text/plain, Size: 629 bytes --]

On Fri, Oct 31 2014, Florian Friesdorf wrote:
> 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

How does cygwin track open bugs and what do you use to get an overview
of open and closed bugs?

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 835 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: BUG: gcc segfaults compiling python extensions
  2014-12-08 15:16         ` Florian Friesdorf
@ 2014-12-08 15:52           ` Corinna Vinschen
  0 siblings, 0 replies; 7+ messages in thread
From: Corinna Vinschen @ 2014-12-08 15:52 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 799 bytes --]

On Dec  8 16:16, Florian Friesdorf wrote:
> On Fri, Oct 31 2014, Florian Friesdorf wrote:
> > 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
> 
> How does cygwin track open bugs and what do you use to get an overview
> of open and closed bugs?

We don't track bugs in upstream Cygwin, unless you count the post-its on
my desktop.  Just keep it on this list.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-12-08 15:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-28 16:08 BUG: gcc segfaults compiling python extensions Florian Friesdorf
2014-10-28 17:10 ` Marco Atzeri
2014-10-28 17:38   ` Florian Friesdorf
2014-10-29 11:03     ` Florian Friesdorf
2014-10-31 10:48       ` Florian Friesdorf
2014-12-08 15:16         ` Florian Friesdorf
2014-12-08 15:52           ` Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).