Panther kills my droplet...
Panther kills my droplet...
- Subject: Panther kills my droplet...
- From: Michael Heinz <email@hidden>
- Date: Tue, 28 Oct 2003 09:43:39 -0500
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?
_______________________________________________
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.