Re: perf segmentation fault from NULL dereference

From: Andi Kleen
Date: Wed Sep 26 2018 - 23:00:40 EST


> Please me let me know if a valid issue so we can get a fix in.

If it crashes it must be a valid issue of course.

But I'm not sure about your bisect. Hard to see how my patch
could cause this. Sometimes bisects go wrong.
You verified by just reverting the patch?

First thing I would also try is to run with valgrind or ASan and see if it
reports anything.

-Andi