-
Notifications
You must be signed in to change notification settings - Fork 410
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
wasm-opt exits with signal: 11 #781
Comments
really sorry you are running into this! we knew that wasm-opt had some issues on Linux.. many folks seem to be running into issues specifically with CI- i'll be looking into this today to see if we can't improve it! (thanks for the really awesome+detailed bug report by the way<3) |
I have the same problem, and it takes at least 5 minutes for wasm-opt to fail. See here inside the "run test" step; in our setup, the |
Currently wasm-opt has issues in ubuntu rustwasm/wasm-pack#781
- Move DSP to fundsp (& recreate all DSP modules) - Rework RPC messaging - Parameter stabilisation fixes - Add Clock and Sequencer - Add VCA module - Add Reverb module - Add Noise module - Add Envelope module - Add Delay module - Add LFO module - Add StepSequencer module - Add Midi module - Add Filter module - Add Sample&Hold module - Add Scope module - Add String Oscillator (Experimental) - Update clock divider - Update LED styles - Use 1v/octave for frequencies - Implement up/down arrow keys on Toolbox - Make Quantiser keyboard more stylish - Move to Svelte-Kit - Offline storage for media assets - Basic routing added - Templating system added (replaces examples) - Add MIDI Synth (2 Oscillator) template - Kick, Snare, Hi-hat templates added - Sampler added with onset detection - Add editable workspace/template title - Index page with list of workspaces & templates - Error pages added (in progress) - Add ADSR envelope - Switch to macos in ci resolving wasm-opt issue (rustwasm/wasm-pack#781)
If anyone is wondering how to resolve the sigsegv going forward: #823 (comment) |
🐛 Bug description
The latest 0.9.0 release fails to build with the following error in my scenario:
This only happens on my CI. Builds fine locally on my windows machine so this might just be an issue with the CI? Not sure as it's using linux.
Related issue: #696
👟 Steps to reproduce
Sorry, I don't have time to submit an MCVE at the moment, but the following will probably reproduce the problem:
Fails in
packages/core/wasm
.https://travis-ci.org/dsherret/dprint/builds/644649601?utm_medium=notification&utm_source=github_status
🌍 Your environment
Workarounds
Either:
wasm-pack
via npm and specify0.8.1
as pointed out here: Ability to provide version to init.sh #779 (comment)...so this is not a blocker for me. Anyway, thanks for the great project!
The text was updated successfully, but these errors were encountered: