Skip to content

Conversation

@quaesitor-scientiam
Copy link
Contributor

@quaesitor-scientiam quaesitor-scientiam commented Feb 19, 2025

Fixes the issue of missing symbols on Windows platform by identifying the the symbols and flagging true the actual names in the kernel32.dll The symbols fixed are CaptureStackBackTrace and __debugbreak. The kernel32.dll calls them RtlCaptureStackBackTrace and DebugBreak.

@huly-for-github
Copy link

Connected to Huly®: V_0.6-22179

import os

fn test_prevent_could_not_find_symbols_regression() {
println('test_prevent_could_not_find_symbols_regression() is running')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we need this statement

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed println it was from my testing forgot to remove it.

@medvednikov medvednikov merged commit 0dd7698 into vlang:master Feb 19, 2025
63 of 64 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants