NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.2k stars 14.2k forks source link

Tor Browser giving fatal allocator error #168887

Closed ghost closed 2 years ago

ghost commented 2 years ago

Describe the bug

A clear and concise description of what the bug is.

Tor Browser inconsistently fails to launch on NixOS unstable.

Steps To Reproduce

Steps to reproduce the behavior:

  1. Add tor-browser-bundle-bin to systemPackages
  2. Rebuild the system
  3. Run tor-browser

Expected behavior

A clear and concise description of what you expected to happen. I expected Tor to run

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.

Welcome to fish, the friendly interactive shell
Type help for instructions on how to use fish
user@host ~> tor-browser                                                                            
fatal allocator error: invalid uninitialized allocator usage
Redirecting call to abort() to mozalloc_abort

fish: Job 1, 'tor-browser' terminated by signal SIGSEGV (Address boundary error)
user@host ~ [SIGSEGV]> 

I am running NixOS unstable, and using Wayland (Sway) in case it is relevant

Notify maintainers

@offlinehacker @matejc @thoughtpolice @hax404 @KarlJoad

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

leo@coriander ~> nix-shell -p nix-info --run "nix-info -m"                                              
 - system: `"x86_64-linux"`
 - host os: `Linux 5.15.32, NixOS, 22.05 (Quokka), 22.05pre365028.710fed5a248`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.7.0`
 - channels(root): `"home-manager, nixos"`
 - channels(leo): `""`
 - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`

leo@coriander ~> 
Artturin commented 2 years ago

Dupe of https://github.com/NixOS/nixpkgs/issues/146401