QProcess and exit(1)

Whups.

I’ve been using QProcess from QT to spawn some SSH processes in glTail, and then just using exit(1) to quit while testing.

And on thursday evening, by server ran out of memory due to ~4000 SSH processes running. Guess I should find out how to properly quit a QT application instead of just exiting. :-)

Leave a Reply