Skip to content
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

Test failure: managed/Compilation/Compilation/Compilation.cmd #108124

Closed
v-wenyuxu opened this issue Sep 23, 2024 · 3 comments
Closed

Test failure: managed/Compilation/Compilation/Compilation.cmd #108124

v-wenyuxu opened this issue Sep 23, 2024 · 3 comments
Assignees
Labels
arch-x86 area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI blocking-clean-ci-optional Blocking optional rolling runs in-pr There is an active PR which will close this issue when it is merged JitStress CLR JIT issues involving JIT internal stress modes os-windows
Milestone

Comments

@v-wenyuxu
Copy link

Failed in: runtime-coreclr jitstress-random 20240922.1

Failed tests:

coreclr windows x86 Checked jitstress_random_1 @ Windows.10.Amd64.Open
    - managed/Compilation/Compilation/Compilation.cmd

Error message:

 
Assert failure(PID 8332 [0x0000208c], Thread: 8328 [0x2088]): Assertion failed 'block->checkPredListOrder()' in 'Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.LanguageParser:ParseExpressionContinued(Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.ExpressionSyntax,uint):Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.ExpressionSyntax:this' during 'Recognize Switch' (IL size 1311; hash 0xa32ae1dc; FullOpts)

    File: D:�_work1ssrccoreclrjitgflow.cpp:198
    Image: C:hwAC6A095Cpcorerun.exe


Return code:      1
Raw output file:      C:hwAC6A095CwB43C09A9uploadsCompilationCompilationoutput.txt
Raw output:
BEGIN EXECUTION
 "C:hwAC6A095Cpcorerun.exe" -p "System.Reflection.Metadata.MetadataUpdater.IsSupported=false" -p "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization=true"  Compilation.dll 
Starting the test
Expected: 100
Actual: -1073740286
END EXECUTION - FAILED
FAILED
Test failed. Trying to see if dump file was created in C:cores since 9/22/2024 7:59:24 PM
Processing C:corescorerun.exe.8332.dmp
Invoking: C:Program Files (x86)Windows Kits10Debuggers�cdb.exe -c "$<C:hwAC6A095C		mp0zrmkq.tmp" -z "C:corescorerun.exe.8332.dmp"
stdout: 
Microsoft (R) Windows Debugger Version 10.0.18362.1 X86
Copyright (c) Microsoft Corporation. All rights reserved.


Loading Dump File [C:corescorerun.exe.8332.dmp]
User Mini Dump File with Full Memory: Only application data is available


************* Path validation summary **************
Response                         Time (ms)     Location
OK                                             C:hwAC6A095CpPDB
Symbol search path is: C:hwAC6A095CpPDB
Executable search path is: 
Windows 10 Version 14393 MP (4 procs) Free x86 compatible
Product: Server, suite: TerminalServer DataCenter SingleUserTS
10.0.14393.6343 (rs1_release.230913-1727)
Machine Name:
Debug session time: Sun Sep 22 19:59:32.000 2024 (UTC + 0:00)
System Uptime: 0 days 0:10:24.223
Process Uptime: 0 days 0:00:08.000
........................................

************* Symbol Loading Error Summary **************
Module name            Error
ntdll                  The system cannot find the file specified

You can troubleshoot most symbol related issues by turning on symbol loading diagnostics (!sym noisy) and repeating the command that caused symbols to be loaded.
You should also verify that your symbol search path (.sympath) is correct.
This dump file has an exception of interest stored in it.
The stored exception information can be accessed via .ecxr.
(208c.2088): Unknown exception - code c0000602 (first/second chance not available)
For analysis of this file, run !analyze -v
*** WARNING: Unable to verify checksum for coreclr.dll
eax=011b86d8 ebx=00000000 ecx=00000000 edx=00000000 esi=011b8688 edi=011b86d8
eip=724e0245 esp=011b89b8 ebp=011b9a44 iopl=0         nv up ei pl nz ac po nc
cs=0023  ss=002b  ds=002b  es=002b  fs=0053  gs=002b             efl=00000212
coreclr!FailFastOnAssert+0x21:
724e0245 5e              pop     esi
0:000> cdb: Reading initial command '$<C:hwAC6A095C		mp0zrmkq.tmp'
0:000> .load C:Users
unner.dotnetsossos.dll
0:000> ~*k

.  0  Id: 208c.2088 Suspend: 0 Teb: 00e0e000 Unfrozen
ChildEBP RetAddr  
011b89c4 724e0f8c coreclr!FailFastOnAssert+0x21
011b9a44 720be128 coreclr!_DbgBreakCheck+0x337
*** WARNING: Unable to verify checksum for clrjit.dll
011b9aac 7076e16e coreclr!CEEInfo::doAssert+0x68
011bbadc 707831c3 clrjit!assertAbort+0xd8
011bbb04 7089a233 clrjit!Compiler::fgAddRefPred<0>+0x18d
011bbb7c 7089aab2 clrjit!Compiler::optExtendSwitch+0x2d9
011bbb90 70753144 clrjit!Compiler::optSwitchRecognition+0x52
011bbb9c 7087f198 clrjit!CompilerPhaseWithStatus::DoPhase+0x14
011bbbd0 707530c9 clrjit!Phase::Run+0x38
011bbbec 70757dca clrjit!DoPhase+0x31
011bbea4 707594aa clrjit!Compiler::compCompile+0x9c5
011bbf0c 707588b3 clrjit!Compiler::compCompileHelper+0x682
(Inline) -------- clrjit!Compiler::compCompile::__l151::__Body::Run+0x15
011bc000 7075681c clrjit!Compiler::compCompile+0x699
011b

Stack trace:

   at TestLibrary.OutOfProcessTest.RunOutOfProcessTest(String assemblyPath, String testPathPrefix)
   at Program.<<Main>$>g__TestExecutor1|0_2(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&)
@v-wenyuxu v-wenyuxu added arch-x86 os-windows JitStress CLR JIT issues involving JIT internal stress modes blocking-clean-ci-optional Blocking optional rolling runs labels Sep 23, 2024
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Sep 23, 2024
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Sep 23, 2024
Copy link
Contributor

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch
See info in area-owners.md if you want to be subscribed.

@JulieLeeMSFT
Copy link
Member

@EgorBo, PTAL. Might be the same issue as #108125.

@EgorBo EgorBo modified the milestones: 9.0.0, 10.0.0 Sep 23, 2024
@dotnet-policy-service dotnet-policy-service bot added the in-pr There is an active PR which will close this issue when it is merged label Sep 23, 2024
@EgorBo
Copy link
Member

EgorBo commented Sep 23, 2024

Regressed by 10.0 PR

@EgorBo EgorBo closed this as completed Sep 24, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Oct 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-x86 area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI blocking-clean-ci-optional Blocking optional rolling runs in-pr There is an active PR which will close this issue when it is merged JitStress CLR JIT issues involving JIT internal stress modes os-windows
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants