Bug#943398: linux-perf-5.2: perf report segmentation fault

2020-01-23 Thread Bernhard Übelacker
Control: forwarded -1 https://marc.info/?l=linux-kernel=157973791626377=2 Control: tags -1 + upstream Hello Salvatore, thanks for the link. I tried to get in contact with upstream. Kind regards, Bernhard https://www.spinics.net/lists/kernel/msg3384013.html

Bug#943398: linux-perf-5.2: perf report segmentation fault

2020-01-21 Thread Salvatore Bonaccorso
Hi Bernhard, On Mon, Jan 20, 2020 at 10:41:44PM +0100, Bernhard Übelacker wrote: > Hello Salvatore, > > > Can you report the issue directly upstream? > Will do, but I am not sure exactly to where. > > I found the MAINTAINERS file and I guess if there > is no "B:" line it has to be reported to

Bug#943398: linux-perf-5.2: perf report segmentation fault

2020-01-20 Thread Bernhard Übelacker
Hello Salvatore, > Can you report the issue directly upstream? Will do, but I am not sure exactly to where. I found the MAINTAINERS file and I guess if there is no "B:" line it has to be reported to the "L:" list ? Kind regards, Bernhard

Bug#943398: linux-perf-5.2: perf report segmentation fault

2020-01-15 Thread Salvatore Bonaccorso
Hi, On Tue, Jan 14, 2020 at 01:08:02AM +0100, Bernhard Übelacker wrote: > Dear Maintainer, > I could reproduce using linux-perf-5.2 and it is > also visible in linux-perf-5.4 5.4.8-1, > by just pressing enter. > > The crash happens because in line 3172 > function hist_browser__selected_entry

Bug#943398: linux-perf-5.2: perf report segmentation fault

2020-01-13 Thread Bernhard Übelacker
Dear Maintainer, I could reproduce using linux-perf-5.2 and it is also visible in linux-perf-5.4 5.4.8-1, by just pressing enter. The crash happens because in line 3172 function hist_browser__selected_entry returns browser->he_selection, which is at this time a null pointer. This null pointer

Bug#943398: linux-perf-5.2: perf report segmentation fault

2019-10-24 Thread Till Junge
Package: linux-perf-5.2 Version: 5.2.17-1+b1 Severity: important Dear Maintainer, `perf report` segfaults, making perf unusable. To reproduce, e.g. do ``` # perf record ls # perf report perf.data ``` `perf report` loads the file and the curses gui subsequently segfaults -- System