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

Issue 467003003: Revert 291214 "Fixes three crashes" in an attempt to find the cause of Athena related unit test fai… (Closed)

Created:
6 years, 4 months ago by Finnur
Modified:
6 years, 4 months ago
Reviewers:
oshima
CC:
chromium-reviews
Visibility:
Public.

Description

Revert 291214 "Fixes three crashes" in an attempt to find the cause of Athena related unit test failures on the ASAN bot. http://build.chromium.org/p/chromium.memory/buildstatus?builder=Linux%20Chromium%20OS%20ASan%20LSan%20Tests%20%283%29&number=2862 > Fixes three crashes > * AppListViewDelegate was accessing deleted search_provider. > * DeviceSocketListener::StopListening can happen after DeviceSocketManager is deleted > * Explicitly delete FilePathWatcher. This was causing > recursive callback to FilePathWatcherImpl::Cancel from > FilePathWatcherImpl::CancelOnMessageLoopThread, which > caused crash. > > > Clean ups > * change OnIO to OnFILE as they run on FILE thread. > * removed unused singleton related code. > > BUG=None > TEST=Run athena_main on desktop and close window. > > Review URL: https://codereview.chromium.org/490033003 TBR=oshima@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=291394

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -116 lines) Patch
M trunk/src/athena/home/home_card_impl.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M trunk/src/athena/system/device_socket_listener.h View 1 chunk +2 lines, -2 lines 0 comments Download
M trunk/src/athena/system/device_socket_listener.cc View 10 chunks +33 lines, -56 lines 0 comments Download
M trunk/src/athena/system/orientation_controller.h View 2 chunks +5 lines, -16 lines 0 comments Download
M trunk/src/athena/system/orientation_controller.cc View 3 chunks +12 lines, -29 lines 0 comments Download
M trunk/src/athena/system/system_ui_impl.cc View 2 chunks +6 lines, -8 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Finnur
6 years, 4 months ago (2014-08-22 13:41:03 UTC) #1
Finnur
Committed patchset #1 manually as r291394.
6 years, 4 months ago (2014-08-22 13:41:16 UTC) #2
oshima
thanks for taking care of it.
6 years, 4 months ago (2014-08-22 13:57:08 UTC) #3
oshima
6 years, 4 months ago (2014-08-22 13:57:10 UTC) #4
Message was sent while issue was closed.
thanks for taking care of it.

Powered by Google App Engine
This is Rietveld 408576698