| Summary: | HeapTrack can't analyse an application inside an AppImage | ||
|---|---|---|---|
| Product: | [Applications] Heaptrack | Reporter: | Vadim Peretokin <vperetokin> |
| Component: | general | Assignee: | Milian Wolff <mail> |
| Status: | REPORTED --- | ||
| Severity: | normal | CC: | probono |
| Priority: | NOR | ||
| Version First Reported In: | 1.1.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Vadim Peretokin
2018-05-23 16:01:46 UTC
What happens if you run ./Mudlet-3.9.0-linux-x64.AppImage --appimage-extract and then run Heaptrack on the extracted contents? it works when you extract the appimage I suspect that the following happens: - AppImage loader gets tracked by heaptrack - heaptrack unsets LD_PRELOAD to prevent child apps from being tracked - AppImage loader loads actual internal app and launches it so what this request boils down to is essentially the capability to track child applications with heaptrack. I'd really like to see this too eventually, but that will require quite some changes internally. |