-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
FailFast in integration tests (ProjectId.ReadFrom) #33856
Comments
@sharwell do we have a dump? if not, a way to repro? |
@heejaechang The only information we have are the build logs from that integration test run. I don't believe that includes dump files, though Watson sometimes gets a triage dump from the crashes. |
@sharwell okay, how about servicehub logs from %temp%\servicehub\logs? that also can help me to track down issue. the stream it is throwing get messed when cancellation is thrown while data is being transferred, and just dropped. I would like to check whether this is the case. in that case, it is expected since that's how cancellation is handled in current design for named pipe for OOP. when cancellation is thrown, server/client just drop/close connection and that can cause exception like above since stream is in unknown state. but it gets ignored. it might not that case but other bug, but dump or logs will probably have info to figure out which case it is. |
Another stack trace: 🔗 https://dnceng.visualstudio.com/public/_build/results?buildId=117739
|
@heejaechang This should give you the Watson bucket:
|
Another stack trace:
|
Haven't seen any more reports of this. And we don't diagnosticresult serialization anymore. |
Version Used: Occurred in integration test build for #33834
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: