https://bugs.kde.org/show_bug.cgi?id=524285
--- Comment #4 from [email protected] --- (In reply to Jack Hill from comment #3) > I've run it for about 5 hours and haven't had it crash. Yes. It might be something dependant upon external factors, as my previous session lasted for over a day, while this one was happening within minutes during that time. This is what I have rn, to run ASAN: ```bash #!/bin/bash cd $(dirname $BASH_SOURCE) source prefix.sh export QT_LOGGING_RULES=*.*=false export ASAN_OPTIONS=halt_on_error=0 echo $QT_LOGGING_RULES echo $ASAN_OPTIONS export LD_PRELOAD=/usr/lib/libasan.so.8 bin/ktorrent --verbose ``` The LD_PRELOAD was required when I only build libktorrent with ASAN and KTorrent was built in a normal debug mode. This method was useful as it reduced the UI lag and most use of ASAN was in libktorrent. > Do you have debug symbols for the stats plugin enabled? I simply build using `CMAKE_BUILD_TYPE:STRING=Debug`, so I thought that all in-project debug info would be available. Is that not the case? I don't remember having to do anything extra for the Syndication plugin. -- You are receiving this mail because: You are watching all bug changes.
