I'm building a Qt5 app that makes use of Qt's plugin framework. While testing the app, I noticed that if there is s some problem with the plugin causing it to crash, it takes down the app as well. Is there a way to insulate the app from these crashes caused by the plugin?
I have noticed that plasmashell also uses plugins and somehow when these plugins crash (ex: plasma-nm or power management) it does not crash plasmashell.
Either I'm missing something, or plasmashell is doing something to handle those crashes.