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

2019-02-12 Thread Simon King
Hi Justin, Am Dienstag, 12. Februar 2019 21:45:44 UTC+1 schrieb Justin C. Walker: > > I can’t answer most of your questions, but for the last, internet search > is your friend… > > Of course I did search before asking. However, I believe that recommendations of people who have actually read a

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

2019-02-12 Thread 'Justin C. Walker' via sage-devel
Hi, Simon, > On Feb 12, 2019, at 12:24 , Simon King wrote: > > Hi! > > Working at #27261, it seems to me that there is a memory leak somewhere > either in Sage's use of libsingular, or in libsingular internally. > > If I recall correctly, valgrind would be able to report leaking memory. > But

[sage-devel] Valgrind - how to?

2019-02-12 Thread Simon King
Hi! Working at #27261, it seems to me that there is a memory leak somewhere either in Sage's use of libsingular, or in libsingular internally. 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