https://bugs.kde.org/show_bug.cgi?id=365868
--- Comment #7 from David Edmundson <k...@davidedmundson.co.uk> --- Works here. and there's not much information in your backtrace, certainly nothing to do with locale itself - just it re-evaluating a height and doing some processing ready for drawing, it's certainly not "stuck". One possible guess from the backtrace, it's getting caught up in a loop of whether it should show the scrollbar or not - i.e it adds one then realises it doesn't need one so removes it that makes things thinner so it needs the scrollbar I've seen that before and it would kind of match your backtrace. It might be just that a search for "nä" happens to give exactly the wrong amount of items on your screen to cause that. I don't suppose you could test if "bä" locks up also if "nä" works on a slightly different font size? Finally if they do lock up, can you get a few backtraces so we can guess where the code is actually going. (if you type "set logging on" into gdb it will save all the info into a file so it's a bit easier) -- You are receiving this mail because: You are watching all bug changes.