-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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 browser crashes when using bridges #331851
Comments
Kernel reports segfault:
|
Can you check if it's still an issue with 13.5.2? I at least can't reproduce it on that version. |
Still crashes when bridges are enabled for me. Works without bridges though.
|
Kinda looks like this assertion firing: |
Oh, I was testing on 24.05. On I'm not really familiar with debugging segfaults, here is
|
Describe the bug
After a recent nixos-unstable update tor-browser no longer works with bridges enabled.
Even with a clean profile (I deleted
~/.tor browser
) it still happens.When running tor browser with any mode that uses bridges, it immediately crashes upon connecting with this message:
Tor log contains the following lines:
Standalone version of tor-browser works fine. Older built version from unstable channel (approximately a week ago) also works fine.
Investigating further, I see that pluggable transport executable, packaged with tor-browser, crashes. I tried running it manually (by just executing
/nix/store/v14f72p99w227ysvx14b1wrkdcc53fxp-tor-browser-13.5.1/share/tor-browser/TorBrowser/Tor/PluggableTransports/lyrebird
without any arguments), which instantly crashes on launch:fish: Job 1, './lyrebird' terminated by signal SIGSEGV (Address boundary error)
That also happens to the other two PTs available.
Note that this happens even in a clean nixos installation in a VM.
To make sure, I tested tor-browser from my older, working nixos build:
[ERROR]: lyrebird - must be run as a managed transport
The executable didn't crash and launched correctly.
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
Tor-browser working with bridges.
Notify maintainers
@felschr
@panicgh
@joachifm
@hax404
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: