<div dir="ltr">I was frustrated that I could not try to debug KStars memory issues using valgrind. When I ran, e.g.  'valgrind /usr/bin/kstars' I would get an uninformative crash very soon and the program (valgrind) would die.<div><br></div><div>I've run this on an Ubuntu 20.04 VM on macbook, but I believe I've heard from others that they also could not run valgrind on KStars (please correct me if I'm wrong).</div><div><br></div><div>I opened a bug on the valgrind bug tracking system, <a href="https://bugs.kde.org/show_bug.cgi?id=430597">https://bugs.kde.org/show_bug.cgi?id=430597</a> and happily it came to a reasonable conclusion.</div><div><br></div><div>(a) I found that, not just KStars, but all Qt programs seemed to crash with valgrind, and <br>(b) There is a workaround!</div><div>On the command line, before starting KStars, run: <br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>export LIBGL_ALWAYS_SOFTWARE=1</div></blockquote><div>Then, on the command line start up valgrind with kstars, e.g.<br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>valgrind ~/Projects/kstars-build/kstars/kstars</div></blockquote><div><br></div><div>Hy </div></div>