Re: [BUG] perf/script: segfault on simple command

2015-08-06 Thread Arnaldo Carvalho de Melo
Em Thu, Aug 06, 2015 at 11:28:29AM -0300, Arnaldo Carvalho de Melo escreveu: > Em Thu, Aug 06, 2015 at 07:41:20AM +0200, Jiri Olsa escreveu: > > On Wed, Aug 05, 2015 at 03:40:32PM -0700, Stephane Eranian wrote: > > > $ perf script > > > Segmentation fault (core dumped) > > > > event-parse.c:464 >

Re: [BUG] perf/script: segfault on simple command

2015-08-06 Thread Arnaldo Carvalho de Melo
Em Thu, Aug 06, 2015 at 07:41:20AM +0200, Jiri Olsa escreveu: > On Wed, Aug 05, 2015 at 03:40:32PM -0700, Stephane Eranian wrote: > > $ perf script > > Segmentation fault (core dumped) > > $ gdb perf > > (gdb) r script > > Program received signal SIGSEGV, Segmentation fault. > >

Re: [BUG] perf/script: segfault on simple command

2015-08-06 Thread Arnaldo Carvalho de Melo
Em Thu, Aug 06, 2015 at 07:41:20AM +0200, Jiri Olsa escreveu: On Wed, Aug 05, 2015 at 03:40:32PM -0700, Stephane Eranian wrote: $ perf script Segmentation fault (core dumped) $ gdb perf (gdb) r script Program received signal SIGSEGV, Segmentation fault. 0x0050f98b in

Re: [BUG] perf/script: segfault on simple command

2015-08-06 Thread Arnaldo Carvalho de Melo
Em Thu, Aug 06, 2015 at 11:28:29AM -0300, Arnaldo Carvalho de Melo escreveu: Em Thu, Aug 06, 2015 at 07:41:20AM +0200, Jiri Olsa escreveu: On Wed, Aug 05, 2015 at 03:40:32PM -0700, Stephane Eranian wrote: $ perf script Segmentation fault (core dumped) event-parse.c:464 Looks like

Re: [BUG] perf/script: segfault on simple command

2015-08-05 Thread Jiri Olsa
On Wed, Aug 05, 2015 at 03:40:32PM -0700, Stephane Eranian wrote: > Hi Arnaldo, Jiri > > Running this simple command from tip.git tree, I get: > > > $ perf record ls > > [ perf record: Woken up 1 times to write data ] > [ perf record: Captured and wrote 0.011 MB perf.data (9 samples) ] > > $

[BUG] perf/script: segfault on simple command

2015-08-05 Thread Stephane Eranian
Hi Arnaldo, Jiri Running this simple command from tip.git tree, I get: $ perf record ls [ perf record: Woken up 1 times to write data ] [ perf record: Captured and wrote 0.011 MB perf.data (9 samples) ] $ perf script Segmentation fault (core dumped) $ gdb perf (gdb) r script Program

Re: [BUG] perf/script: segfault on simple command

2015-08-05 Thread Jiri Olsa
On Wed, Aug 05, 2015 at 03:40:32PM -0700, Stephane Eranian wrote: Hi Arnaldo, Jiri Running this simple command from tip.git tree, I get: $ perf record ls [ perf record: Woken up 1 times to write data ] [ perf record: Captured and wrote 0.011 MB perf.data (9 samples) ] $ perf script

[BUG] perf/script: segfault on simple command

2015-08-05 Thread Stephane Eranian
Hi Arnaldo, Jiri Running this simple command from tip.git tree, I get: $ perf record ls [ perf record: Woken up 1 times to write data ] [ perf record: Captured and wrote 0.011 MB perf.data (9 samples) ] $ perf script Segmentation fault (core dumped) $ gdb perf (gdb) r script Program