Re: ScriptingBridge problem
Re: ScriptingBridge problem
- Subject: Re: ScriptingBridge problem
- From: Kyle Sluder <email@hidden>
- Date: Mon, 13 Sep 2010 10:40:09 -0700
On Mon, Sep 13, 2010 at 9:54 AM, John Nairn <email@hidden> wrote:
> I am working with my Cocoa app to be scriptable by Python and Ruby using
> ScriptingBridge as well as by AppleScript. It is all working well, but I hit
> a serious issue today when I ran a long script. A python script that is fine
> and thoroughly checked will crash if it runs a long time. It crashes with no
> message to the Console or to standard error. It crashes both when I run
> using tools in my Cocoa app or if it is run from Terminal app. I got it to
> work with a script rewrite, but it raises some serious concerns.
Are you timing out?
What happens if you use the same technique from Cocoa? Are you able to
ascertain any more useful information at the point of the crash?
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden