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

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

Open
xzbg opened this issue Jan 18, 2024 · 3 comments · May be fixed by #8036
Open

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

xzbg opened this issue Jan 18, 2024 · 3 comments · May be fixed by #8036
Assignees
Labels
bug Issue is reported as a bug team:VM Assigned to OTP team VM

Comments

@xzbg
Copy link

xzbg commented Jan 18, 2024

Describe the bug
In windows, using file:read_file(File) to read large files larger than 2G will cause the werl console to crash directly without any error log
using otp26,the system version of Windows 10 64-bit

@xzbg xzbg added the bug Issue is reported as a bug label Jan 18, 2024
@IngelaAndin IngelaAndin added the team:VM Assigned to OTP team VM label Jan 22, 2024
@jhogberg jhogberg self-assigned this Jan 22, 2024
@jhogberg jhogberg linked a pull request Jan 22, 2024 that will close this issue
@jhogberg
Copy link
Contributor

Thanks for your report, I've made a stab at fixing it in #8036 :)

@xzbg
Copy link
Author

xzbg commented Mar 20, 2024

Thanks for your report, I've made a stab at fixing it in #8036 :)

Thank you, in which version will this modification be released?

@jhogberg
Copy link
Contributor

jhogberg commented Mar 20, 2024

Sorry, it will have to wait. I discovered a problem with it soon after and have not gotten around to fixing it, I've been having problems with my Windows environment and more pressing issues have come in between. :-(

I'll release it on OTP versions 25 through 27 soon after the latter is released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is reported as a bug team:VM Assigned to OTP team VM
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants