Skip to content

builtin: fixed the thread naming issue by using RaiseException (0x406D1388) on windows.#25270

Merged
spytheman merged 1 commit into
vlang:masterfrom
get200:fix/RaiseException_0x406D1388
Sep 10, 2025
Merged

builtin: fixed the thread naming issue by using RaiseException (0x406D1388) on windows.#25270
spytheman merged 1 commit into
vlang:masterfrom
get200:fix/RaiseException_0x406D1388

Conversation

@get200

@get200 get200 commented Sep 9, 2025

Copy link
Copy Markdown
Contributor

On Windows, SetThreadName traditionally raises exception 0x406D1388 to set a thread name in the debugger. This exception is harmless and serves only as a debugging aid.Certain libraries might raise this exception and crash the program; it should be ignored or filtered.

@huly-for-github

Copy link
Copy Markdown

Connected to Huly®: V_0.6-25072

@spytheman

Copy link
Copy Markdown
Contributor

@spytheman spytheman left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thank you 🙇🏻‍♂️.

@spytheman spytheman merged commit 015a85d into vlang:master Sep 10, 2025
78 of 82 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.

2 participants