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

Issue 10914161: Fix ownership of the helper thread in IPCSyncChannelTest.SyncMessageFilter (Closed)

Created:
8 years, 3 months ago by piman
Modified:
8 years, 3 months ago
Reviewers:
jam
CC:
chromium-reviews, darin-cc_chromium.org, jam, Timur Iskhodzhanov
Visibility:
Public.

Description

Fix ownership of the helper thread in IPCSyncChannelTest.SyncMessageFilter The Thread object could (depending on a race) be destroyed on its own thread, which is illegal. Instead, make sure that ownership of the thread is decoupled from the filter to ensure it's destroyed (and joined) on a good thread. BUG=129620 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=155547

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -9 lines) Patch
M ipc/ipc_sync_channel_unittest.cc View 2 chunks +14 lines, -9 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
piman
8 years, 3 months ago (2012-09-07 22:15:30 UTC) #1
jam
lgtm
8 years, 3 months ago (2012-09-07 22:37:56 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/piman@chromium.org/10914161/1
8 years, 3 months ago (2012-09-07 22:39:29 UTC) #3
commit-bot: I haz the power
8 years, 3 months ago (2012-09-08 01:24:50 UTC) #4
Change committed as 155547

Powered by Google App Engine
This is Rietveld 408576698