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

Issue 6379009: [linux] Avoid crash when there's an X error during shutdown. (Closed)

Created:
9 years, 11 months ago by Evan Stade
Modified:
9 years, 6 months ago
Reviewers:
Lei Zhang
CC:
chromium-reviews
Visibility:
Public.

Description

[linux] Avoid crash when there's an X error during shutdown. If X errors after the notification service has been destroyed (during browser shutdown), we'll deref NULL. Instead, we should just ignore the X error (aside from logging it to ERROR). BUG=70852 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72590

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -2 lines) Patch
M chrome/browser/ui/browser_list.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/browser_list.cc View 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Evan Stade
9 years, 11 months ago (2011-01-26 00:25:00 UTC) #1
Lei Zhang
9 years, 11 months ago (2011-01-26 00:34:56 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698