Re: [webkit-dev] About WebKit memory cache

2012-03-26 Thread gaorock
Hi jap...@chromium.org Thanks for your reply :)The bug#82287 has been filed. Best RegardsRock Date: Mon, 26 Mar 2012 08:44:36 -0700 Subject: Re: [webkit-dev] About WebKit memory cache From: jap...@chromium.org To: por...@hotmail.com CC: webkit-dev@lists.webkit.org On Fri, Mar 23, 2012 at 7:48

Re: [webkit-dev] About WebKit memory cache

2012-03-26 Thread Nate Chapin
On Fri, Mar 23, 2012 at 7:48 PM, gaorock wrote: > Hi all > > Sometimes I met crashes about memory cache, and I traced them and found a > bit doubt: > > Should we use > typedef HashMap> CachedResourceMap; > instead of > typedef HashMap CachedResourceMap;? > CachedResource doesn't support referen

[webkit-dev] About WebKit memory cache

2012-03-23 Thread gaorock
Hi all Sometimes I met crashes about memory cache, and I traced them and found a bit doubt: Should we use typedef HashMap> CachedResourceMap;instead of typedef HashMap CachedResourceMap;? The following is the call stack, hope it's useful for you: WebKit.dll!WebCore::ResourceRequestBase: