Re: [sage-devel] Debugging some cython code / Pynac

2011-04-02 Thread Dr. David Kirkby
On 04/ 1/11 11:46 PM, Burcin Erocal wrote: On Fri, 01 Apr 2011 17:20:57 +0100 "Dr. David Kirkby" wrote: On 04/ 1/11 12:54 PM, Burcin Erocal wrote: On Fri, 01 Apr 2011 00:37:46 +0100 "Dr. David Kirkby" wrote: I've built Sage 64-bit on OpenSolaris but it crashes at startup. I've run gdb and

Re: [sage-devel] Debugging some cython code / Pynac

2011-04-01 Thread Robert Bradshaw
On Fri, Apr 1, 2011 at 3:46 PM, Burcin Erocal wrote: > On Fri, 01 Apr 2011 17:20:57 +0100 > "Dr. David Kirkby" wrote: > >> On 04/ 1/11 12:54 PM, Burcin Erocal wrote: >> > On Fri, 01 Apr 2011 00:37:46 +0100 >> > "Dr. David Kirkby"  wrote: >> > >> >> I've built Sage 64-bit on OpenSolaris but it cra

Re: [sage-devel] Debugging some cython code / Pynac

2011-04-01 Thread Burcin Erocal
On Fri, 01 Apr 2011 17:20:57 +0100 "Dr. David Kirkby" wrote: > On 04/ 1/11 12:54 PM, Burcin Erocal wrote: > > On Fri, 01 Apr 2011 00:37:46 +0100 > > "Dr. David Kirkby" wrote: > > > >> I've built Sage 64-bit on OpenSolaris but it crashes at startup. I've > >> run gdb and find the bit of code that

Re: [sage-devel] Debugging some cython code / Pynac

2011-04-01 Thread Dr. David Kirkby
On 04/ 1/11 12:54 PM, Burcin Erocal wrote: On Fri, 01 Apr 2011 00:37:46 +0100 "Dr. David Kirkby" wrote: I've built Sage 64-bit on OpenSolaris but it crashes at startup. I've run gdb and find the bit of code that's causing the crash is this. ./devel/sage-main/sage/symbolic/function.cpp /*

Re: [sage-devel] Debugging some cython code / Pynac

2011-04-01 Thread David Kirkby
On 1 April 2011 12:54, Burcin Erocal wrote: > On Fri, 01 Apr 2011 00:37:46 +0100 > "Dr. David Kirkby" wrote: > >> I've built Sage 64-bit on OpenSolaris but it crashes at startup. I've >> run gdb and find the bit of code that's causing the crash is this. >> >> ./devel/sage-main/sage/symbolic/funct

Re: [sage-devel] Debugging some cython code / Pynac

2011-04-01 Thread Burcin Erocal
On Fri, 01 Apr 2011 00:37:46 +0100 "Dr. David Kirkby" wrote: > I've built Sage 64-bit on OpenSolaris but it crashes at startup. I've > run gdb and find the bit of code that's causing the crash is this. > > ./devel/sage-main/sage/symbolic/function.cpp > > > /* "sage/symbolic/function.pyx":109

[sage-devel] Debugging some cython code / Pynac

2011-03-31 Thread Dr. David Kirkby
I've built Sage 64-bit on OpenSolaris but it crashes at startup. I've run gdb and find the bit of code that's causing the crash is this. ./devel/sage-main/sage/symbolic/function.cpp /* "sage/symbolic/function.pyx":109 * raise ValueError, real_fname + " parameter must be call