-
Notifications
You must be signed in to change notification settings - Fork 409
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
Panic in dlmalloc after upgrading to Rust 1.78.0 #1389
Comments
Happy to help debug/investigate further with some pointers for where to look to generate more info |
We're seeing it here too, but doesn't seem to help to downgrade to rust 1.77.1. |
Just want to link some details here too: alexcrichton/dlmalloc-rs#41 (comment) alexcrichton/dlmalloc-rs#41 (comment) In summary, after 1.78 enabled debug assertions in |
This issue seems to be resolved in latest main and 0.2.92 version, will paste my comment on the issue I opened in dlmalloc: alexcrichton/dlmalloc-rs#41 For anyone landing on this issue, it seems that in the latest revision on
https://github.com/rustwasm/wasm-bindgen/blob/0.2.92/CHANGELOG.md#fixed-1 OR
https://github.com/rustwasm/wasm-bindgen/blob/0.2.92/CHANGELOG.md#0287 |
Just For anyone who is still stuck, I solved this by downgrading back to |
same error |
I upgraded to |
Upgrading wasm-bindgen to latest worked for me |
🐛 Bug description
After upgrading to Rust toolchain 1.78.0, I started getting this error in my GitHub pages project when compiling to wasm:
Compiling with the exact same code, this does not happen with 1.77.1.
🤔 Expected Behavior
No panic
👟 Steps to reproduce
Code compiled to wasm:
Command used to build:
The
.wasm
output is being served in https://github.com/jtroo/jtroo.github.io, which can easily be served locally, e.g.🌍 Your environment
Include the relevant details of your environment.
wasm-pack version: 0.12.1
rustc version: 1.78.0 / 1.77.1
The text was updated successfully, but these errors were encountered: