[sage-devel] Re: Valgrind - how to?

2019-02-14 Thread Samuel Lelievre
The ticket for upgrading valgrind is at https://trac.sagemath.org/ticket/19618 -- 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...@googlegr

[sage-devel] Re: Valgrind - how to?

2019-02-13 Thread Jean-Pierre Flori
On Wednesday, February 13, 2019 at 8:44:07 AM UTC+1, Simon King wrote: > > Hi again, > > On 2019-02-12, Simon King > wrote: > > If I recall correctly, valgrind would be able to report leaking memory. > > But how to use it in Sage? > > > > I guess `sage -i valgrind` is the first step. But the

[sage-devel] Re: Valgrind - how to?

2019-02-12 Thread Simon King
Hi again, On 2019-02-12, Simon King wrote: > If I recall correctly, valgrind would be able to report leaking memory. > But how to use it in Sage? > > I guess `sage -i valgrind` is the first step. But then? `make start`? > `sage -ba`? Can you also point me to a valgrind tutorial that > demonstrate