https://bugs.kde.org/show_bug.cgi?id=515379
Albert Astals Cid <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/util |https://invent.kde.org/util |ities/kcalc/-/commit/68930e |ities/kcalc/-/commit/20cb18 |59488c39d1bb2f42eccf6136496 |b6ec20b4f6fa7659bb1a4914453 |646d3c9 |b5dfa13 --- Comment #3 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.
