https://bugs.kde.org/show_bug.cgi?id=394659
--- Comment #51 from Thomas Fischer <fisc...@unix-ag.uni-kl.de> --- > kbibtex.program: Located KPart service: "kbibtexpart" with description > "KParts component to view and edit bibliographic files" from library > "kbibtexpart" > KCrash: crashing... crashRecursionCounter = 2 > KCrash: Application Name = kbibtex path = /tmp/mfg-kbibtex-usr/bin pid = 26043 > KCrash: Arguments: /tmp/mfg-kbibtex-usr/bin/kbibtex > KCrash: Attempting to start /usr/lib/x86_64-linux-gnu/libexec/drkonqi from > kdeinit > sock_file=/run/user/1000/kdeinit5__0 Didn't you get any crash report from DrKonqi? In case DrKonqi does not work here, in run-kbibtex.sh at the script's end, disable this line ( cd ${HOME} && ${INSTALL_PREFIX}/bin/${APPLICATION} ) || exit 1 and enable this line: ( cd ${HOME} && valgrind --error-limit=no --smc-check=all-non-file --track-origins=yes --log-file=/tmp/${USER}-${APPLICATION}-valgrind-$(date '+%Y%m%d-%H%M%S').txt --show-reachable=yes --num-callers=24 -v --leak-check=full ${INSTALL_PREFIX}/bin/${APPLICATION} ) || exit 1 This will generate a log file with name pattern /tmp/*-valgrind-*.txt. As the file will be very large, please compress it with gzip or xz before submitting it here. -- You are receiving this mail because: You are watching all bug changes.