• 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
Re: Hungry app
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Hungry app


  • Subject: Re: Hungry app
  • From: Axel Luttgens <email@hidden>
  • Date: Fri, 04 Jan 2013 10:09:25 +0100

Le 4 janv. 2013 à 00:48, Shane Stanley a écrit :

> [...] The use of "last word" seems problematic. [...]

Hello Shane,

Fine, it seems you've nailed it.

No memory leaks with this reference script:

	set S to "aaa bbb ccc"
	repeat
		set W to S
		delay 1
	end repeat

But with this one, exactly the same kind of memory leaks (as reported by leaks(1)) occur as with the excerpt of Jörgen's script:

	set S to "aaa bbb ccc"
	repeat
		set W to last word of S
		delay 1
	end repeat

This is quite serious and probably ripe for a bug report.

Axel


 _______________________________________________
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: Hungry app
      • From: Shane Stanley <email@hidden>
References: 
 >Hungry app (From: Jörgen Stahle <email@hidden>)
 >Re: Hungry app (From: Jörgen Stahle <email@hidden>)
 >Re: Hungry app (From: Axel Luttgens <email@hidden>)
 >Re: Hungry app (From: Shane Stanley <email@hidden>)

  • Prev by Date: Re: Hungry app
  • Next by Date: Re: Hungry app
  • Previous by thread: Re: Hungry app
  • Next by thread: Re: Hungry app
  • Index(es):
    • Date
    • Thread