[Numpy-discussion] Bus Error with string in ndarray with named fields

2007-04-24 Thread Per B. Sederberg
Hi Folks: I'm getting a very strange bus error in the recent versions of numpy (almost current svn). Here's how you can (hopefully) replicate it: On my MacBook: Python 2.4.3 (#1, Apr 7 2006, 10:54:33) [GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin Type "help", "copyright", "credits" o

[Numpy-discussion] Bus Error with string in ndarray with named fields

2007-04-20 Thread Per B . Sederberg
>>> Hi Folks: I'm getting a very strange bus error in the recent versions of numpy (almost current svn). Here's how you can (hopefully) replicate it: On my MacBook: Python 2.4.3 (#1, Apr 7 2006, 10:54:33) [GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin Type "help", "copyright", "credi

Re: [Numpy-discussion] setmember1d memory leak?

2007-01-22 Thread Per B . Sederberg
Robert Kern gmail.com> writes: > > Per B. Sederberg wrote: > > Does anyone have any idea of what might be occurring in setmember1d in > > combination with this setup that would cause such a massive memory leak? > > Can you check out numpy from SVN and see if you can

[Numpy-discussion] setmember1d memory leak?

2007-01-22 Thread Per B . Sederberg
Hi Everybody: I was having a massive memory leak problem in some simulations I coded that I traced down to the setmember1d method. After running for about an hour, my program, which should have been taking up .6% of the RAM was taking up 100% of my 4GB of RAM and would eventually get killed by th