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

dyld: Symbol not found: _posix_spawn_file_actions_addchdir_np on MacOS Mojave #1323

Closed
chrisAXZA opened this issue Oct 14, 2022 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@chrisAXZA
Copy link

chrisAXZA commented Oct 14, 2022

Version

0.1.13

Platform

local 18.7.0 Darwin Kernel Version 18.7.0 root:xnu-4903.278.44~1/RELEASE_X86_64 x86_64

What steps will reproduce the bug?

bun upgrade

How often does it reproduce? Is there a required condition?

Always

What is the expected behavior?

Successful upgrade

What do you see instead?

bun v0.2.0 is out! You're on 0.1.13

dyld: Symbol not found: _posix_spawn_file_actions_addchdir_np
Referenced from: (which was built for Mac OS X 11.0)
Expected in: /usr/lib/libSystem.B.dylib

Crash at 0xBA23BB1401000000

----- bun meta -----
Bun v0.1.13 (55bdf268) macOS x64 18.7.0
UpgradeCommand: 
Elapsed: 3519ms | User: 99ms | Sys: 248ms
RSS: 28.92MB | Peak: 28.92MB | Commit: 71.31MB | Faults: 816
----- bun meta -----

Additional information

Probably related to ticket #1266, submitted by kt3k

@chrisAXZA chrisAXZA added bug Something isn't working needs repro Needs an example to reproduce labels Oct 14, 2022
@Mouvedia
Copy link

still getting

dyld: lazy symbol binding failed: Symbol not found: _posix_spawn_file_actions_addchdir_np
…
dyld: Symbol not found: _posix_spawn_file_actions_addchdir_np
…
Crash at 0x56A2561601000000

on bun upgrade

bun version : 0.1.7
macOS version : 10.13.6

@chrisAXZA
Copy link
Author

As of version 0.2.2, bun is still not running on MacOS 10.xx versions (webkit memory allocator). Otherwise, use bun install as per instructions instead of upgrade.

@Electroid Electroid changed the title Bun upgrade (0.1.13 -> 0.2.0) fails on MacOS Mojave [check ticket -> #1266] dyld: Symbol not found: _posix_spawn_file_actions_addchdir_np on MacOS Mojave Nov 3, 2022
@Electroid Electroid removed the needs repro Needs an example to reproduce label Jan 18, 2023
cirospaciari pushed a commit that referenced this issue Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants