Re: [webkit-dev] Tests in fast/workers/storage/ seem to be leaking NSStrings

2010-10-17 Thread Ryosuke Niwa
Thanks for the information, Simon. - Ryosuke On Sun, Oct 17, 2010 at 9:54 PM, Simon Fraser wrote: > This is which should get > fixed by . > > Simon > > > On Oct 17, 2010, at 9:47 PM, Ryosuke Niwa wrote

Re: [webkit-dev] Tests in fast/workers/storage/ seem to be leaking NSStrings

2010-10-17 Thread Simon Fraser
This is which should get fixed by . Simon On Oct 17, 2010, at 9:47 PM, Ryosuke Niwa wrote: > A lot of tests in fast/workers/storage/ seem to have the following error > message: > > 2010-10-17 21:17:

[webkit-dev] Tests in fast/workers/storage/ seem to be leaking NSStrings

2010-10-17 Thread Ryosuke Niwa
A lot of tests in fast/workers/storage/ seem to have the following error message: 2010-10-17 21:17:04.268 DumpRenderTree[42509:bd9b] *** _NSAutoreleaseNoPool(): Object 0x218a8890 of class NSCFString autoreleased with no pool in place - just leaking Stack: (0x955d2f4f 0x954df432 0x252508d 0x5c4d18

Re: [webkit-dev] Regarding cache memory leaks

2010-10-17 Thread Holger Freyther
On 10/13/2010 05:30 PM, sumanrap...@aim.com wrote: > Hi Holger, > > When we use the default cache model i.e 8MB cache size in this case it is > storing the images beyond the 8MB that is untill complete RAM memory. So we > disabled the cache by using WEBKIT_CACHE_MODEL_DOCUMENT_VIEWER even though