Skip to content

runner: Better handle crashes

Adrien Plazas requested to merge aplazas/retro-gtk:crash into master

This:

  • catches SIGABRT which helps debugging unhandled C++ exceptions from cores,
  • adds a critical log explaining the stack trace.

Merge request reports