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

SFTP - missing symbol called #9115

Closed
0xtlt opened this issue Feb 26, 2024 · 1 comment
Closed

SFTP - missing symbol called #9115

0xtlt opened this issue Feb 26, 2024 · 1 comment
Labels
bug Something isn't working crash An issue that could cause a crash

Comments

@0xtlt
Copy link

0xtlt commented Feb 26, 2024

What version of Bun is running?

1.0.29+a146856d1

What platform is your computer?

Darwin 23.3.0 arm64 arm

What steps can reproduce the bug?

bun init -y
// index.ts
import Client from "ssh2-sftp-client";
let sftp = new Client();
// package.json
...
"dependencies": {
    "@types/ssh2-sftp-client": "^9.0.3",
    "ssh2-sftp-client": "^10.0.3"
  }
...
bun index.ts

What is the expected behavior?

It should run normally

What do you see instead?

bun index.ts 
dyld[61842]: missing symbol called
zsh: killed     bun index.ts

Additional information

No response

@0xtlt 0xtlt added the bug Something isn't working label Feb 26, 2024
@Electroid
Copy link
Contributor

Duplicate of #8228

@Electroid Electroid marked this as a duplicate of #8228 Feb 27, 2024
@Electroid Electroid closed this as not planned Won't fix, can't repro, duplicate, stale Feb 27, 2024
@Electroid Electroid added the crash An issue that could cause a crash label Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working crash An issue that could cause a crash
Projects
None yet
Development

No branches or pull requests

2 participants