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

Issue 115856: Detach verify thread from PR on linux.... (Closed)

Created:
11 years, 7 months ago by ukai
Modified:
9 years, 7 months ago
Reviewers:
wtc
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Detach verify thread from NSPR on linux. The threads in our thread pool terminate after we have called PR_Cleanup. Unless we detach them from NSPR, if we use CertVerifier, net_unittests dies with segfault on shutdown. BUG=10911 TEST=net_unittests passes with code that uses CertVerifier. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=17160

Patch Set 1 #

Total comments: 6

Patch Set 2 : '' #

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

Messages

Total messages: 4 (0 generated)
ukai
11 years, 7 months ago (2009-05-28 08:54:06 UTC) #1
wtc
LGTM. Please fix the following problems before checking this in. Thanks! http://codereview.chromium.org/115856/diff/1/2 File net/base/cert_verifier.cc (right): ...
11 years, 7 months ago (2009-05-28 17:34:50 UTC) #2
ukai
Thanks for review. http://codereview.chromium.org/115856/diff/1/2 File net/base/cert_verifier.cc (right): http://codereview.chromium.org/115856/diff/1/2#newcode8 Line 8: #include <nspr/private/pprthred.h> // PR_DetatchThread On ...
11 years, 6 months ago (2009-05-29 02:33:25 UTC) #3
wtc
11 years, 6 months ago (2009-05-29 02:35:31 UTC) #4
LGTM.

Powered by Google App Engine
This is Rietveld 408576698