[babl,gobject-introspection] Enable introspection in debug on Windows - #53323
Open
talregev wants to merge 1 commit into
Open
[babl,gobject-introspection] Enable introspection in debug on Windows#53323talregev wants to merge 1 commit into
talregev wants to merge 1 commit into
Conversation
talregev
marked this pull request as ready for review
August 9, 2026 04:34
g-ir-scanner resolved its DLL directories from the debug gio-2.0.pc, so the release _giscanner extension loaded the debug GLib DLLs and died on the CRT mismatch (STATUS_STACK_BUFFER_OVERRUN). Preload the release GLib DLLs before importing _giscanner, and drop the babl workaround that disabled GIR in debug.
talregev
force-pushed
the
TalR/babl_gir_debug
branch
from
August 9, 2026 04:56
a7ce8d5 to
9580602
Compare
Contributor
Author
|
Kai Pastor (@dg0yt) let me know what you think. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
./vcpkg x-add-version --alland committing the result.Eable introspection in debug on Windows
g-ir-scanner resolved its DLL directories from the debug gio-2.0.pc, so the release _giscanner extension loaded the debug GLib DLLs and died on the CRT mismatch (STATUS_STACK_BUFFER_OVERRUN). Preload the release GLib DLLs before importing _giscanner, and drop the babl workaround that disabled GIR in debug.