GNOME Bugzilla – Bug 576371
Unresponsive during expensive computations e.g. exponentials
Last modified: 2016-01-27 17:18:51 UTC
GCalctool locks up during expensive calculations, e.g. "64^33554432=". It should display an icon showing it is calculating this value and be able to abort the calculation.
Reported in Ubuntu: https://bugs.launchpad.net/gcalctool/+bug/347089
An initial version is added in 36c10ea7..52ec4a6e It still doesn't allow you to abort the calculation, but the UI stays responsive so you can use your window manager to close the calculator.
Isn't this normal given the amount of computations that have to be done a machine in order to get this answer? Eg in Java on my machine if I try a similar entry in simple Calculator it will take a bit of time due to the steps it has to take to get to that result.
Gopal, the calculation should take time, however the UI should still work, i.e. you can click buttons, close the app etc. A spinner should show that the calculation is in progress.
Do you mean something similar to how android or iOS does it with the loading sign?
I'm not familiar with the calculators you refer to but probably yes.
I can't reproduce UI blocks on math operations anymore.