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

Issue 12320103: Fix for bug 6767 - Limit stack trace collection for stack overflow exceptions. (Closed)

Created:
7 years, 10 months ago by siva
Modified:
7 years, 10 months ago
Reviewers:
hausner
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix for bug 6767 - Limit stack trace collection for stack overflow exceptions. Use pre allocated stack object for collecting strack trace in the case of OOM and stack overflow exceptions. Committed: https://code.google.com/p/dart/source/detail?r=19074

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+275 lines, -61 lines) Patch
M runtime/vm/exceptions.cc View 1 2 5 chunks +146 lines, -37 lines 0 comments Download
M runtime/vm/object.h View 1 2 1 chunk +15 lines, -6 lines 0 comments Download
M runtime/vm/object.cc View 1 2 7 chunks +44 lines, -14 lines 0 comments Download
M runtime/vm/object_store.h View 1 2 2 chunks +8 lines, -0 lines 0 comments Download
M runtime/vm/object_store.cc View 1 2 3 chunks +16 lines, -2 lines 0 comments Download
M runtime/vm/raw_object_snapshot.cc View 1 2 2 chunks +38 lines, -2 lines 0 comments Download
M runtime/vm/snapshot.h View 1 2 3 chunks +3 lines, -0 lines 0 comments Download
M runtime/vm/snapshot.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
siva
7 years, 10 months ago (2013-02-25 21:53:41 UTC) #1
hausner
LGTM w/comments https://chromiumcodereview.appspot.com/12320103/diff/1009/runtime/vm/exceptions.cc File runtime/vm/exceptions.cc (right): https://chromiumcodereview.appspot.com/12320103/diff/1009/runtime/vm/exceptions.cc#newcode105 runtime/vm/exceptions.cc:105: for (intptr_t i = start; i < ...
7 years, 10 months ago (2013-02-25 23:09:08 UTC) #2
siva
Thanks. https://chromiumcodereview.appspot.com/12320103/diff/1009/runtime/vm/exceptions.cc File runtime/vm/exceptions.cc (right): https://chromiumcodereview.appspot.com/12320103/diff/1009/runtime/vm/exceptions.cc#newcode105 runtime/vm/exceptions.cc:105: for (intptr_t i = start; i < Stacktrace::kPreallocatedStackdepth; ...
7 years, 10 months ago (2013-02-26 18:49:48 UTC) #3
siva
7 years, 10 months ago (2013-02-26 19:07:50 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r19074 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698