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

Issue 59583003: Revert "Record allocation stack traces". (Closed)

Created:
7 years, 1 month ago by Benedikt Meurer
Modified:
7 years, 1 month ago
Reviewers:
Toon Verwaest, yurys
CC:
v8-dev
Visibility:
Public.

Description

Revert "Record allocation stack traces". This reverts commit r17365 for memory corruption. The issues are most probably related to storing a filler map without checking the bump pointer first, and traversing the stack when called from within a stub (or builtin), while the code assumes that it's called from a JS function. R=verwaest@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=17488

Patch Set 1 #

Patch Set 2 : REBASE #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -694 lines) Patch
D src/allocation-tracker.h View 1 chunk +0 lines, -138 lines 0 comments Download
D src/allocation-tracker.cc View 1 chunk +0 lines, -279 lines 0 comments Download
M src/heap-snapshot-generator.h View 1 6 chunks +3 lines, -10 lines 0 comments Download
M src/heap-snapshot-generator.cc View 1 9 chunks +2 lines, -160 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 1 3 chunks +0 lines, -105 lines 0 comments Download
M tools/gyp/v8.gyp View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Benedikt Meurer
7 years, 1 month ago (2013-11-05 13:26:33 UTC) #1
Toon Verwaest
lgtm
7 years, 1 month ago (2013-11-05 13:31:53 UTC) #2
Benedikt Meurer
Committed patchset #2 manually as r17488 (presubmit successful).
7 years, 1 month ago (2013-11-05 13:46:19 UTC) #3
yurys
On 2013/11/05 13:31:53, Toon Verwaest wrote: > lgtm Benedikt, can you provide more details on ...
7 years, 1 month ago (2013-11-05 13:52:22 UTC) #4
Benedikt Meurer
On 2013/11/05 13:52:22, Yury Semikhatsky wrote: > On 2013/11/05 13:31:53, Toon Verwaest wrote: > > ...
7 years, 1 month ago (2013-11-05 14:10:49 UTC) #5
yurys
On 2013/11/05 14:10:49, Benedikt Meurer wrote: > On 2013/11/05 13:52:22, Yury Semikhatsky wrote: > > ...
7 years, 1 month ago (2013-11-06 12:35:52 UTC) #6
yurys
I'm wondering why the test didn't fail neither locally nor on the bots when running ...
7 years, 1 month ago (2013-11-06 13:30:45 UTC) #7
Benedikt Meurer
On 2013/11/06 13:30:45, yurys wrote: > I'm wondering why the test didn't fail neither locally ...
7 years, 1 month ago (2013-11-06 13:31:41 UTC) #8
yurys
On 2013/11/06 13:31:41, Benedikt Meurer wrote: > On 2013/11/06 13:30:45, yurys wrote: > > I'm ...
7 years, 1 month ago (2013-11-06 13:44:36 UTC) #9
Benedikt Meurer
7 years, 1 month ago (2013-11-06 13:51:59 UTC) #10
Message was sent while issue was closed.
On 2013/11/06 13:44:36, yurys wrote:
> On 2013/11/06 13:31:41, Benedikt Meurer wrote:
> > On 2013/11/06 13:30:45, yurys wrote:
> > > I'm wondering why the test didn't fail neither locally nor on the bots
when
> > > running with --nosnapshot flag.
> > 
> > Most probably because no Hydrogen code stub with HAllocate is covered.
> 
> How come there is such stub which is affected when you run the test on your
> machine and it is missing when the test is executed on the bots. I'd assume
that
> the code stubs would be the same, am I missing something?

No, I'm working on converting existing native code stubs to Hydrogen. In this
case the bug was triggered by my experimental hydrogen StringAddStub (because
your test case uses string concatentation).

Powered by Google App Engine
This is Rietveld 408576698