Open Maoni0 opened 1 year ago
@Maoni0 It looks like this error is impacting Runtime only. Is this an infra failure or a failure specific to Runtime tests?
Tagging subscribers to this area: @dotnet/area-system-diagnostics-process See info in area-owners.md if you want to be subscribed.
Author: | Maoni0 |
---|---|
Assignees: | - |
Labels: | `area-System.Diagnostics.Process`, `Known Build Error`, `needs-area-label` |
Milestone: | - |
Added this to the 9.0.0 milestone because of the frequency
Triage:
StartInfo_NotepadWithContent_withArgumentList is not the only S.D.P test that starts notepad, but it's the only one that fails.
The difference is that it uses a different property to set the arguments:
But both properties are later mapped to a string:
and the same sys-call is being performed:
So in theory, both should be equally stable.
When searching for ERROR_ACCESS_DENIED + ShellExecuteEx
I've found https://devblogs.microsoft.com/oldnewthing/20101118-00/?p=12253, but we are already handling STA properly:
It's going to require further triage.
We can defer this out of 9.0.0. It does have a notable hit count, but it's not new. I moved it to Future.
Build
https://dev.azure.com/dnceng-public/public/_build/results?buildId=302756&view=results
https://helixre107v0xdcypoyl9e7f.blob.core.windows.net/dotnet-runtime-refs-pull-87372-merge-563116f2d3404bad82/System.Diagnostics.Process.Tests/1/console.b1eb782a.log?helixlogtype=result
Build leg reported
System.Diagnostics.Tests.ProcessStartInfoTests.StartInfo_NotepadWithContent_withArgumentList
Pull Request
https://github.com/dotnet/runtime/pull/87372
Known issue core information
Fill out the known issue JSON section by following the step by step documentation on how to create a known issue
@dotnet/dnceng
Release Note Category
Release Note Description
Additional information about the issue reported
No response
Report
Summary
Known issue validation
Build: :mag_right: Result validation: :warning: Provided build not found. Provide a valid build in the "Build: :mag_right:" line. Validation performed at: 8/11/2023 4:35:48 PM UTC