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

Issue 9380026: Add a stackframe named 'CrashIntentionally' to crashes from about:crash. (Closed)

Created:
8 years, 10 months ago by eroman
Modified:
8 years, 10 months ago
Reviewers:
Nico, jam, brettw
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, Nico
Visibility:
Public.

Description

Add a stackframe named 'CrashIntentionally' to crashes from about:crash. This should make it easier to categorize on the crash server. BUG=113231 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=121798

Patch Set 1 #

Total comments: 1

Patch Set 2 : add functionality to base instead #

Patch Set 3 : add a comment to base on how to use NOINLINE #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -9 lines) Patch
M base/compiler_specific.h View 1 2 1 chunk +10 lines, -1 line 2 comments Download
M content/renderer/render_view_impl.cc View 1 1 chunk +8 lines, -8 lines 1 comment Download

Messages

Total messages: 12 (0 generated)
eroman
8 years, 10 months ago (2012-02-10 21:58:36 UTC) #1
Nico
https://chromiumcodereview.appspot.com/9380026/diff/1/content/renderer/render_view_impl.cc File content/renderer/render_view_impl.cc (right): https://chromiumcodereview.appspot.com/9380026/diff/1/content/renderer/render_view_impl.cc#newcode337 content/renderer/render_view_impl.cc:337: __attribute__((noinline)) Does this work? I thought attributes go behind ...
8 years, 10 months ago (2012-02-10 22:20:39 UTC) #2
eroman
I have updated to something simpler, PTAL. @thakis: attributes seem fine at the start. By ...
8 years, 10 months ago (2012-02-10 22:39:56 UTC) #3
jam
I'm curious how we ignored these before I moved the code?
8 years, 10 months ago (2012-02-10 22:45:41 UTC) #4
eroman
These were never ignored; the crash triagers just knew to recognize the other callstack.
8 years, 10 months ago (2012-02-10 22:47:00 UTC) #5
jam
On 2012/02/10 22:47:00, eroman wrote: > These were never ignored; the crash triagers just knew ...
8 years, 10 months ago (2012-02-10 22:51:00 UTC) #6
Nico
lgtm if it builds https://chromiumcodereview.appspot.com/9380026/diff/5/base/compiler_specific.h File base/compiler_specific.h (right): https://chromiumcodereview.appspot.com/9380026/diff/5/base/compiler_specific.h#newcode99 base/compiler_specific.h:99: // NOINLINE void DoStuff() { ...
8 years, 10 months ago (2012-02-10 22:54:57 UTC) #7
eroman
https://chromiumcodereview.appspot.com/9380026/diff/5/base/compiler_specific.h File base/compiler_specific.h (right): https://chromiumcodereview.appspot.com/9380026/diff/5/base/compiler_specific.h#newcode99 base/compiler_specific.h:99: // NOINLINE void DoStuff() { ... } On 2012/02/10 ...
8 years, 10 months ago (2012-02-10 23:06:00 UTC) #8
eroman
Adding Brett as reviewer for base/
8 years, 10 months ago (2012-02-10 23:06:20 UTC) #9
brettw
base LGTM
8 years, 10 months ago (2012-02-12 05:24:51 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eroman@chromium.org/9380026/5
8 years, 10 months ago (2012-02-13 23:00:15 UTC) #11
commit-bot: I haz the power
8 years, 10 months ago (2012-02-14 01:12:16 UTC) #12
Change committed as 121798

Powered by Google App Engine
This is Rietveld 408576698