Re: [Pytables-users] Memory Leak?

2006-01-30 Thread Russel Howe
On Jan 28, 2006, at 4:47 PM, Francesc Altet wrote: El dv 27 de 01 del 2006 a les 21:01 +0100, en/na Francesc Altet va escriure: I'm working on a different implementation (inspired on your patch), but some tests are still giving problems. I've commited the changes to SVN anyway, so if you wa

Re: [Pytables-users] Memory Leak?

2006-01-27 Thread Russel Howe
Yes. My own tests seems to indicate that you are right. I tend to think that numarray.array actually *does* the copy, but the question is why a subsequent free on rdata[i].p causes a segfault (?). numarray does not copy. I traced the execution and found no place where copy occurs. Well, pe

Re: [Pytables-users] Memory Leak?

2006-01-26 Thread Russel Howe
On Jan 26, 2006, at 4:34 AM, Francesc Altet wrote: Hi Russel, A Dimecres 25 Gener 2006 18:24, Russel Howe va escriure: I am not sure if this is a numarray problem or a pytables problem, but this is the simplest program I have been able to create that illustrates the problem. The

[Pytables-users] Memory Leak?

2006-01-25 Thread Russel Howe
I am not sure if this is a numarray problem or a pytables problem, but this is the simplest program I have been able to create that illustrates the problem. The attached program causes my machine to use all available memory (1G ram + 1G swap), it is eventually killed by the kernel. Is