Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

howto:valgrind [2020/03/21 19:51] – created alexxconshowto:valgrind [2020/04/11 00:13] (current) – Fix command line andreldm
Line 5: Line 5:
     --leak-resolution=high --num-callers=500 --track-origins=yes  \     --leak-resolution=high --num-callers=500 --track-origins=yes  \
     --read-var-info=yes --show-leak-kinds=all \     --read-var-info=yes --show-leak-kinds=all \
-    -log-file=~/Desktop/xfdesktop-valgrind.log xfdesktop &+    --log-file="$HOME/Desktop/xfdesktop-valgrind.logxfdesktop &
  
 Then trigger the leak and gracefully kill xfdesktop with xfdesktop --quit. Note: it will be super slow running in valgrind but once you have xfdesktop-valgrind.log file feel free to attach it and I'll take a look. I also fixed a memory leak a couple days ago if you're running the 4.13/git master stuff. Then trigger the leak and gracefully kill xfdesktop with xfdesktop --quit. Note: it will be super slow running in valgrind but once you have xfdesktop-valgrind.log file feel free to attach it and I'll take a look. I also fixed a memory leak a couple days ago if you're running the 4.13/git master stuff.
  
 Info from here: https://bugzilla.xfce.org/show_bug.cgi?id=12805#c2 Info from here: https://bugzilla.xfce.org/show_bug.cgi?id=12805#c2