Re: Trying not call elfutils functions in ABRT under root

2016-11-29 Thread Petr Spacek
On 29.11.2016 09:55, Adam Sulc wrote: > Thank you for fast reply. > > The problem is in > > int > dwfl_linux_proc_find_elf function: > https://github.com/xsulca00/elfutils-for-satyr/blob/satyr_dwfl_linux_proc_report/libdwfl/linux-proc-maps.c#L372 > > where : > https://github.com/xsulca00/elfuti

Re: Trying not call elfutils functions in ABRT under root

2016-11-29 Thread Adam Sulc
Thank you for fast reply. The problem is in int dwfl_linux_proc_find_elf function: https://github.com/xsulca00/elfutils-for-satyr/blob/satyr_dwfl_linux_proc_report/libdwfl/linux-proc-maps.c#L372 where : https://github.com/xsulca00/elfutils-for-satyr/blob/satyr_dwfl_linux_proc_report/libdwfl/lin

Re: Trying not call elfutils functions in ABRT under root

2016-11-28 Thread Petr Spacek
On 28.11.2016 09:47, xmine...@seznam.cz wrote: > Hello, > > im using elfutils in ABRT program specifically when generating > core_backtrace. According to this https://github.com/abrt/abrt/issues/890 > post, it is not a good idea using elfutils under root. So I have tried moving > as much elfuti

Trying not call elfutils functions in ABRT under root

2016-11-28 Thread xmineral
Hello, im using elfutils in ABRT program specifically when generating core_backtrace. According to this https://github.com/abrt/abrt/issues/890 post, it is not a good idea using elfutils under root. So I have tried moving as much elfutils function calls to non-root process as possible. That mea