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

erts: Fix large read_file on Windows #8036

Open
wants to merge 1 commit into
base: maint
Choose a base branch
from

Conversation

jhogberg
Copy link
Contributor

Fixes #8028

@jhogberg jhogberg added team:VM Assigned to OTP team VM fix testing currently being tested, tag is used by OTP internal CI labels Jan 22, 2024
@jhogberg jhogberg self-assigned this Jan 22, 2024
@jhogberg jhogberg changed the base branch from master to maint January 22, 2024 17:18
Copy link
Contributor

github-actions bot commented Jan 22, 2024

CT Test Results

    4 files    194 suites   1h 43m 47s ⏱️
2 961 tests 2 665 ✅ 296 💤 0 ❌
3 668 runs  3 304 ✅ 364 💤 0 ❌

Results for commit 4a61e05.

♻️ 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

@jhogberg jhogberg force-pushed the john/erts/fix-read-file-2G-windows/OTP-18939 branch from f3240e7 to 4a61e05 Compare January 25, 2024 10:57
@jhogberg jhogberg removed the testing currently being tested, tag is used by OTP internal CI label Jan 26, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using file:read_file(File) in windows to read large files exceeding 2G causes werl to crash
1 participant