I have an iPhone app running in the simulator that won't quit. I also cannot kill it, not using Activity Monitor nor kill or kill -9 or killall.
cyrus:~ ajbrehm$ ps auxc|grep Vocky
ajbrehm 76450 0.0 0.1 153116 5212 ?? UE 12:59pm 0:00.05 Vocky
ajbrehm 76437 0.0 0.1 153116 5212 ?? UE 12:58pm 0:00.05 Vocky
ajbrehm 76350 0.0 0.1 153116 5212 ?? UE 12:57pm 0:00.05 Vocky
ajbrehm 76336 0.0 0.1 153116 5212 ?? UE 12:56pm 0:00.05 Vocky
ajbrehm 76329 0.0 0.1 153116 5212 ?? UE 12:56pm 0:00.05 Vocky
ajbrehm 76276 0.0 0.1 153116 5212 ?? UE 12:56pm 0:00.05 Vocky
ajbrehm 76245 0.0 0.1 153116 5212 ?? UE 12:55pm 0:00.05 Vocky
ajbrehm 76176 0.0 0.1 153116 5212 ?? UE 12:55pm 0:00.05 Vocky
ajbrehm 76159 0.0 0.1 153116 5212 ?? UE 12:54pm 0:00.05 Vocky
ajbrehm 76150 0.0 0.1 155136 9264 ?? UE 12:54pm 0:00.10 Vocky
This happens whenever I run the application in the simulator. Sometimes Xcode's debugger picks up on it and the simulator won't run the application any more because, as the console says, it is already running.
The program uses one of the normal Xcode templates for iPhone applications and otherwise runs fine on the simulator and a physical iPhone. It also seems to me that this behaviour is new. But the code didn't change, only data files containing text did.
Any ideas?