Jan Kotas
Jan Kotas
We need to be able to [collect crash dumps for builds](https://github.com/dotnet/arcade/issues/14440) to make this crash diagnosable.
This is likely another manifestation of the ObjectWriter related crashes #7907 and #7926. We know that it is related to the debug symbols generation. You can try to apply workaround...
A dump of the crash would be the most useful. Are you comfortable sharing it with us? Note that the dump will likely contain binaries of your app. If yes,...
This is how to images for source build are configured in ASP.NET today: https://github.com/dotnet/arcade/blob/main/eng/common/templates-official/job/source-build.yml#L49-L56 . I assume that the internal builds are configured to use Mariner for a reason.
What is the missing package that we need this for?
Any chance you can create a repro for this problem that you can share?
Looks like a bug
> I am concerned that people are going to get blocked on getting their PRs merged because they cannot bypass the merge on green restriction. For example, this PR is...
The test disabled against this issue needs to be re-enabled before closing: https://github.com/dotnet/runtime/blob/7bcd5091ef7df1444de7c7e1dfc3fd281e773fff/src/libraries/System.Net.Http/tests/FunctionalTests/SocketsHttpHandlerTest.cs#L1607
The issue with backward slashes was fixed by https://github.com/dotnet/runtime/pull/78995 (duplicate of #75387). The issue with forward slashes is still present.