Re: [Cython] Bug: Returning real value crashes the code, complex value does not

2013-04-02 Thread Nikita Nemkin
Hi, For your information, I was not able to reproduce the crash in the following environment: * Python 2.7.3 (x86, download from python.org) * gcc (GCC) 4.7.2 (download from mingw.org) * Windows 7 x64 The immediate fix for your problem seems to be upgrading gcc. Note: using gcc 4.7 on Windows

Re: [Cython] Bug: Returning real value crashes the code, complex value does not

2013-04-01 Thread Stefan Behnel
Martin Fiers, 01.04.2013 10:19: > Is there anything else I could try to resolve/debug this issue? Could you try to come up with a stack trace that shows where the crash happens? Or better, run it in a debugger and investigate it post-mortem to figure out what actually goes wrong here? None of the

Re: [Cython] Bug: Returning real value crashes the code, complex value does not

2013-04-01 Thread Martin Fiers
On 03/27/2013 10:36 PM, Robert Bradshaw wrote: On Wed, Mar 27, 2013 at 2:44 AM, Martin Fiers wrote: On 3/27/2013 3:54 AM, Robert Bradshaw wrote: On Tue, Mar 26, 2013 at 5:12 PM, Martin Fiers wrote: On 3/26/2013 6:48 PM, Robert Bradshaw wrote: On Tue, Mar 26, 2013 at 2:52 AM, Martin Fiers

Re: [Cython] Bug: Returning real value crashes the code, complex value does not

2013-03-27 Thread Robert Bradshaw
On Wed, Mar 27, 2013 at 2:44 AM, Martin Fiers wrote: > On 3/27/2013 3:54 AM, Robert Bradshaw wrote: >> >> On Tue, Mar 26, 2013 at 5:12 PM, Martin Fiers >> wrote: >>> >>> On 3/26/2013 6:48 PM, Robert Bradshaw wrote: On Tue, Mar 26, 2013 at 2:52 AM, Martin Fiers wrote: > > D

Re: [Cython] Bug: Returning real value crashes the code, complex value does not

2013-03-26 Thread Martin Fiers
On 3/26/2013 6:48 PM, Robert Bradshaw wrote: On Tue, Mar 26, 2013 at 2:52 AM, Martin Fiers wrote: Dear Cython developers, I stumbled upon a strange error when using Cython. I made a minimal working example, see attachment for the two necessary files. (btw I didn't find the e-mail address of R

Re: [Cython] Bug: Returning real value crashes the code, complex value does not

2013-03-26 Thread Robert Bradshaw
On Tue, Mar 26, 2013 at 2:52 AM, Martin Fiers wrote: > Dear Cython developers, > > I stumbled upon a strange error when using Cython. I made a minimal working > example, see attachment for the two necessary files. (btw I didn't find the > e-mail address of Robert Bradshaw so I could not request hi