Sébastien Valat

Results 78 comments of Sébastien Valat

I merged PR #84. If the problem you reported is related, if should work now (notice I didn't yet made extensive tests after the merge so if you make some...

Hello, thanks for reporting the issue. I would ask two things to help debugging: 1. Can you extract the values of `unusedMemory` and `totalMemory` to see if one of them...

Hi, sorry didn't has yet time to investigate. But as you pointed, there could be a problem due to mix of C++ libraries (intel / gnu). Have you tried to...

Hum, thanks very much for the reporting, that's good to know. I had the impression up to now that there was no issue in that case, but apparently yes.

Hi Rob, sorry for the delay. MALT tracks two sub-metric for every counter : owned & total as you noticed : - `total` : number of time malloc (free....) has...

Hi @louishust, thanks for reporting the issue. **Case:** Are we speeking about the example from https://memtt.github.io/numaprof/example.html ? I tried on my laptop and do not see the issue (ubuntu 22.04)....

Hi, I added a few messages in the logging can you try the master branch and run the example with -V option and report me what it logs: ```sh numaprof...

Hum, it started and this is probably during a memory access that the crash arise. Not sure how to debug this, I need to give a look. Can I ask...

I pushed a more verbose version in branch `debug/verbose`, can you make a test with it and send me the logs ? ```sh git checkout debug/verbose ``` In case, you...

Damn, I pushed a new commit on the `debug/verbose` branch to get more in depth prints in the read/write function. If you can run again. Sorry for the inconvenience, I...