Anton Lapounov

Results 12 comments of Anton Lapounov

@mikem8361 This test intentionally crashes and then it seems to hang on the `close(parent_pipe);` line in the `PROCCreateCrashDump` function. That line was added in #69663. Could you please take a...

I think you are actually correct, because those line numbers are for the 20220731.1 build. The crashing process should be small as we run this test individually.

This test intentionally calls `Environment.FailFast`: https://github.com/dotnet/runtime/blob/9865cc7a89a4a613a47986b8268a10bc37adbd65/src/tests/baseservices/exceptions/simple/ParallelCrash.cs#L37 The question is why the test hangs indefinitely after that call: ``` cmdLine:/root/helix/work/workitem/e/baseservices/exceptions/simple/ParallelCrash/ParallelCrash.sh Timed Out (timeout in milliseconds: 5400000 from variable __TestTimeout, start: 8/1/2022...

Very likely a duplicate of #57621. Please reopen if you hit this again.

@MichalStrehovsky Have you seen this before?

The Debug Directory size in the `ActiproSoftware.Shared.Wpf.dll` binary is corrupted (which might be caused by running some old obfuscation tool). You can fix it by opening the file in a...

By default, .NET 5 used a different ReadyToRun compiler, which would produce the diagnostic message below and ignore the invalid debug directory: ``` IMAGE_DIRECTORY_ENTRY_DEBUG size (150) should be a multiple...

> Note: Is there a way to specify the absolute path for this key, not just the filename? Yes, with the undocumented [`FilterFullPath`](https://superuser.com/a/1106241/695411) registry key. > Hmmm. That's interesting. `OSArchitecture`...