Howdy, I might need to identify the currently running process (i.e. the caller) within an exception handler. The reason for this is that I want to implement some acrobatics in the LineA handler (and possibly others, such as the illegal instruction handler), but only for a single (my) process. Is there a safe way to do this, or am I screwed? -- PeP