How to respawn application in QNX 6.3.2 ?

I’ve written a program that runs in autostart,
but sometimes it hangs or throws segmentation fault.
/I’m testing it & everything can happen;

Is there (in QNX 6) sth like respawn ?

You could have a “parent process” spawning your app and waiting till the app crashes to restart the app.

ok, I’m doing it in a script and it works :slight_smile: