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

Issue 18447: Share DidProcessCrash between Linux and Mac. (Closed)

Created:
11 years, 11 months ago by Dean McNamee
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Share DidProcessCrash between Linux and Mac.

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -25 lines) Patch
M base/process_util_linux.cc View 2 chunks +1 line, -25 lines 0 comments Download
M base/process_util_posix.cc View 1 chunk +25 lines, -0 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
Dean McNamee
I think this could should be the same on the Mac, right?
11 years, 11 months ago (2009-01-21 13:45:52 UTC) #1
pink (ping after 24hrs)
lgtm
11 years, 11 months ago (2009-01-21 13:48:08 UTC) #2
Mark Mentovai
http://codereview.chromium.org/18447/diff/1/3 File base/process_util_posix.cc (right): http://codereview.chromium.org/18447/diff/1/3#newcode109 Line 109: case SIGSEGV: SIGBUS? http://codereview.chromium.org/18447/diff/1/3#newcode120 Line 120: return WEXITSTATUS(status) ...
11 years, 11 months ago (2009-01-21 14:20:21 UTC) #3
Dean McNamee
11 years, 11 months ago (2009-01-21 14:39:18 UTC) #4
Yeah, it seems like any exit due to an signal should be considered a crash. 
Dan?

On 2009/01/21 14:20:21, Mark Mentovai wrote:
> http://codereview.chromium.org/18447/diff/1/3
> File base/process_util_posix.cc (right):
> 
> http://codereview.chromium.org/18447/diff/1/3#newcode109
> Line 109: case SIGSEGV:
> SIGBUS?
> 
> http://codereview.chromium.org/18447/diff/1/3#newcode120
> Line 120: return WEXITSTATUS(status) != 0;
> That's not really a crash, though...

Powered by Google App Engine
This is Rietveld 408576698