-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Windows: os.get_raw_line - buffer overflow #23764
Copy link
Copy link
Closed
Labels
BugThis tag is applied to issues which reports bugs.This tag is applied to issues which reports bugs.Modules: osBugs/feature requests, that are related to the `os` module.Bugs/feature requests, that are related to the `os` module.OS: WindowsBugs/feature requests, that are specific to Windows OS.Bugs/feature requests, that are specific to Windows OS.Status: ConfirmedThis bug has been confirmed to be valid by a contributor.This bug has been confirmed to be valid by a contributor.
Description
Metadata
Metadata
Assignees
Labels
BugThis tag is applied to issues which reports bugs.This tag is applied to issues which reports bugs.Modules: osBugs/feature requests, that are related to the `os` module.Bugs/feature requests, that are related to the `os` module.OS: WindowsBugs/feature requests, that are specific to Windows OS.Bugs/feature requests, that are specific to Windows OS.Status: ConfirmedThis bug has been confirmed to be valid by a contributor.This bug has been confirmed to be valid by a contributor.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Root cause described here: #23764 (comment)
Describe the bug
On Windows 10 (no issue on WSL) I get a
RUNTIME ERROR: invalid memory access.LE.
or { }blockReproduction Steps
Create a file yyy:
main.v:
Run
Expected Behavior
The output of the script should be:
1: OK
2: OK
3: OK
Current Behavior
Possible Solution
No response
Additional Information/Context
In addition, the first line logged in the console misses some
xcharacters.V version
0.4.9 99635cf
Environment details (OS name and version, etc.)
Windows 10