Skip to content

update stagex to 2025.04.1, fix linker errors #22025

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

RyanSquared
Copy link
Contributor

Description

Update deterministic sui-node to use latest stagex release, using clang and lld to link the final binary.

This helps resolve an issue with RUST_BACKTRACE=1, where gcc would link the system's libunwind, resulting in an error when retrieving the call stack.

Test plan

Requesting help from @jnaulty to get this run on testnet for a bit.

After building the container, load and run with a set of commands known to cause a crash, with RUST_BACKTRACE=1.

bash ./docker/sui-node-deterministic/build.sh
env -C build/oci/sui-node tar c . | docker load
docker run -e RUST_BACKTRACE=1 sui-node /opt/sui/bin/sui-node --config-path /validator.yaml

Release notes

Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required.

For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates.

  • Protocol:
  • Nodes (Validators and Full nodes):
  • gRPC:
  • JSON-RPC:
  • GraphQL:
  • CLI:
  • Rust SDK:

@RyanSquared RyanSquared requested a review from a team as a code owner May 1, 2025 18:50
Copy link

vercel bot commented May 1, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sui-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 1, 2025 6:54pm
2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
multisig-toolkit ⬜️ Ignored (Inspect) Visit Preview May 1, 2025 6:54pm
sui-kiosk ⬜️ Ignored (Inspect) Visit Preview May 1, 2025 6:54pm

@RyanSquared RyanSquared changed the title update stagex to 2024.04.1, fix linker errors update stagex to 2025.04.1, fix linker errors May 1, 2025
@after-ephemera after-ephemera requested a review from jnaulty May 3, 2025 07:16
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.

1 participant