Re[2]: Debugging practices and hardened packages

2016-01-25 Thread Roman Tsisyk
> Saturday, January 23, 2016 9:36 PM UTC from Zbigniew Jędrzejewski-Szmek > : > > On Sat, Jan 23, 2016 at 08:12:06PM +0300, Roman Tsisyk wrote: > > > Thursday, January 14, 2016 10:03 AM -06:00 from Michael Catanzaro > > > : > > > > > > > > >

Re[2]: Debugging practices and hardened packages

2016-01-14 Thread Roman Tsisyk
> Thursday, January 14, 2016 8:50 AM +01:00 from Florian Weimer : > > How it is supposed to be debugged by upstream developers? > > With GDB? Yes, for C/C++ packages. > Fedora provides debugging information for most of its packages, and you > can extract them from RPMs and

Re: Re[2]: Debugging practices and hardened packages

2016-01-14 Thread Michael Catanzaro
You can use ABRT to manage your core dumps, but it's not as nice as coredumpctl. I recommend disabling ABRT ('systemctl disable abrtd' and 'systemctl stop abrtd') so that your core dumps will appear in coredumpctl. The ABRT developers are working on better coredumpctl integration. On Thu,