206
Segmentation Fault
(lemmy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
Even if you do have an MMU, there's no guarantee that you'll get a segmentation fault from a memory bug. You can still just get the weird side effects, if you fail to access the incorrect memory.
Undefined behaviour means exactly that. You have no idea what you could get.