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