[WIP] Checking Master with <XunitShowProgress>true</XunitShowProgress> Outerloop - #24781
[WIP] Checking Master with <XunitShowProgress>true</XunitShowProgress> Outerloop#24781Drawaes wants to merge 2 commits into
Conversation
|
@dotnet-bot Test Outerloop Linux x64 Release Build |
| <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" /> | ||
| <PropertyGroup> | ||
| <ProjectGuid>{A55A2B9A-830F-4330-A0E7-02A9FB30ABD2}</ProjectGuid> | ||
| <XunitShowProgress>true</XunitShowProgress> |
There was a problem hiding this comment.
I think you should add <XunitMaxThreads>1</XunitMaxThreads> also to make the output not be interleaved.
|
|
@dotnet-bottest Outerloop Linux x64 Debug Build |
|
@jkotas, could this failure be related to your recent ThreadStatic changes? The stack trace shows: but get_CurrentThreadContext is: corefx/src/Common/src/System/Net/LazyAsyncResult.cs Lines 22 to 35 in ba63583 and I don't see how that could result in a null reference exception if everything was working properly. |
|
I have the dumpling working thanks to @danmosemsft useful instructions. I can't really see anything obvious yet. |
|
This looks like https://github.com/dotnet/corefx/issues/24722 . The managed thread statics get corrupted in System.Net.Security tests on Linux. @janvorli and @Priya91 have been looking into it. It is interesting that we are only seeing the problem in System.Net.Security tests on Linux so far. I would expect managed thread static regression to show up in many different tests ... |
|
Same crash just happened here: |
|
ref #24799 |
No description provided.