Re: iPhone: A memory leak I can't explain

2010-04-15 Thread Tino Rachui
2010/4/15 David Duncan > On Apr 15, 2010, at 12:32 PM, Tino Rachui wrote: > > 2010/4/15 David Duncan > >> On Apr 15, 2010, at 11:50 AM, Tino Rachui wrote: >> >> > Well, yes but only one line at a time if I'm not wrong(?) which makes >> copying the whole stack a rather cumbersome task. >> >> Shif

Re: iPhone: A memory leak I can't explain

2010-04-15 Thread David Duncan
On Apr 15, 2010, at 12:32 PM, Tino Rachui wrote: > 2010/4/15 David Duncan > On Apr 15, 2010, at 11:50 AM, Tino Rachui wrote: > > > Well, yes but only one line at a time if I'm not wrong(?) which makes > > copying the whole stack a rather cumbersome task. > > Shift-click to extend the range bet

Re: iPhone: A memory leak I can't explain

2010-04-15 Thread Tino Rachui
2010/4/15 David Duncan > On Apr 15, 2010, at 11:50 AM, Tino Rachui wrote: > > > Well, yes but only one line at a time if I'm not wrong(?) which makes > copying the whole stack a rather cumbersome task. > > Shift-click to extend the range between two points, command-click to select > specific line

Re: iPhone: A memory leak I can't explain

2010-04-15 Thread David Duncan
On Apr 15, 2010, at 11:50 AM, Tino Rachui wrote: > Well, yes but only one line at a time if I'm not wrong(?) which makes copying > the whole stack a rather cumbersome task. Shift-click to extend the range between two points, command-click to select specific lines. > But anyhow here we go: > >

Re: iPhone: A memory leak I can't explain

2010-04-15 Thread Tino Rachui
2010/4/15 David Duncan > On Apr 14, 2010, at 10:41 PM, Tino Rachui wrote: > > in my app I'm accessing the photo library (in my opinion exactly as in > sample programs I have seen from Apple). When leak-testing the app on the > iPhone using Instrument the following leak is being reported (see stac

Re: iPhone: A memory leak I can't explain

2010-04-15 Thread Gary L. Wade
David If you have any influence, it would be REALLY nice to allow Instruments to copy the leak contents section as well as being able to view the data in alternate formats. If it can be expedited, my bug report for this request is rdar://7776006 On 04/15/2010 10:42 AM, "David Duncan" wrote: >

Re: iPhone: A memory leak I can't explain

2010-04-15 Thread David Duncan
On Apr 14, 2010, at 10:41 PM, Tino Rachui wrote: > in my app I'm accessing the photo library (in my opinion exactly as in > sample programs I have seen from Apple). When leak-testing the app on the > iPhone using Instrument the following leak is being reported (see stack > trace) and I don't know

iPhone: A memory leak I can't explain

2010-04-14 Thread Tino Rachui
Hi, in my app I'm accessing the photo library (in my opinion exactly as in sample programs I have seen from Apple). When leak-testing the app on the iPhone using Instrument the following leak is being reported (see stack trace) and I don't know the root cause. Does anybody has seen this before per