-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Allow NTLM tests on newer Linux distributions #113414
Conversation
Looks like the code crashes with the new gss-ntlmssp
|
The native stack trace would be more useful... ...but weirdly, it crashed only on Mono pipeline, didn't it? Is that one using a different Ubuntu version? (I'll answer myself - it seems to be 24.10, so 🤷🏿 ) |
I updated my WSL to ubuntu 24 so I can debug locally, so far I managed to get this
|
Other occurence I get is
I will dig more tomorrow, it seems pretty deterministic |
That does ring a bell: gssapi/gss-ntlmssp#90 |
As far as I can tell this was fixed on 1.3 v1.3.0 but Ubuntu pulls in 1.2 ;) |
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
okay, another attempt, this time on Fedora 41 which seems to be the only one that has 1.3.0 available (from the distros in our test matrix). I am getting
I am afraid this goes beyond my expertise, unless @filipnavara has any pointers for me to investigate this. |
I'll put it on my backlog but I don't expect to investigate it until next week. |
Closing for now, will restart the investigation of the test failures in the future. |
fixes #111639.