You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems to be an interruption problem, not a crash.
On your device, you can interrupt the computation by pressing the "Back" key (the key on the right of the "OK" key).
However on the web simulator, the interruption is indeed broken, so I will rename the issue.
LeaNumworks
changed the title
Calculator crash after overflow in integration
Integration computation not interruptible on web simulator
Jul 1, 2020
Describe the bug
Entering the following expression makes the calculator unresponsive, requiring a hard reset:
int(ln(x^x),x,1,1000)
The device becomes unresponsive, and can't be turned off. A paperclip reset is required.
Screenshots
The simulator crashes too: screen shot taken using OS functionality:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Report error (overflow), don't crash.
Environment
The text was updated successfully, but these errors were encountered: