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

Issue 10979061: Track correctly the number of secure command channel connections (Closed)

Created:
8 years, 2 months ago by Petr Hosek
Modified:
8 years, 2 months ago
CC:
native-client-reviews_googlegroups.com
Visibility:
Public.

Description

Track correctly the number of secure command channel connections Currently, we track number of secure command channel threads. However, these are not directly related to the number of command channels which might result in sel_ldr hanging around even after last connection went away. Note that r9853 broke Chromium integration, causing run_pnacl_bad_browser_test to fail in the PNaCl tests (on the *_naclmore bots only). This change should fix that. BUG=http://code.google.com/p/nativeclient/issues/detail?id=3051 TESTS=small_tests Committed: https://src.chromium.org/viewvc/native_client?view=rev&revision=9882

Patch Set 1 #

Patch Set 2 : Rebased with master. #

Patch Set 3 : Properly initialize instance variables. #

Patch Set 4 : Rebased with master. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+149 lines, -129 lines) Patch
M SConstruct View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/trusted/sel_universal/reverse_emulate.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/trusted/sel_universal/reverse_emulate.cc View 1 6 chunks +40 lines, -0 lines 0 comments Download
M src/trusted/sel_universal/rpc_universal.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/trusted/sel_universal/sel_universal.cc View 2 chunks +22 lines, -0 lines 0 comments Download
M src/trusted/service_runtime/nacl_secure_service.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/trusted/service_runtime/nacl_secure_service.c View 1 2 6 chunks +32 lines, -127 lines 0 comments Download
A tests/sel_ldr/force_shutdown_test.stdin View 1 chunk +2 lines, -0 lines 0 comments Download
A tests/sel_ldr/hard_shutdown_test.stdin View 1 chunk +2 lines, -0 lines 0 comments Download
A tests/sel_ldr/nacl.scons View 1 chunk +33 lines, -0 lines 0 comments Download
A + tests/sel_ldr/non_exit.c View 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Petr Hosek
8 years, 2 months ago (2012-09-28 00:04:30 UTC) #1
bsy
lgtm if bots are happy. plz try it out...
8 years, 2 months ago (2012-09-28 00:34:02 UTC) #2
Derek Schuff
lgtm works for me locally, so LGTM
8 years, 2 months ago (2012-09-28 15:52:15 UTC) #3
commit-bot: I haz the power
8 years, 2 months ago (2012-09-29 00:38:32 UTC) #4

Powered by Google App Engine
This is Rietveld 408576698