[go: up one dir, main page]

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

jit: Check pending stubs in i_bs_create_bin #8816

Conversation

jhogberg
Copy link
Contributor

Fixes #8815

@jhogberg jhogberg added team:VM Assigned to OTP team VM fix labels Sep 16, 2024
@jhogberg jhogberg self-assigned this Sep 16, 2024
Copy link
Contributor
github-actions bot commented Sep 16, 2024

CT Test Results

    3 files    143 suites   50m 29s ⏱️
1 593 tests 1 544 ✅ 49 💤 0 ❌
2 336 runs  2 262 ✅ 74 💤 0 ❌

Results for commit 09605ff.

♻️ This comment has been updated with latest results.

To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.

See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.

Artifacts

// Erlang/OTP Github Action Bot

Copy link
Contributor
@bjorng bjorng left a comment

Choose a reason for hiding this comment

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

Strangely enough, this fixes the original example in the issue, but your test case still triggers the crash.

I've pushed a fixup commit that also adds a check of pending stubs to the size calculation loop. With this change, bs_construct_SUITE can be run without crashing.

@jhogberg jhogberg force-pushed the john/jit/fix-bs-construction-aarch64/GH-8815/PR-8816 branch from fc82ef2 to 09605ff Compare September 17, 2024 08:16
@jhogberg jhogberg added the testing currently being tested, tag is used by OTP internal CI label Sep 18, 2024
@jhogberg jhogberg merged commit f2c346c into erlang:maint Oct 2, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix team:VM Assigned to OTP team VM testing currently being tested, tag is used by OTP internal CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JIT raises with "Could not resolve all links" on large binaries in 27.0.1
2 participants