Discussion:
Valgrind and Fedora debuginfo: best GUI
Germano Massullo
2018-12-06 10:59:35 UTC
Permalink
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 to and
external running program, and I can easly see the sources.
This seems to not happen with Valgrind on QtCreator: I can manage to
start Valgrind and BOINC Manager, but I don't see anything.
What do you suggest me to do to achieve using Valgrind in a GUI in a quick way?

Thank you
_______________________________________________
devel mailing list -- ***@lists.fedoraproject.org
To unsubscribe send an email to devel-***@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/***@l
Jan Kratochvil
2018-12-06 16:53:39 UTC
Permalink
Post by Germano Massullo
This seems to not happen with Valgrind
I would first suggest using compiler option -fsanitize=address instead of
valgrind.


Jan Kratochvil
_______________________________________________
devel mailing list -- ***@lists.fedoraproject.org
To unsubscribe send an email to devel-***@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archiv

Loading...