• 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
Spurious Apple Event Timeout Fixed in 10.6.3?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Spurious Apple Event Timeout Fixed in 10.6.3?


  • Subject: Spurious Apple Event Timeout Fixed in 10.6.3?
  • From: Hagimeno <email@hidden>
  • Date: Mon, 29 Mar 2010 20:40:51 +0000 (GMT)

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

  • Follow-Ups:
    • Re: Spurious Apple Event Timeout Fixed in 10.6.3?
      • From: Christopher Nebel <email@hidden>
  • Prev by Date: Re: spurious timeout on nth Apple event on Snow Leopard
  • Next by Date: Re: Finder scripting bugs
  • Previous by thread: Re: spurious timeout on nth Apple event on Snow Leopard
  • Next by thread: Re: Spurious Apple Event Timeout Fixed in 10.6.3?
  • Index(es):
    • Date
    • Thread