https://bugs.kde.org/show_bug.cgi?id=453455
Raymond Wan <rwan.w...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rwan.w...@gmail.com --- Comment #1 from Raymond Wan <rwan.w...@gmail.com> --- I can confirm that this happens on Ubuntu 22.04 . What I also found out is kbibtex will start if I erase these files: rm -f -r .local/share/kbibtex .cache/kbibtex/ .config/kbibtexrc But if I start a new BibTeX file and put a single entry like this: @article{New1, author = {a and b}, journal = {def}, title = {{abc}}, year = {2010} } it will save fine. If I exit and try to load this file with a single entry back in, then it crashes again with "segmentation fault". So, I don't think it is a problem of my input .bib files or any of the configuration files (unless there is still another one which I haven't yet deleted). -- You are receiving this mail because: You are watching all bug changes.