gprofng: fix bug 29351 - Move dynamic loading of modules to a later stage
authorRuud van der Pas <ruud.vanderpas@oracle.com>
Fri, 22 Jul 2022 13:32:51 +0000 (06:32 -0700)
committerVladimir Mezentsev <vladimir.mezentsev@oracle.com>
Mon, 25 Jul 2022 22:05:49 +0000 (15:05 -0700)
commit872ae1027e3a4d344333acf7507a32874444e3b0
tree1c64c3bd1bb33306c8bc88092cdb0528967c47c6
parent24d2cbc42ccf08dba79394635db3be084eed9062
gprofng: fix bug 29351 - Move dynamic loading of modules to a later stage

gprofng/Changelog:
2022-07-22  Ruud van der Pas  <ruud.vanderpas@oracle.com>

PR gprofng/29351
* gp-display-html/gp-display-html.in: the dynamic loading of
modules occurred too early, resulting in the generation of the
man page to fail in case a module is missing; the loading part is
now done somewhat later in the execution to avoid this problem.
gprofng/gp-display-html/gp-display-html.in