multiplatformer
Programmer
I sucessfully ported a program to AIX 4.1. But anytime I run that program in the background (e.g. ./myprogram&) it kills the terminal window which this program is running on. Checking with 'ps' command showing that the program is still running OK after that.
If I run the same program in the foreground (e.g. ./myprogram), or write a shell script to run it in the background, terminal window won't get killed.
Any idea ? And no, I don't have any 'exit' command within my program.
If I run the same program in the foreground (e.g. ./myprogram), or write a shell script to run it in the background, terminal window won't get killed.
Any idea ? And no, I don't have any 'exit' command within my program.