-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
NAPI Argon2 Segfault #5848
Comments
I am not sure if this is very important as one can just use the hashing functions built into the bun runtime, but it may be worth looking at in case there is something bigger going on here! |
Duplicate of #2550? |
Ah I had missed that. I am getting opaque errors on the debug build that are unrelated to having a missing module when there are missing modules so it could be a duplicate for sure. |
same here. I'm using bun with nuxt3 on ubuntu, |
and I found out '@node-rs/argon2' works! |
thanks a lot @minkoonim @node-rs/argon2 certainly does work fine. |
Hello everyone, I'm encountering an issue with the @node-rs/argon2 package in a specific scenario. When running the commands bun run build and bun --hot run src/index.ts, everything works flawlessly. However, the problem arises when attempting to build using any of the following commands:
In these cases, I consistently receive the following error message:
Thanks! |
@pablodelamerced This is caused by #3903, and unrelated to this issue |
What version of Bun is running?
1.0.3 (main branch ac19c7c)
What platform is your computer?
Linux 6.5.3-arch1-1 x86_64 unknown
What steps can reproduce the bug?
git clone https://github.com/ranisalt/node-argon2.git
bun install
bun run --bun mocha test/test.js
What is the expected behavior?
No segfault!
What do you see instead?
Additional information
I am not sure the best way to debug zig as I have never used it before, but I am happy to be of any assistance I can!
The text was updated successfully, but these errors were encountered: