-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Upgrade Ubuntu VMs #61853
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
base: main
Are you sure you want to change the base?
Upgrade Ubuntu VMs #61853
Conversation
Looks like dotnet/runtime#114129 but I haven't been able to reproduce it. Without doing so it's a little hard, but maybe we can add some diagnostic code. Basically OpenSSL 3 is giving us an error we don't know how to handle, but I can't get it to error myself :-D. @bartonjs What do you think about including the numeric value in the exception? That would at least give us a clue to even understand what part of chain building is failing so we could better understand it. |
We have it in the assert... but yeah, that's not so nice when it happens outside of a debug build. I'm torn between whether we want to change the message here, or be weird and do a double-throw so it's contained only in an InnerException. It's probably fine to just change the message here. I was on a thread about this particular one a week or so ago, and no one can repro it outside of Helix, so something weird seems to be happening on these machines. Might need to pull it down from docker. |
Might be useful to investigate in the VM itself. We're not using a container in this scenario. |
I as a GitHub employee don't have access to most things, including pretty much everything in that link, so that looks difficult. Even if I could get on a VM, I don't know what I would do there, short of "Try running AspNetCore against a debug build of the runtime" and I don't know where to begin with that, either. |
I did, same image |
Follow on from: #61755
@halter73 @wtgodbe