net/tools/get_server_time crashes
Reported by
kcunning...@connectify.me,
Jan 12 2018
|
||||
Issue descriptionChrome Version: master OS: Ubuntu 16.04 Crash ID: URL (if applicable) where crash occurred: Can you reproduce this crash? Yes What steps will reproduce this crash (or if it's not reproducible, what were you doing just before the crash)? (1) Run net/tools/get_server_time #0 0x00000000005db50d in base::CreateTaskRunnerWithTraits(base::TaskTraits const&) () #1 0x000000000047f500 in net::HostResolverImpl::HostResolverImpl(net::HostResolver::Options const&, net::NetLog*) () #2 0x000000000047e176 in net::HostResolver::CreateDefaultResolver(net::NetLog*) () #3 0x00000000005813d6 in net::URLRequestContextBuilder::Build() () #4 0x0000000000379455 in main () Crashes when attempting to create a TaskRunner. The program does not create a TaskScheduler at the start of the process. *Please note that issues filed with no information filled in above will be marked as WontFix*
,
Jan 15 2018
Removing Restrict-View as I don't believe this can be a security vulnerability since it's not in actual Chromium code.
,
Jan 15 2018
Definitely not a high priority. I was just playing around with some of the code and wanted to notify the developers.
,
Jan 15 2018
Thanks! Much appreciated.
,
Jan 16 2018
Probably best to just remove the utility, as no one working on Chromium seems to have noticed this, indicating it's not being used.
,
Feb 28 2018
,
Mar 1 2018
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/cbcf110364bc61d5a39a3b54ca94be1d0da89702 commit cbcf110364bc61d5a39a3b54ca94be1d0da89702 Author: Helen Li <xunjieli@chromium.org> Date: Thu Mar 01 20:00:14 2018 Remove net/tools/get_server_time This CL removes net/tools/get_server_time now that //components/network_time_tracker is using a different mechanism (x-cup-server-proof). This utility is no longer relevant. Bug: 801668 Change-Id: I0bc75a9d21244a0c3bbe0ed50da2783e7169c61c Reviewed-on: https://chromium-review.googlesource.com/943343 Reviewed-by: Ryan Sleevi <rsleevi@chromium.org> Reviewed-by: Dirk Pranke <dpranke@chromium.org> Commit-Queue: Helen Li <xunjieli@chromium.org> Cr-Commit-Position: refs/heads/master@{#540263} [modify] https://crrev.com/cbcf110364bc61d5a39a3b54ca94be1d0da89702/BUILD.gn [modify] https://crrev.com/cbcf110364bc61d5a39a3b54ca94be1d0da89702/net/BUILD.gn [delete] https://crrev.com/38404656272b58169bb7c3e230fcc6ef38af6018/net/tools/get_server_time/get_server_time.cc [modify] https://crrev.com/cbcf110364bc61d5a39a3b54ca94be1d0da89702/tools/determinism/deterministic_build_whitelist.pyl
,
Mar 1 2018
If you'd like to get it working, you can apply the changes in PatchSet #2: https://chromium-review.googlesource.com/c/chromium/src/+/943343/2/net/tools/get_server_time/get_server_time.cc We decided to remove it because this "get server time" mechanism is not used by anything in Chromium. |
||||
►
Sign in to add a comment |
||||
Comment 1 by rdsmith@chromium.org
, Jan 15 2018Status: Available (was: Unconfirmed)