Stream: git-wasmtime

Topic: wasmtime / PR #7651 Increase stack size in `examples/thre...


view this post on Zulip Wasmtime GitHub notifications bot (Dec 06 2023 at 22:03):

alexcrichton requested elliottt for a review on PR #7651.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 06 2023 at 22:03):

alexcrichton opened PR #7651 from alexcrichton:increase-stack-size to bytecodealliance:main:

This commit is an attempt to address the CI failure popping up in #7636. I can reproduce the failure locally and it appears to be due to the fact that macOS is giving spawned threads via pthread_create a 512K stack by default. Cranelift when compiled in debug mode is taking more stack than this (but working in release mode). I was talking with Trevor and Jamey about possible ways to reduce the stack size here but for now I'm going with Jamey's suggestion of increasing the stack size as the best course of action for now.

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Dec 06 2023 at 22:03):

alexcrichton requested pchickey for a review on PR #7651.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 06 2023 at 22:03):

alexcrichton requested wasmtime-core-reviewers for a review on PR #7651.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 06 2023 at 22:07):

elliottt submitted PR review:

Looks good to me! It's also nice that we'll use 2MB across all platforms for this test now, instead of allowing for varying defaults.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 06 2023 at 22:08):

alexcrichton has enabled auto merge for PR #7651.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 06 2023 at 22:55):

alexcrichton merged PR #7651.


Last updated: Oct 23 2024 at 20:03 UTC