Re: Valgrind and Fedora debuginfo: best GUI

2018-12-06 Thread Jan Kratochvil
On Thu, 06 Dec 2018 11:59:35 +0100, Germano Massullo wrote: > This seems to not happen with Valgrind I would first suggest using compiler option -fsanitize=address instead of valgrind. Jan Kratochvil ___ devel mailing list --

Valgrind and Fedora debuginfo: best GUI

2018-12-06 Thread Germano Massullo
I have to debug certain BOINC Manager problems (C++ language), and instead of importing and building the whole source tree in a project in a SDK like Eclipse, I want to simply use the debuginfos already available in Fedora repository. Concerning GDB usage I can do that with QtCreator. It attaches