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

llvmPackages_16: ueberzugpp segfaults on darwin #244319

Closed
wegank opened this issue Jul 19, 2023 · 0 comments
Closed

llvmPackages_16: ueberzugpp segfaults on darwin #244319

wegank opened this issue Jul 19, 2023 · 0 comments
Labels
0.kind: bug Something is broken 6.topic: darwin Running or building packages on Darwin 6.topic: llvm/clang Issues related to llvmPackages, clangStdenv and related

Comments

@wegank
Copy link
Member

wegank commented Jul 19, 2023

Describe the bug

ueberzugpp segfaults if compiled with Clang 15+ from Nixpkgs on Darwin:

$ result/bin/ueberzugpp
Segmentation fault: 11

The failure is not observed with Clang 15+ from Homebrew or Clang 14 from Nixpkgs, so I assume it's an issue here and not upstream.

Steps To Reproduce

Steps to reproduce the behavior:

  1. Build ueberzugpp with llvmPackages_16.stdenv on Darwin
  2. Run ueberzugpp

Expected behavior

$ result/bin/ueberzugpp
Display images in the terminal
Usage: ueberzug [OPTIONS] [SUBCOMMAND]

Options:
  -h,--help                   Print this help message and exit
  -V,--version                Print version information.

Subcommands:
  layer                       Display images on the terminal.
  cmd                         Send a command to a running ueberzugpp instance.
  tmux                        Handle tmux hooks. Used internaly.
  query_windows               **UNUSED**, only present for backwards compatibility.

Screenshots

Additional context

Notify maintainers

Metadata

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

[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
 - system: `"aarch64-darwin"`
 - host os: `Darwin 22.5.0, macOS 13.4.1`
 - multi-user?: `yes`
 - sandbox: `no`
 - version: `nix-env (Nix) 2.15.1`
 - channels(user): `"darwin, home-manager, nixpkgs, nur-packages"`
 - channels(root): `"nixpkgs"`
 - nixpkgs: `/Users/user/.nix-defexpr/channels/nixpkgs`
@wegank wegank added 0.kind: bug Something is broken 6.topic: darwin Running or building packages on Darwin labels Jul 19, 2023
@wegank wegank closed this as completed Dec 3, 2023
@rrbutani rrbutani added the 6.topic: llvm/clang Issues related to llvmPackages, clangStdenv and related label May 27, 2024
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 6.topic: darwin Running or building packages on Darwin 6.topic: llvm/clang Issues related to llvmPackages, clangStdenv and related
Projects
None yet
Development

No branches or pull requests

2 participants