Messages in this thread |  | | Subject | Re: [PATCH] perf script report: fix segfault when using DWARF mode | From | Kim Phillips <> | Date | Thu, 2 Apr 2020 14:07:51 -0500 |
| |
On 4/2/20 7:54 AM, Andreas Gerstmayr wrote: > When running perf script report with a Python script and a callgraph in > DWARF mode, intr_regs->regs can be 0 and therefore crashing the regs_map > function. > > Added a check for this condition (same check as in builtin-script.c:595). > > Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com> > ---
Tested-by: Kim Phillips <kim.phillips@amd.com>
Thanks,
Kim
|  |