This may be fixed by the fix for sqrt(2), but I don't have such build. I haven't done exact profile of the memory leak and measure it with the "task manager" of XFCE.
The leak is about few megabytes per seconds. Session: ``` c=0 while SR(float(0.5)): c += 1 #leaks ``` According to my tests the following does NOT leak, can someone confirm? ``` while 1: a=SR(float(0.5)) ``` Another leak in gp: ``` while 1: a=gp('bnfinit(x^2+1)') #leaks ``` The leak is about few megabytes per seconds in the `gp` separate process (note that `gp` leaks, not sage). -- guninski https://www.guninski.com/me.html -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/CAGUWgD8v43y%2B%3D8XnTq%2B_R7sO2gUWDjVjeKGpmvhjo2_Egz%3Ds0Q%40mail.gmail.com.