• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Passed test but Script Editor fails was Re: Spurious Apple Event Timeout Fixed in 10.6.3?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Passed test but Script Editor fails was Re: Spurious Apple Event Timeout Fixed in 10.6.3?


  • Subject: Passed test but Script Editor fails was Re: Spurious Apple Event Timeout Fixed in 10.6.3?
  • From: Walter Bushell <email@hidden>
  • Date: Thu, 8 Apr 2010 11:57:50 -0400

Tried this and Script editor crashed and had to be aborted with Force Quit.

set i to 0
repeat 640000 times
	set i to i + 1
	with timeout of 5 seconds
		try
			tell application "Finder"
				count Finder windows
			end tell
		on error errMsg number errNum

			error errMsg number errNum
			{i, errMsg, errNum, "error found"}
			return
		end try
	end timeout
	if i mod 10000 is 0 then
		delay 1
	end if
end repeat
if i > 300000 then
	{"You passed the barrier!", i}
else
	{"Failed @", i}


end if
--------------------------------
On Mar 29, 2010, at 4:40 PM, Hagimeno wrote:

> Hi,
>
> We run the Matt Neuburg test:
>
> set i to 0
> repeat -- forever
> 	set i to i + 1
> 	with timeout of 5 seconds
> 		try
> 			tell application "Finder"
> 				count Finder windows
> 			end tell
> 		on error errMsg number errNum
> 			display dialog i
> 			error errMsg number errNum
> 		end try
> 	end timeout
> 	if i > 300000 then
> 		display dialog "You passed the barrier!"
> 		exit repeat
> 	end if
> end repeat
>
> And seems that just released 10.6.3 finally fixed the big bug present since the 10.6.0
> We tested up to 300,000 events.
> Any other user can confirm this?
>
> Alex and Steve
>
>
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> AppleScript-Users mailing list      (email@hidden)
> Help/Unsubscribe/Update your Subscription:
> Archives: http://lists.apple.com/archives/applescript-users
>
> This email sent to email@hidden
>

--
Hire the morally handicapped; it's good business.

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Prev by Date: Re: records and property records
  • Next by Date: Re: records and property records
  • Previous by thread: Re: records and property records
  • Next by thread: Setting a bluetooth device to favourite in Applescript?
  • Index(es):
    • Date
    • Thread