Skip to content
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

Fix posix-signals-on-macos on aarch64-apple-darwin #6793

Merged
merged 1 commit into from
Aug 2, 2023

Conversation

alexcrichton
Copy link
Member

@alexcrichton alexcrichton commented Aug 2, 2023

Currently the libc crate has an incorrect definition of ucontext_t for this platform which is causing alignment issues when it's used. This fixes this issue and the posix-signals-on-macos feature on this platform.

@alexcrichton alexcrichton requested a review from a team as a code owner August 2, 2023 08:18
@alexcrichton alexcrichton requested review from fitzgen and removed request for a team August 2, 2023 08:18
Currently the `libc` crate has an incorrect definition of `ucontext_t`
for this platform which is causing alignment issues when it's used. This
fixes [this issue][1] and the `posix-signals-on-macos` feature on this
platform.

[1]: bytecodealliance#6785 (comment)
@fitzgen fitzgen added this pull request to the merge queue Aug 2, 2023
Merged via the queue into bytecodealliance:main with commit 5200159 Aug 2, 2023
19 checks passed
@alexcrichton alexcrichton deleted the fix-signals branch August 2, 2023 16:40
geekbeast pushed a commit to geekbeast/wasmtime that referenced this pull request Aug 6, 2023
… feature/preview2

* 'feature/preview2' of github.com:geekbeast/wasmtime:
  Change preview2 builder methods to use `&mut self` (bytecodealliance#6770)
  Add a bindgen test that exercises using error types from a different interface (bytecodealliance#6802)
  Resolve trappable error types with fully qualified package paths (bytecodealliance#6795)
  Update the dev-dependency for wit-bindgen to 0.9.0 (bytecodealliance#6800)
  Fix incorrect sample code in documentation (bytecodealliance#6796) (bytecodealliance#6797)
  Update preview1 to trap on misaligned pointers (bytecodealliance#6776)
  Fix posix-signals-on-macos on aarch64-apple-darwin (bytecodealliance#6793)
  consistient WASI preview1 rights reporting (bytecodealliance#6784)
  Wasmtime: Introduce `{Module,Component}::resources_required` (bytecodealliance#6789)
eduardomourar pushed a commit to eduardomourar/wasmtime that referenced this pull request Aug 18, 2023
…6793)

Currently the `libc` crate has an incorrect definition of `ucontext_t`
for this platform which is causing alignment issues when it's used. This
fixes [this issue][1] and the `posix-signals-on-macos` feature on this
platform.

[1]: bytecodealliance#6785 (comment)
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.

macos: "failed to set thread exception port" in forked process
2 participants