Why do apps crash? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why do apps crash?

What happens when an app crashes? Is it just an unhandled error, or is it something else?

3rd Dec 2020, 7:32 PM
Aria
Aria - avatar
4 Answers
+ 3
It could be an uncaught exception, an infinite loop, stack overflow, out of memory and so on. The list goes on.
3rd Dec 2020, 7:47 PM
Ore
Ore - avatar
+ 2
Thomas Many requests = Many responses = large usage of memory = exhaustion of usable RAM = Crash
4th Dec 2020, 6:10 AM
Ore
Ore - avatar
0
blackwinter I know too many requests can cause it to crash, but why does it do that? (This might get into deeper cpu science, so I dont know how many people can help).
4th Dec 2020, 12:30 AM
Aria
Aria - avatar
0
Ore Ok that makes sense.
4th Dec 2020, 6:18 PM
Aria
Aria - avatar