On Mon, Jan 17, 2005 at 04:21:19PM +0530, Vinayak Hegde wrote:
Do an strace on the application while running it and see the output. That should tell you what file on disk it is trying to stat()/open().
Well-behaved applications should tell you which pid files they are looking at when they stop because "pid file exists".