Hi,

        There seems to be some memory leak in the integrate module, and I  
think that it is related to the gsl_function call.
        If take the integrate.py example and run it in a loop by changing:

if __name__ == '__main__':
     run()

to

if __name__ == '__main__':
        while 1:
            run()


You can see the memory footprint increasing with every iterations.
This is under OSX 10.5, using GSL 1.13 and pygsl 0.9.4


Has anyone encountered this problem?

        Cheers
        Nor


------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
pygsl-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pygsl-discuss

Reply via email to