yarnpkg / berry

📦🐈 Active development trunk for Yarn ⚒
https://yarnpkg.com
BSD 2-Clause "Simplified" License
7.47k stars 1.12k forks source link

[Bug?]: fails to run in mac 15 #6613

Open scarf005 opened 4 days ago

scarf005 commented 4 days ago

Self-service

Describe the bug

yarn segfaults on mac 15.

To reproduce

$ yarn --version
! Corepack is about to download https://repo.yarnpkg.com/4.4.0/packages/yarnpkg-cli/bin/yarn.js
? Do you want to continue? [Y/n] y

dyld[8009]: missing symbol called
fish: Job 1, 'yarn --version' terminated by signal SIGABRT (Abort)

Environment

(manually written because yarn crashes)
System:
  OS: macOS Sequoia 15.1.1 arm64
  CPU: Apple M1 Pro (10) @ 3.23 GHz
Binaries:
  Node: v23.3.0 - /opt/homebrew/bin/node
  Yarn: 4.4.0 - /opt/homebrew/bin/yarn
  npm: 10.9.0 - /opt/homebrew/bin/npm

Additional context

No response