Summary: | Add a "vgstack" script | ||
---|---|---|---|
Product: | [Developer tools] valgrind | Reporter: | Paul Floyd <pjfloyd> |
Component: | general | Assignee: | Paul Floyd <pjfloyd> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | 3.25 GIT | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Other | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | initial patch |
Description
Paul Floyd
2025-05-12 13:57:03 UTC
Created attachment 181250 [details]
initial patch
Just tested on FreeBSD so far.
This doesn't work on illumos. The Valgrind process core dumps and vgstack gets no output. Possibly the same issue as https://bugs.kde.org/show_bug.cgi?id=503130 Seems OK on Linux. commit 568ce38ac76e1cefc20b006c7da8cf7bf2209596 (HEAD -> master, origin/master, origin/HEAD, bug504101) Author: Paul Floyd <pjfloyd@wanadoo.fr> Date: Tue May 13 20:34:48 2025 +0200 Bug 504101 - Add a "vgstack" script This works just like pstack/gstack (and bstack on FreeBSD). Run "vgstack [valgrind pid]" and you will get the guest backtraces. |