Reputation: 5540
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:
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:
Note:
What I'm missing?
Upvotes: 0
Views: 64