https://sourceware.org/bugzilla/show_bug.cgi?id=29356
Bug ID: 29356
Summary: [display html] Execution fails if gprofng is not
included in PATH
Product: binutils
Version: 2.39
Status: NEW
Severity: normal
Priority: P2
Component: gprofng
Assignee: vladimir.mezentsev at oracle dot com
Reporter: ruud.vanderpas at oracle dot com
Target Milestone: ---
The code uses the settings for PATH to find and execute gp-display-text.
This fails if gprofng is not included in PATH and the user does something like
this:
$ PATH=<branch-38>/bin:$PATH
$ <branch-38>/bin/gprofng .... <----- this runs correctly
$ <branch-39>/bin/gprofng .... <----- gp-display-html executes the wrong
gp-display-text version from <branch-38>/bin.
The above scenario should be supported however.
--
You are receiving this mail because:
You are on the CC list for the bug.