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

pcloud broken #325629

Closed
leon-thomm opened this issue Jul 8, 2024 · 2 comments
Closed

pcloud broken #325629

leon-thomm opened this issue Jul 8, 2024 · 2 comments
Labels
0.kind: bug Something is broken

Comments

@leon-thomm
Copy link

Describe the bug

The pcloud package runs into a segmentation fault.

Steps To Reproduce

$ NIXPKGS_ALLOW_UNFREE=1 nix-shell -p pcloud -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/e89cf1c932006531f454de7d652163a9a5c86668.tar.gz
[nix-shell:~]$ pcloud
Segmentation fault (core dumped)

Expected behavior

application launches

Additional context

I experience this issue since version 1.12.0. Version 1.11.0 seems to work fine.

Notify maintainers

@Patryk27

Metadata

[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
 - system: `"x86_64-linux"`
 - host os: `Linux 6.6.36, NixOS, 24.11 (Vicuna), 24.11pre647193.9f4128e00b0a`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.18.4`
 - channels(root): `"nixos, nixpkgs-24.05"`
 - nixpkgs: `/home/leon/.nix-defexpr/channels/nixpkgs`

Add a 👍 reaction to issues you find important.

@leon-thomm leon-thomm added the 0.kind: bug Something is broken label Jul 8, 2024
@Patryk27
Copy link
Member

Patryk27 commented Jul 8, 2024

Yes, it's a known issue: #226339.

Unfortunately, the underlying bug is not related to pcloud itself, but to patchelf (an application used internally by Nix) whose maintainers don't have enough time to review my patches at the moment.

Fortunately, you can just apply the appropriate patch locally:

https://discourse.nixos.org/t/pcloud-gives-segmentation-fault/31330/5?u=patryk27
(https://gist.github.com/zarelit/c71518fe1272703788d3b5f570ef12e9)

Since the problem is already tracked in #226339, I'll close this issue.

@Patryk27 Patryk27 closed this as completed Jul 8, 2024
@leon-thomm
Copy link
Author

whoopsie, thanks a lot! 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: bug Something is broken
Projects
None yet
Development

No branches or pull requests

2 participants