Re: Panther kills my droplet...
Re: Panther kills my droplet...
- Subject: Re: Panther kills my droplet...
- From: Emmanuel <email@hidden>
- Date: Tue, 28 Oct 2003 17:29:58 +0100
At 9:43 AM -0500 28/10/03, Michael Heinz wrote:
>
I've got a droplet that works in Jaguar but crashes in Panther with a sigbus error. Here is what *appears* to be the relevant fragment:
>
>
on open these_items
>
check_for_x()
>
repeat with i from 1 to the count of these_items
>
set this_item to (item i of these_items)
>
set posix_file to POSIX path of this_item
>
do shell script ENVIRON & "; gimp-remote-1.2 -n " & "\"" & posix_file & "\" >/dev/null 2>&1 &"
>
end repeat
>
end open
>
>
Believe it or not, the shell script executes properly; single stepping through the code indicates that the sigbus error is being generated in the end repeat or end open statements.
>
>
Any suggestions on what's happening?
<homer> Mmmm ... pork chop ... </homer>
I hardly think that here is a solution but is there a reason why you encapsulate the posix path with double quotes rather than single quote using the "quoted form" property?
Emmanuel
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.