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