Skip to content

tests: Mitigate test-model-resolution crashing on MSYS2 UCRT64 environment - #26555

Merged
ServeurpersoCom merged 1 commit into
ggml-org:masterfrom
rillomas:mitigate-msys2-crash
Aug 7, 2026
Merged

tests: Mitigate test-model-resolution crashing on MSYS2 UCRT64 environment#26555
ServeurpersoCom merged 1 commit into
ggml-org:masterfrom
rillomas:mitigate-msys2-crash

Conversation

@rillomas

@rillomas rillomas commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Overview

Fixes #26552. Mitigates crashing issue occurring in Windows MSYS2 UCRT64 environment. While I haven't fully checked, the original code maybe undefined behavior since we're initializing &files (reference to a vector) with a temporary vector where its lifetime is not guaranteed.

Additional information

Requirements

@rillomas
rillomas requested a review from ggerganov as a code owner August 4, 2026 07:19
@github-actions github-actions Bot added the testing Everything test related label Aug 4, 2026
@ServeurpersoCom ServeurpersoCom self-assigned this Aug 4, 2026
@ServeurpersoCom
ServeurpersoCom self-requested a review August 4, 2026 08:11

@ServeurpersoCom ServeurpersoCom 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.

LGTM, we just need to confirm there is no regression on the CI. Build tested on Linux and Windows.

@rillomas

rillomas commented Aug 7, 2026

Copy link
Copy Markdown
Contributor Author

Hi @ServeurpersoCom are you able to add the "merge ready" tag to this PR? I'd rather fix the CI crashing soon so we don't miss too many changes.

@ServeurpersoCom ServeurpersoCom added the merge ready A maintainer can use this label to indicate that they consider the changes final and ready to merge. label Aug 7, 2026
@ServeurpersoCom
ServeurpersoCom requested a review from ngxson August 7, 2026 05:46
@ServeurpersoCom
ServeurpersoCom merged commit 42e9881 into ggml-org:master Aug 7, 2026
23 of 26 checks passed
@rillomas
rillomas deleted the mitigate-msys2-crash branch August 7, 2026 09:19
miltos22 pushed a commit to miltos22/llama.cpp-wackMall-merge-request that referenced this pull request Aug 10, 2026
satindergrewal pushed a commit to satindergrewal/llama.cpp that referenced this pull request Aug 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merge ready A maintainer can use this label to indicate that they consider the changes final and ready to merge. testing Everything test related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Misc. bug: test-model-resolution crashes on Windows MSYS2 UCRT64

4 participants