Fabiano Taioli
Fabiano Taioli

Reputation: 5540

Rust leak checking with heaptrack on Raspberry

I'm trying to check memory leaks on my Rust app with heaptrack.

To do this I simply run the debug version of my app with heaptrack and I can see all data: Example screenshot

But I need to test my app on a Raspberry Pi 4 (with Ubuntu).

In the Raspy I have recompiled the same application in developmnet, just changing the Rust toolchain (stable-aarch64-unknown-linux-gnu).

But running heaptrack on the Raspy version does not give any useful info: enter image description here

Note:

What I'm missing?

Upvotes: 0

Views: 64

Answers (0)

Related Questions