On Tue, Aug 6, 2013 at 8:14 AM, Namhyung Kim <[email protected]> wrote: > From: Namhyung Kim <[email protected]> > > The commit 2b8bfa6bb8a7 ("perf tools: Centralize default columns init > in perf_hpp__init") moves initialization of common overhead column to > perf_hpp__init() but forgot about the gtk code. > > So the gtk code added the same column to the list twice causing > infinite loop when iterating it by perf_hpp__for_each_format loop. > When I run perf report --gtk, I can see following messages > indefinitely. > > (perf:11687): Gtk-CRITICAL **: IA__gtk_main_quit: assertion 'main_loops != > NULL' failed > perf: Segmentation fault > > Cc: Jiri Olsa <[email protected]> > Cc: Pekka Enberg <[email protected]> > Cc: Andi Kleen <[email protected]> > Signed-off-by: Namhyung Kim <[email protected]>
Reviewed-by: Pekka Enberg <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

