You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The compiler either crashes(chances are ~1/10, and using v run . seems to have a higher chance) or compiles fine
Expected Behavior
Always compiles fine
Current Behavior
Randomly crashes. Error message(with v -g self):
Unhandled Exception 0xf5fd2a0
C:/Users/***/AppData/Local/Temp/v_0/E:\Programs\v\vlib\builtin\backtraces_windows.c.v:168: at print_backtrace_skipping_top_frames_tcc: Backtrace
C:/Users/***/AppData/Local/Temp/v_0/E:\Programs\v\vlib\builtin\backtraces_windows.c.v:70: by print_backtrace_skipping_top_frames
C:/Users/***/AppData/Local/Temp/v_0/E:\Programs\v\vlib\builtin\builtin_windows.c.v:132: by unhandled_exception_handler
7ffdcb053556 : by ???
Describe the bug
The compiler randomly crashes for an unknown reason when parallel compilation is enabled
Reproduction Steps
v .orv run .v run .seems to have a higher chance) or compiles fineExpected Behavior
Always compiles fine
Current Behavior
Randomly crashes. Error message(with
v -g self):Possible Solution
No response
Additional Information/Context
No response
V version
V 0.4.9 87b1de8
Environment details (OS name and version, etc.)
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.