forked from electron/electron
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Node.js 23 wasm related error (reproducer: 389-ds-base) #7
Comments
kxxt
changed the title
Node.js 23 wasm regression (reproducer: 389-ds-base)
Node.js 23 wasm related error (reproducer: 389-ds-base)
Jan 27, 2025
The FAIL case now seems distro specific. I think the SIGILL case is actually #6 |
kxxt
added a commit
to kxxt/archriscv-packages
that referenced
this issue
Jan 27, 2025
- Switch compiler to clang, this workarounds https://archriscv.felixc.at/.status/log.htm?url=logs/389-ds-base/389-ds-base-3.1.1-3.log See more details in riscv-forks/electron#7 - Cherry-pick icache flush fix, upstreamed: - nodejs/node#56781 - nodejs/node#56782 - Should still need nocheck
Closing as electron is not affected. For the archriscv specific issue, switching the compiler to clang solves it. Probably another miscompilation done by gcc. (like https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116057) |
kxxt
added a commit
to kxxt/archriscv-packages
that referenced
this issue
Jan 27, 2025
- Switch compiler to clang, this workarounds https://archriscv.felixc.at/.status/log.htm?url=logs/389-ds-base/389-ds-base-3.1.1-3.log See more details in riscv-forks/electron#7 - Cherry-pick icache flush fix, upstreamed: - nodejs/node#56781 - nodejs/node#56782 - Should still need nocheck
felixonmars
pushed a commit
to felixonmars/archriscv-packages
that referenced
this issue
Jan 28, 2025
- Switch compiler to clang, this workarounds https://archriscv.felixc.at/.status/log.htm?url=logs/389-ds-base/389-ds-base-3.1.1-3.log See more details in riscv-forks/electron#7 - Cherry-pick icache flush fix, upstreamed: - nodejs/node#56781 - nodejs/node#56782 - Should still need nocheck
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Preparation:
Reproduce:
Errors from esbuild-wasm on node.js 23:
SIGILL case (exit code 1):
Tested combinations:
The text was updated successfully, but these errors were encountered: