Re: Puzzling memory creep

2015-09-16 Thread Richard Kennaway
> On 5 Sep 2015, at 02:48, Quincey Morris <quinceymor...@rivergatesoftware.com> > wrote: > > On Sep 4, 2015, at 06:25 , Richard Kennaway <rich...@kennaway.org.uk> wrote: >> >> If anyone wants to take a look at the whole project, I've put a zip file at >

Re: Puzzling memory creep

2015-09-16 Thread Richard Kennaway
out them beyond being mallocs of 32 bytes. If anyone wants to take a look at the whole project, I've put a zip file at https://www.dropbox.com/s/relxku0iw44o237/TestUILabelLeak.zip PS. Thanks to whoever unblocked the moderation on the list. My original message was submitted three weeks ago. -- Richard Kenn

Re: Puzzling memory creep

2015-09-16 Thread Richard Kennaway
> On 4 Sep 2015, at 01:11, Scott Ribe <scott_r...@elevated-dev.com> wrote: > > On Aug 14, 2015, at 2:29 PM, Richard Kennaway <rich...@kennaway.org.uk> wrote: >> >> the Responsible Caller is _dispatch_continuation_alloc_from_heap > > Sure sou

Re: Puzzling memory creep

2015-09-16 Thread Richard Kennaway
ers of deallocated objects, but I assume that's harmless. The app isn't trying to access any of them. -- Richard Kennaway ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Cont

Re: Puzzling memory creep

2015-09-16 Thread Richard Kennaway
en I'm away on holiday without a development system to hand. My recollection is that real devices showed the same effect (iPhone 4/iOS 7.1 and iPad/iOS 8.4) but I'll check next week when I'm home. -- Richard Kennaway ___ Cocoa-dev mailing list (Coc

Re: Puzzling memory creep

2015-09-16 Thread Richard Kennaway
gered by updating a slider, and the writer there says that further experimenting gave this leak when updating any sort of GUI element. I've joined that forum and sent him a message, but he may no longer be active there. -- Richard Kennaway ___ Cocoa-dev mailin

Leakage from UILabel?

2015-09-03 Thread Richard Kennaway
. Definitely less than 10. The analyzer reports nothing, and building and validating an archive reports nothing. Is this a problem I can fix? Or is it a bug in Instruments, in the simulators, or in iOS? -- Richard Kennaway -- Richard Kennaway, rich...@kennaway.org.uk, http://www.cmp.uea.ac.uk/~jrk

Puzzling memory creep

2015-09-03 Thread Richard Kennaway
esponsible Caller is _dispatch_continuation_alloc_from_heap. The names suggest that this may be nothing to do with the code above. Google turns up a small number of queries regarding memory leaks with similar symptoms, but no answers. -- Richard Kennaway __

Re: Another graphical challenge...

2008-04-18 Thread Richard Kennaway
]; rt = [ r1(XLO), r1(XHI), upperlo, r1(YHI) ]; rb = [ r1(XLO), r1(XHI), r1(YLO), lowerhi ]; -- Richard Kennaway ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact

Re: Another graphical challenge...

2008-04-18 Thread Richard Kennaway
Sorry, that should have gone just to the original poster. -- Richard Kennaway ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins