https://bugs.kde.org/show_bug.cgi?id=515379
--- Comment #4 from Albert Astals Cid <[email protected]> --- Git commit 20cb18b6ec20b4f6fa7659bb1a4914453b5dfa13 by Albert Astals Cid, on behalf of Jan Miksa. Committed on 27/07/2026 at 00:04. Pushed by aacid into branch 'master'. Fix a bug causing an infinite loop when degree token is found in calculation, which causes the app to freeze completely. In this case, degree token has type set to KNumberType (maybe a default type for tokens) so kcalc_core tries to insert next token after it and it fails. As a simple solution, Degree token is completely removed from the parser because it is not used at all in the program Closes #515379 M +0 -7 kcalc_parser.cpp M +0 -1 kcalc_parser.h M +0 -1 kcalc_token.cpp M +0 -1 kcalc_token.h https://invent.kde.org/utilities/kcalc/-/commit/20cb18b6ec20b4f6fa7659bb1a4914453b5dfa13 -- You are receiving this mail because: You are watching all bug changes.
