-
Notifications
You must be signed in to change notification settings - Fork 653
StackoverflowException when using msbuild in VS2017 in 4.0.0-beta11 #1195
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
Comments
We are experiencing what appears to be the same issue. We are using a Gitflow workflow in ContinuousDeployment mode for our feature branches and doing pull request review/merge commits using BitBucket. Steps to reproduce using GitVersion 4 beta 12:
From a GitVersion /diag before deleting the merged local branch it appears the local task branch is confusing GitVersion. First I notice that it was unable to find possible parent branches:
Next it then gets stuck in a recursive loop doing the following until it crashes with :
|
I just hit this, the next part of the logs is interesting, I think this got added after your investigation @CraigN
The root cause is We fall back to that, which then starts looking again... I actually don't know how my build server is hitting this, we really need to kill branch normalisation because it makes it impossible to debug. BUT I think there is another fix, when building the PR merge result, if we use the PR HEAD instead of the merge result we should be able to calculate the correct config. Going to put up a PR |
This is not fixed in 5.0.0 |
I am seeing a stackoverflow crash when I try to build a branch that has just been merged with changes from dev (parent) branch.
Some portion of the log is
For repro, you can use https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/tree/kpanwar/client-info-67 branch.
The text was updated successfully, but these errors were encountered: