You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I encountered a runtime error when using Trunk 0.20.3, installed via cargo install trunk. The error only appeared when running after having built using a GitHub Actions workflow, not during local builds. When reverting to Trunk 0.20.2, the workflow worked fine.
Hello! I encountered a runtime error when using Trunk 0.20.3, installed via cargo install trunk. The error only appeared when running after having built using a GitHub Actions workflow, not during local builds. When reverting to Trunk 0.20.2, the workflow worked fine.
Error Details:
"/rust/deps/dlmalloc-0.2.6/src/dlmalloc.rs:1198:13:
assertion failed: psize <= size + max_overhead
Stack:
Error
at imports.wbg.__wbg_new_abda76e883ba8a5f "
Workflow Configuration:
The 0.20.2 binary worked without issues, while 0.20.3 caused this runtime problem. Appears to be something related to the integrity hashing or nonce.
Also noticed some release configurations added to Cargo.toml that I did not add that may have contributed but unsure of that.
Any insights on this discrepancy or potential fixes would be greatly appreciated. Thanks!
The text was updated successfully, but these errors were encountered: