Re: gcc segfaults compiling python extensions

2017-08-23 Thread cyg Simple
Please do not add me to the addresses directly. I get the mail from the list. Note, if you're not subscribed you should be, I've removed you from the address lists as well. On 8/23/2017 3:38 PM, Joachim Metz wrote: >> Was there a stackdump file you could have attached? What happens if you >>

Re: gcc segfaults compiling python extensions

2017-08-23 Thread Joachim Metz
> Was there a stackdump file you could have attached? What happens if you > remove the -O3 and -O2 for that matter. I find it interesting that > you're using a 32bit Cygwin on a server that only executes on a 64bit > CPU. Does this happen with 64bit Cygwin? No, then use it instead. So this

Re: gcc segfaults compiling python extensions

2017-08-18 Thread cyg Simple
On 8/18/2017 1:21 AM, Joachim Metz wrote: > Hello CygWin maintainers, > > I want to report an observation, which might help address a bug. > > This issue has been reported in the past in: > https://cygwin.com/ml/cygwin/2014-10/msg00502.html > > I recently ran into the same issue: > > On

gcc segfaults compiling python extensions

2017-08-17 Thread Joachim Metz
Hello CygWin maintainers, I want to report an observation, which might help address a bug. This issue has been reported in the past in: https://cygwin.com/ml/cygwin/2014-10/msg00502.html I recently ran into the same issue: On AppVeyor [https://ci.appveyor.com/] running Windows Server 2012 R2

Re: BUG: gcc segfaults compiling python extensions

2014-12-08 Thread Florian Friesdorf
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

Re: BUG: gcc segfaults compiling python extensions

2014-12-08 Thread Corinna Vinschen
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

Re: BUG: gcc segfaults compiling python extensions

2014-10-31 Thread Florian Friesdorf
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) -

Re: BUG: gcc segfaults compiling python extensions

2014-10-29 Thread Florian Friesdorf
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

BUG: gcc segfaults compiling python extensions

2014-10-28 Thread Florian Friesdorf
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

Re: BUG: gcc segfaults compiling python extensions

2014-10-28 Thread Marco Atzeri
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

Re: BUG: gcc segfaults compiling python extensions

2014-10-28 Thread Florian Friesdorf
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