in reply to Mac OSX Opening .app & UNIX EXEC

I don't know much about OSX, but if I had to guess I would say someone is trying to dereference a NULL pointer.

Since you don't show any code, I can't help you much. Try to move both programs to the same folder to see if paths have anything to do with it. Run a trace or debugger alongside. Call a copy of the first program somewhere else to see if the error depends on reopening the same file or if it is the contents that does the harm.

Replies are listed 'Best First'.
Re^2: Mac OSX Opening .app & UNIX EXEC
by nevafuse (Novice) on May 18, 2009 at 22:03 UTC
    I'm using absolute paths to reference both files, so unfortunately that isn't the issue. And the program runs fine if I run the executable instead of the .app, so my code must work fine. Running the .app must put a lock on the main executable. I just need to find out how to get around that.