Skip to content

Compile Linux release binaries with Clang#2274

Merged
kripken merged 1 commit into
WebAssembly:masterfrom
alexcrichton:build-with-clang
Aug 1, 2019
Merged

Compile Linux release binaries with Clang#2274
kripken merged 1 commit into
WebAssembly:masterfrom
alexcrichton:build-with-clang

Conversation

@alexcrichton

Copy link
Copy Markdown
Contributor

This fixes #2273 for... unknown reasons. The tl;dr; is that the current
release binaries built in this Alpine container seem to segfault when
run over some wasm files when an exception is thrown, but clang-built
binaries magically seems to not segfault!

@kripken kripken left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

This fixes WebAssembly#2273 for... unknown reasons. The tl;dr; is that the current
release binaries built in this Alpine container seem to segfault when
run over some wasm files when an exception is thrown, but clang-built
binaries magically seems to not segfault!
@alexcrichton

Copy link
Copy Markdown
Contributor Author

Should be rebased now to handle the merge conflict

@kripken kripken merged commit 2459889 into WebAssembly:master Aug 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Precompiled Linux releases segfault on wasm file

2 participants