Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tor window stuck in disconnected state while Tor circuit is established #14461

Closed
darkdh opened this issue Mar 4, 2021 · 2 comments · Fixed by brave/brave-core#8119
Closed

Comments

@darkdh
Copy link
Member

darkdh commented Mar 4, 2021

Sometimes we can see circuit established before we open control channel, in that case we will not able to use Tor if we don't close and reopen a new Tor window.
When that happens, we can see this behavior from tor log

...
[notice] Bootstrapped 100% (done): Done
...
[notice] New control connection opened from 127.0.0.1.

STR is very simple:

  1. Open Tor window
  2. Relaunch Brave
  3. Repeat step 1-2 until see that behavior
  4. When it happens, check tor log in brave://tor-internals/, we can see the above scenario
@btlechowski
Copy link

Each platform uses different tor binary. Best to check on all platforms. Added QA/Test-All-Platforms

@LaurenWags LaurenWags added QA/In-Progress Indicates that QA is currently in progress for that particular issue and removed QA/In-Progress Indicates that QA is currently in progress for that particular issue labels Mar 10, 2021
@LaurenWags
Copy link
Member

LaurenWags commented Mar 10, 2021

Verified passed with

Brave	1.23.28 Chromium: 89.0.4389.86 (Official Build) nightly (x86_64)
Revision	0c2dac31bc21e806a791641316e99920f84ea52c-refs/branch-heads/4389@{#1472}
OS	macOS Version 10.15.7 (Build 19H524)

Attempted to reproduce the issue ~15x using STR from description with 1.21.74, but was unsuccessful.

Ran thru STR from description using 1.23.x ~15x and did not encounter the issue as described.


Verification passed on


Brave | 1.23.52 Chromium: 89.0.4389.105 (Official Build) dev (64-bit)
-- | --
Revision | 14f44e21a9d539cd49c72468a29bfca4fa43f710-refs/branch-heads/4389_90@{#7}
OS | Windows 10 OS Version 2004 (Build 19041.867)

Attempted to reproduce the issue ~15x using STR from description with 1.23.x, but was unsuccessful.


Verified passed with

Brave	1.23.63 Chromium: 89.0.4389.114 (Official Build) beta (64-bit)
Revision	1ea76e193b4fadb723bfea2a19a66c93a1bc0ca6-refs/branch-heads/4389@{#1616}
OS	Linux

Ran thru STR from description using 1.23.x ~15x and did not encounter the issue as described.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment