Re: [PATCH -tip ] [BUGFIX] perf/probe: Fix to handle errors in line_range searching

2014-04-06 Thread Namhyung Kim
On Sun, 6 Apr 2014 14:52:48 +0200, Jiri Olsa wrote: > On Wed, Apr 02, 2014 at 02:48:31PM +0900, Masami Hiramatsu wrote: >> As Namhyung reported(https://lkml.org/lkml/2014/4/1/89), >> current perf-probe -L option doesn't handle errors in line-range >> searching correctly. It causes a SEGV if an erro

Re: [PATCH -tip ] [BUGFIX] perf/probe: Fix to handle errors in line_range searching

2014-04-06 Thread Jiri Olsa
On Wed, Apr 02, 2014 at 02:48:31PM +0900, Masami Hiramatsu wrote: > As Namhyung reported(https://lkml.org/lkml/2014/4/1/89), > current perf-probe -L option doesn't handle errors in line-range > searching correctly. It causes a SEGV if an error occured in the > line-range searching. > > >

[PATCH -tip ] [BUGFIX] perf/probe: Fix to handle errors in line_range searching

2014-04-01 Thread Masami Hiramatsu
As Namhyung reported(https://lkml.org/lkml/2014/4/1/89), current perf-probe -L option doesn't handle errors in line-range searching correctly. It causes a SEGV if an error occured in the line-range searching. $ perf probe -x ./perf -v -L map__load Open Debuginfo file: /home/namhyung/pro