Open jkbz64 opened 1 year ago
We replicated the same error in 1.0.4 version too
Hey, I've run into this issue too. Did you managed to work a way around this?
Removed bun as dependency I’m not using bun anymore for that projectIl giorno 1 nov 2023, alle ore 11:58, jawaad-juggle @.***> ha scritto: Hey, I've run into this issue too. Did you managed to work a way around this?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>
Duplicate of https://github.com/oven-sh/bun/issues/4290 ?
Tried to run this example:
❯❯❯ BUN_JSC_dumpModuleLoadingState=1 bun run app.js ✘ 134
Loader [fetch] bun:main
loader [parsing] bun:main
Loader [resolve] /Users/user/code/bun-ssh-project/app.js
Loader [fetch] /Users/user/code/bun-ssh-project/app.js
loader [parsing] /Users/user/code/bun-ssh-project/app.js
Loader [resolve] fs
Loader [resolve] ssh2
Loader [fetch] fs
Loader [fetch] /Users/user/code/bun-ssh-project/node_modules/ssh2/lib/index.js
loader [parsing] fs
loader [parsing] string_decoder
Loader [link] string_decoder
Loader [evaluate] string_decoder
loader [parsing] util/types
Loader [link] util/types
Loader [evaluate] util/types
loader [parsing] /Users/user/code/bun-ssh-project/node_modules/ssh2/lib/index.js
loader [parsing] buffer
Loader [link] buffer
Loader [evaluate] buffer
dyld[27404]: missing symbol called
fish: Job 1, 'BUN_JSC_dumpModuleLoadingState=…' terminated by signal SIGABRT (Abort)
in a debug build:
What version of Bun is running?
0.8.1
What platform is your computer?
Linux 6.4.0-asahi-10-1-edge-ARCH aarch64 unknown
What steps can reproduce the bug?
What is the expected behavior?
Should output
Client :: ready
What do you see instead?
Additional information
The same exact code works on node, tried to use
Bun.file
API instead ofreadFileSync
, same result. Used standardssh-keygen
ssh-rsa key without password.