If a prefetch_abort or a data_abort occurs the running program can not continue. On a simple platform you just stop by entering a while(1){} loop. Time to get the debugger.
On a more advanced system you can try to terminate the current program or send a signal to it but continuing is not possible.