Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Issue 7754007: Fix memory leak from d8 shell. (Closed)

Created:
9 years, 3 months ago by tfarina
Modified:
9 years, 3 months ago
CC:
v8-dev
Base URL:
git://github.com/v8/v8.git@trunk
Visibility:
Public.

Description

Fix memory leak from d8 shell. We were not disposing the semaphores and the thread used in SourceGroup. R=mnaganov@chromium.org Signed-off-by: Thiago Farina <tfarina@chromium.org>; Committed: http://code.google.com/p/v8/source/detail?r=9198

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : fix thread_ as well #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -39 lines) Patch
M src/d8.h View 1 2 3 chunks +6 lines, -7 lines 0 comments Download
M src/d8.cc View 1 2 3 chunks +5 lines, -6 lines 0 comments Download
M src/smart-pointer.h View 1 2 chunks +17 lines, -26 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
tfarina
9 years, 3 months ago (2011-09-08 01:30:56 UTC) #1
mnaganov (inactive)
On 2011/09/08 01:30:56, tfarina wrote: What about thread_? It doesn't seem to delete itself as ...
9 years, 3 months ago (2011-09-08 12:42:44 UTC) #2
tfarina
On 2011/09/08 12:42:44, Mikhail Naganov (Chromium) wrote: > On 2011/09/08 01:30:56, tfarina wrote: > > ...
9 years, 3 months ago (2011-09-08 13:19:21 UTC) #3
mnaganov (inactive)
On 2011/09/08 13:19:21, tfarina wrote: > On 2011/09/08 12:42:44, Mikhail Naganov (Chromium) wrote: > > ...
9 years, 3 months ago (2011-09-08 13:56:43 UTC) #4
Vitaly Repeshko
On 2011/09/08 13:56:43, Mikhail Naganov (Chromium) wrote: > On 2011/09/08 13:19:21, tfarina wrote: > > ...
9 years, 3 months ago (2011-09-08 17:29:05 UTC) #5
tfarina
On 2011/09/08 17:29:05, Vitaly Repeshko wrote: > On 2011/09/08 13:56:43, Mikhail Naganov (Chromium) wrote: > ...
9 years, 3 months ago (2011-09-08 17:31:17 UTC) #6
Vitaly Repeshko
On 2011/09/08 17:31:17, tfarina wrote: > On 2011/09/08 17:29:05, Vitaly Repeshko wrote: > > On ...
9 years, 3 months ago (2011-09-08 17:35:11 UTC) #7
tfarina
On 2011/09/08 17:35:11, Vitaly Repeshko wrote: > > D'oh, I'll fix this. I'll change from ...
9 years, 3 months ago (2011-09-08 18:03:23 UTC) #8
tfarina
9 years, 3 months ago (2011-09-08 18:28:13 UTC) #9
On 2011/09/08 18:03:23, tfarina wrote:
> > > Is it worth sending a patch for renaming to SmartArrayPointer?
> > 
> > Yes, I think so.
> 
Uploaded a new patch for it in http://codereview.chromium.org/7852002/

Powered by Google App Engine
This is Rietveld 408576698