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

Issue 207583003: Improve logging of NSS errors that do not map to network errors. (Closed)

Created:
6 years, 9 months ago by tsniatowski
Modified:
6 years, 9 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Improve logging of NSS errors that do not map to network errors. BUG= R=jar@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=259205

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -2 lines) Patch
M net/socket/nss_ssl_util.cc View 1 chunk +6 lines, -2 lines 1 comment Download

Messages

Total messages: 16 (0 generated)
tsniatowski
6 years, 9 months ago (2014-03-21 07:38:33 UTC) #1
Ryan Sleevi
Can you explain the motivation? Was this spawned by a particular bug? We generally try ...
6 years, 9 months ago (2014-03-21 07:40:58 UTC) #2
tsniatowski
On 2014/03/21 07:40:58, Ryan Sleevi wrote: > Can you explain the motivation? Was this spawned ...
6 years, 9 months ago (2014-03-21 07:53:27 UTC) #3
Ryan Sleevi
On 2014/03/21 07:53:27, tsniatowski wrote: > On 2014/03/21 07:40:58, Ryan Sleevi wrote: > > Can ...
6 years, 9 months ago (2014-03-21 18:27:52 UTC) #4
tsniatowski
On 2014/03/21 18:27:52, Ryan Sleevi wrote: > Can you do an optimized/release mode comparison on ...
6 years, 9 months ago (2014-03-24 11:07:59 UTC) #5
Ryan Sleevi
LGTM, just keep an eye on the sizes bots just in case. cc wtc as ...
6 years, 9 months ago (2014-03-24 17:17:49 UTC) #6
tsniatowski
The CQ bit was checked by tsniatowski@opera.com
6 years, 9 months ago (2014-03-25 06:03:38 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tsniatowski@opera.com/207583003/1
6 years, 9 months ago (2014-03-25 06:03:40 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-25 06:07:29 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on win_chromium_compile_dbg
6 years, 9 months ago (2014-03-25 06:07:29 UTC) #10
tsniatowski
The CQ bit was checked by tsniatowski@opera.com
6 years, 9 months ago (2014-03-25 06:19:10 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tsniatowski@opera.com/207583003/1
6 years, 9 months ago (2014-03-25 06:19:21 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tsniatowski@opera.com/207583003/1
6 years, 9 months ago (2014-03-25 12:50:15 UTC) #13
wtc
Patch set 1 LGTM. You can make the suggested change after the commit queue commits ...
6 years, 9 months ago (2014-03-25 15:29:40 UTC) #14
commit-bot: I haz the power
Change committed as 259205
6 years, 9 months ago (2014-03-25 15:32:46 UTC) #15
wtc
6 years, 9 months ago (2014-03-25 15:36:05 UTC) #16
Message was sent while issue was closed.
On 2014/03/21 07:53:27, tsniatowski wrote:
>
> The general motivation is to have a slightly more useful log in the default
case
> when there is no good mapping, otherwise it's necessary to dive into nss
headers
> to understand what could be going wrong.

I see. NSS error codes are documented in a web page that you can find by a web
search for "NSS error codes". However, I found that that web page is now on
http://www-archive.mozilla.org and the version is a very old snapshot. I will
look into how to fix that.

In any case, -12285 is documented on that page and you can use that page to look
up NSS error codes in the future.

Powered by Google App Engine
This is Rietveld 408576698