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

Issue 2100313002: Add crash instrumentation for crbug.com/621147 (Closed)

Created:
4 years, 5 months ago by Michael Lippautz
Modified:
4 years, 5 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Add crash instrumentation for crbug.com/621147 BUG=chromium:621147 LOG=N R=ishell@chromium.org,cbruni@chromium.org Committed: https://crrev.com/5ff508a82299f20a0d9828cf73072a4f4772fab8 Cr-Commit-Position: refs/heads/master@{#37328}

Patch Set 1 #

Patch Set 2 : Add pc and fp to the strack trace #

Total comments: 2

Patch Set 3 : check value instead of map #

Total comments: 2

Patch Set 4 : Addressed comments #

Patch Set 5 : ul -> ull #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -0 lines) Patch
M src/ic/ic.cc View 1 2 3 4 1 chunk +21 lines, -0 lines 0 comments Download

Messages

Total messages: 32 (13 generated)
Michael Lippautz
ptal, any further suggestions?
4 years, 5 months ago (2016-06-27 20:48:07 UTC) #3
adamk
Just a heads-up, if we want this in M52 it needs to land before 5PM ...
4 years, 5 months ago (2016-06-27 22:43:56 UTC) #5
sshruthi
On 2016/06/27 22:43:56, adamk wrote: > Just a heads-up, if we want this in M52 ...
4 years, 5 months ago (2016-06-27 23:11:27 UTC) #6
adamk
On 2016/06/27 23:11:27, sshruthi wrote: > On 2016/06/27 22:43:56, adamk wrote: > > Just a ...
4 years, 5 months ago (2016-06-27 23:20:52 UTC) #7
sshruthi1
On 2016/06/27 23:20:52, adamk wrote: > On 2016/06/27 23:11:27, sshruthi wrote: > > On 2016/06/27 ...
4 years, 5 months ago (2016-06-28 03:08:31 UTC) #8
Igor Sheludko
https://codereview.chromium.org/2100313002/diff/20001/src/ic/ic.cc File src/ic/ic.cc (right): https://codereview.chromium.org/2100313002/diff/20001/src/ic/ic.cc#newcode2542 src/ic/ic.cc:2542: uintptr_t left_raw = HeapObject::cast(*left)->map_word().ToRawValue(); If left is a broken ...
4 years, 5 months ago (2016-06-28 07:07:20 UTC) #10
Michael Lippautz
https://codereview.chromium.org/2100313002/diff/20001/src/ic/ic.cc File src/ic/ic.cc (right): https://codereview.chromium.org/2100313002/diff/20001/src/ic/ic.cc#newcode2542 src/ic/ic.cc:2542: uintptr_t left_raw = HeapObject::cast(*left)->map_word().ToRawValue(); On 2016/06/28 07:07:20, Igor Sheludko ...
4 years, 5 months ago (2016-06-28 08:39:33 UTC) #11
Igor Sheludko
https://codereview.chromium.org/2100313002/diff/40001/src/ic/ic.cc File src/ic/ic.cc (right): https://codereview.chromium.org/2100313002/diff/40001/src/ic/ic.cc#newcode2552 src/ic/ic.cc:2552: isolate()->PushStackTraceAndDie(0xBAAAAAAD, pc(), fp(), 0u); I have a fear that ...
4 years, 5 months ago (2016-06-28 09:06:28 UTC) #12
Michael Lippautz
https://codereview.chromium.org/2100313002/diff/40001/src/ic/ic.cc File src/ic/ic.cc (right): https://codereview.chromium.org/2100313002/diff/40001/src/ic/ic.cc#newcode2552 src/ic/ic.cc:2552: isolate()->PushStackTraceAndDie(0xBAAAAAAD, pc(), fp(), 0u); On 2016/06/28 09:06:28, Igor Sheludko ...
4 years, 5 months ago (2016-06-28 09:45:13 UTC) #13
Igor Sheludko
lgtm from my side. Maybe Camillo will add comments.
4 years, 5 months ago (2016-06-28 09:46:55 UTC) #14
Camillo Bruni
On 2016/06/28 at 09:46:55, ishell wrote: > lgtm from my side. > Maybe Camillo will ...
4 years, 5 months ago (2016-06-28 11:49:34 UTC) #16
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2100313002/60001
4 years, 5 months ago (2016-06-28 11:49:51 UTC) #18
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_win64_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win64_rel_ng/builds/9618)
4 years, 5 months ago (2016-06-28 11:57:43 UTC) #20
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2100313002/80001
4 years, 5 months ago (2016-06-28 12:22:10 UTC) #22
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-06-28 12:48:32 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2100313002/80001
4 years, 5 months ago (2016-06-28 12:49:28 UTC) #27
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 5 months ago (2016-06-28 12:51:33 UTC) #29
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/5ff508a82299f20a0d9828cf73072a4f4772fab8 Cr-Commit-Position: refs/heads/master@{#37328}
4 years, 5 months ago (2016-06-28 12:54:46 UTC) #31
adamk
4 years, 5 months ago (2016-06-30 16:33:26 UTC) #32
Message was sent while issue was closed.
A revert of this CL (patchset #5 id:80001) has been created in
https://codereview.chromium.org/2118493002/ by adamk@chromium.org.

The reason for reverting is: Instrumentation not needed on master branch.

Powered by Google App Engine
This is Rietveld 408576698