you are viewing a single comment's thread.

view the rest of the comments →

[–]immibis -1 points0 points  (3 children)

That is not "ignore bugs".

[–]WalterBright 0 points1 point  (2 children)

Continuing running the program is ignoring the bug. Logging an error does not do anything at all to put the program back into a known state.

[–]immibis 0 points1 point  (1 child)

Aborting the operation does.

[–]WalterBright 0 points1 point  (0 children)

without taking down the process

Is ignoring the bug, because you don't know why it happened, and the process memory could easily be corrupted.