[sage-support] still problems again installing Sage9.2

2021-05-27 Thread Anita Rojas
Hello. I hope you are OK. Here I am back trying to get sage working in my new mac (with Big Sur 11.2.3). Sage still works in the old one (fortunately). Now I have a problem with the package kbmag from gap. When working I got the error I pasted at the end of this email. I have tried the following

[sage-support] memory leak in trivial calculation?

2021-05-27 Thread 'Peter Mueller' via sage-support
The following trivial code eats up all the memory and crashes with an Unhandled SIGSEGV on my Linux machine and sage version 9.3. But it does not work either on the sage cell! var('z y') f = -(15*z/(17*y + 11) + 1)*(5*z/(4*y + 1) - 1)*(15*z/(3*y - 4) + 1) f(y=I) -- Peter Mueller -- You receiv