Re: NSTask interrupt exception

2013-07-25 Thread Martin Hewitson
Scott, Thanks for your detailed message. This lead me to search for -interrupt calls and I found one on another NSTask. I was assuming that this typesetting task was the issue, but maybe it's really this other task. My biggest problem is that I've never managed to reproduce the exception/crash

Re: NSTask interrupt exception

2013-07-25 Thread Scott Ribe
On Jul 25, 2013, at 8:24 AM, Martin Hewitson wrote: > Dear list, > > I have a couple of users reporting exceptions (and crashes) which I think are > associated with my interrupting an NSTask when they close a document. I get > exceptions like this: > > *** -[NSConcreteTask interrupt]: task no

NSTask interrupt exception

2013-07-25 Thread Martin Hewitson
Dear list, I have a couple of users reporting exceptions (and crashes) which I think are associated with my interrupting an NSTask when they close a document. I get exceptions like this: *** -[NSConcreteTask interrupt]: task not launched In the code I do the following to cancel the NSTask when