Re: [Numpy-discussion] How to debug reference counting errors

2012-08-31 Thread Ondřej Čertík
On Fri, Aug 31, 2012 at 5:56 PM, Mark Wiebe wrote: > On Fri, Aug 31, 2012 at 5:35 PM, Ondřej Čertík > wrote: >> >> Hi Dag, >> >> On Fri, Aug 31, 2012 at 4:22 AM, Dag Sverre Seljebotn >> wrote: >> > On 08/31/2012 09:03 AM, Ondřej Čertík wrote: >> >> Hi, >> >> >> >> There is segfault reported here

Re: [Numpy-discussion] How to debug reference counting errors

2012-08-31 Thread Mark Wiebe
On Fri, Aug 31, 2012 at 5:35 PM, Ondřej Čertík wrote: > Hi Dag, > > On Fri, Aug 31, 2012 at 4:22 AM, Dag Sverre Seljebotn > wrote: > > On 08/31/2012 09:03 AM, Ondřej Čertík wrote: > >> Hi, > >> > >> There is segfault reported here: > >> > >> http://projects.scipy.org/numpy/ticket/1588 > >> > >> I

Re: [Numpy-discussion] How to debug reference counting errors

2012-08-31 Thread Ondřej Čertík
Hi Dag, On Fri, Aug 31, 2012 at 4:22 AM, Dag Sverre Seljebotn wrote: > On 08/31/2012 09:03 AM, Ondřej Čertík wrote: >> Hi, >> >> There is segfault reported here: >> >> http://projects.scipy.org/numpy/ticket/1588 >> >> I've managed to isolate the problem and even provide a simple patch, >> that fi

Re: [Numpy-discussion] How to debug reference counting errors

2012-08-31 Thread Dag Sverre Seljebotn
On 08/31/2012 09:03 AM, Ondřej Čertík wrote: > Hi, > > There is segfault reported here: > > http://projects.scipy.org/numpy/ticket/1588 > > I've managed to isolate the problem and even provide a simple patch, > that fixes it here: > > https://github.com/numpy/numpy/issues/398 > > however the patch

Re: [Numpy-discussion] How to debug reference counting errors

2012-08-31 Thread Richard Hattersley
Hi, re: valgrind - to get better results you might try the suggestions from: http://svn.python.org/projects/python/trunk/Misc/README.valgrind Richard On 31 August 2012 09:03, Ondřej Čertík wrote: > Hi, > > There is segfault reported here: > > http://projects.scipy.org/numpy/ticket/1588 > > I'v

[Numpy-discussion] How to debug reference counting errors

2012-08-31 Thread Ondřej Čertík
Hi, There is segfault reported here: http://projects.scipy.org/numpy/ticket/1588 I've managed to isolate the problem and even provide a simple patch, that fixes it here: https://github.com/numpy/numpy/issues/398 however the patch simply doesn't decrease the proper reference, so it might leak.