-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
[1.16] ConPTY crash on git log
- PGO seems to break main
#13464
Comments
rowMap has some interesting guys in it:
|
FYI I rebuilt the branch with PGO disabled and the crash wasn't reproducible anymore. |
Notes from @malxau:
It would be interesting to see whether Also: I wonder if using |
git log
git log
- PGO seems to break main
Dupe of #13500? |
Frick, it could be that we're using VS2019 PGO data on VS2022 eh? Or that we're optimizing our exception handler ;) |
I've got a reproduceable crash as of microsoft/terminal@dev/duhowett/selfhost-1.16 (version 1.16.189).
cd ~/src/terminal
git log --pretty=oneline
stack trace
Debugging notes
Why is
i
greater than_storage.size
? It starts at 0 and is incremented once per iteration over_storage
.AV is on line 1038 here:
terminal/src/buffer/out/textBuffer.cpp
Lines 1031 to 1041 in 1faf67f
@lhecker, could this be fallout from #13368?
The text was updated successfully, but these errors were encountered: