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

Windows: v/examples/grid.v crashed #568

Open
LukyGuyLucky opened this issue Jan 29, 2024 · 1 comment
Open

Windows: v/examples/grid.v crashed #568

LukyGuyLucky opened this issue Jan 29, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@LukyGuyLucky
Copy link

LukyGuyLucky commented Jan 29, 2024

Describe the bug

Win10,64bit .compiled and ran but crushed :
Unhandled Exception 0x406D1388
print_backtrace_skipping_top_frames is not implemented
Unhandled Exception 0xC0000005
print_backtrace_skipping_top_frames is not implemented

Reproduction Steps

cd vmodules
cd ui
v -cc gcc -shared .
v -cc gcc crun examples/grid.v

...
...
Unhandled Exception 0x406D1388
print_backtrace_skipping_top_frames is not implemented
Unhandled Exception 0xC0000005
print_backtrace_skipping_top_frames is not implemented

Expected Behavior

the exe should run without any exception

Current Behavior

it crashed.

Possible Solution

No response

Additional Information/Context

No response

V version

V 0.4.3 06a536e

Environment details (OS name and version, etc.)

Windows 10, 64bit

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.

@LukyGuyLucky LukyGuyLucky added the bug Something isn't working label Jan 29, 2024
@JalonSolov JalonSolov changed the title v/examples/grid.v crushed Windows: v/examples/grid.v crushed Jan 29, 2024
@JalonSolov
Copy link

The example works as expected on Linux. This appears to be a Windows specific problem.

@LukyGuyLucky LukyGuyLucky changed the title Windows: v/examples/grid.v crushed Windows: v/examples/grid.v crashed Jan 29, 2024
@spytheman spytheman transferred this issue from vlang/v Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants