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

ComInterfaceGenerator.Unit.Tests failed on linux-x64 running interpreter #100683

Closed
kotlarmilos opened this issue Apr 5, 2024 · 0 comments
Closed
Labels
area-Codegen-Interpreter-mono blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab
Milestone

Comments

@kotlarmilos
Copy link
Member

kotlarmilos commented Apr 5, 2024

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=631540
Build error leg or test failing: ComInterfaceGenerator.Unit.Tests.WorkItemExecution
Pull request: #92057

Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage": "(core dumped) \"$RUNTIME_PATH/dotnet\" exec --runtimeconfig ComInterfaceGenerator.Unit.Tests.runtimeconfig.json ",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}
Thread 1 (Thread 0x7b748830e740 (LWP 24)):
#0  0x00007b7487ed748c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007b748817dd27 in SystemNative_LowLevelMonitor_Wait () from /root/helix/work/correlation/shared/Microsoft.NETCore.App/9.0.0//libSystem.Native.so
#2  0x00007b7486c04d3e in do_icall () from /root/helix/work/correlation/shared/Microsoft.NETCore.App/9.0.0/libcoreclr.so
#3  0x00007b7486c0357f in do_icall_wrapper () from /root/helix/work/correlation/shared/Microsoft.NETCore.App/9.0.0/libcoreclr.so
#4  0x00007b7486bf4be6 in mono_interp_exec_method () from /root/helix/work/correlation/shared/Microsoft.NETCore.App/9.0.0/libcoreclr.so
#5  0x00007b7486bf26a6 in interp_runtime_invoke () from /root/helix/work/correlation/shared/Microsoft.NETCore.App/9.0.0/libcoreclr.so
#6  0x00007b7486d234f7 in mono_runtime_invoke_checked () from /root/helix/work/correlation/shared/Microsoft.NETCore.App/9.0.0/libcoreclr.so
#7  0x00007b7486d2a3f8 in mono_runtime_exec_main_checked () from /root/helix/work/correlation/shared/Microsoft.NETCore.App/9.0.0/libcoreclr.so
#8  0x00007b7486b56e2f in mono_jit_exec () from /root/helix/work/correlation/shared/Microsoft.NETCore.App/9.0.0/libcoreclr.so
#9  0x00007b7486b597c5 in mono_main () from /root/helix/work/correlation/shared/Microsoft.NETCore.App/9.0.0/libcoreclr.so
#10 0x00007b7486bcebb7 in monovm_execute_assembly () from /root/helix/work/correlation/shared/Microsoft.NETCore.App/9.0.0/libcoreclr.so
#11 0x00007b7488229898 in ?? () from /root/helix/work/correlation/shared/Microsoft.NETCore.App/9.0.0/libhostpolicy.so
#12 0x00007b74882577fa in ?? () from /root/helix/work/correlation/shared/Microsoft.NETCore.App/9.0.0/libhostpolicy.so
#13 0x00007b7488257aef in ?? () from /root/helix/work/correlation/shared/Microsoft.NETCore.App/9.0.0/libhostpolicy.so
#14 0x00007b7488258a92 in corehost_main () from /root/helix/work/correlation/shared/Microsoft.NETCore.App/9.0.0/libhostpolicy.so
#15 0x00007b74882d3e4c in ?? () from /root/helix/work/correlation/host/fxr/9.0.0/libhostfxr.so
#16 0x00007b74882cefc3 in ?? () from /root/helix/work/correlation/host/fxr/9.0.0/libhostfxr.so
#17 0x00007b74882cb43c in ?? () from /root/helix/work/correlation/host/fxr/9.0.0/libhostfxr.so
#18 0x00007b74882ca50b in ?? () from /root/helix/work/correlation/host/fxr/9.0.0/libhostfxr.so
#19 0x00007b74882c3455 in hostfxr_main_startupinfo () from /root/helix/work/correlation/host/fxr/9.0.0/libhostfxr.so
#20 0x00005ba2c0c0eff2 in ?? ()
#21 0x00005ba2c0c0f515 in ?? ()
#22 0x00007b7486ffa7e5 in __libc_start_main () from /lib64/libc.so.6
#23 0x00005ba2c0c028f9 in ?? ()
[Inferior 1 (process 24) detached]

=================================================================
	Basic Fault Address Reporting
=================================================================
Memory around native instruction pointer (0x7b7486cd6bc6):0x7b7486cd6bb6  4c 8d 3d 02 2e d7 ff 4c 0f 44 f8 bb b8 00 00 00  L.=....L.D......
0x7b7486cd6bc6  48 03 5f 08 85 c9 74 20 48 89 df 89 ee e8 88 d9  H._...t H.......
0x7b7486cd6bd6  0e 00 48 89 44 24 10 41 8b 44 24 20 a9 00 10 00  ..H.D$.A.D$ ....
0x7b7486cd6be6  00 75 50 e9 05 01 00 00 48 8d 3d 12 49 d6 ff e8  .uP.....H.=.I...

=================================================================
	Managed Stacktrace:
=================================================================
=================================================================

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=631540
Error message validated: [(core dumped) "$RUNTIME_PATH/dotnet" exec --runtimeconfig ComInterfaceGenerator.Unit.Tests.runtimeconfig.json ]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 4/5/2024 3:13:15 PM UTC

Report

Build Definition Test Pull Request
648973 dotnet/runtime ComInterfaceGenerator.Unit.Tests.WorkItemExecution #100962
648857 dotnet/runtime ComInterfaceGenerator.Unit.Tests.WorkItemExecution #100962
648715 dotnet/runtime ComInterfaceGenerator.Unit.Tests.WorkItemExecution #99183
648059 dotnet/runtime ComInterfaceGenerator.Unit.Tests.WorkItemExecution #100962
647563 dotnet/runtime ComInterfaceGenerator.Unit.Tests.WorkItemExecution #99339
643892 dotnet/runtime ComInterfaceGenerator.Unit.Tests.WorkItemExecution #100949
643217 dotnet/runtime ComInterfaceGenerator.Unit.Tests.WorkItemExecution #100446
637807 dotnet/runtime ComInterfaceGenerator.Unit.Tests.WorkItemExecution #100489
637468 dotnet/runtime ComInterfaceGenerator.Unit.Tests.WorkItemExecution #100587
637368 dotnet/runtime ComInterfaceGenerator.Unit.Tests.WorkItemExecution #100729
636484 dotnet/runtime ComInterfaceGenerator.Unit.Tests.WorkItemExecution #100743
635653 dotnet/runtime ComInterfaceGenerator.Unit.Tests.WorkItemExecution #99278
635426 dotnet/runtime ComInterfaceGenerator.Unit.Tests.WorkItemExecution #100782
635221 dotnet/runtime ComInterfaceGenerator.Unit.Tests.WorkItemExecution #99547
635040 dotnet/runtime ComInterfaceGenerator.Unit.Tests.WorkItemExecution #100691
634955 dotnet/runtime ComInterfaceGenerator.Unit.Tests.WorkItemExecution #100587
634931 dotnet/runtime ComInterfaceGenerator.Unit.Tests.WorkItemExecution #100661
634817 dotnet/runtime ComInterfaceGenerator.Unit.Tests.WorkItemExecution #96440
634307 dotnet/runtime ComInterfaceGenerator.Unit.Tests.WorkItemExecution #99278
633731 dotnet/runtime ComInterfaceGenerator.Unit.Tests.WorkItemExecution #99278
633239 dotnet/runtime ComInterfaceGenerator.Unit.Tests.WorkItemExecution
633145 dotnet/runtime ComInterfaceGenerator.Unit.Tests.WorkItemExecution #100728
633131 dotnet/runtime ComInterfaceGenerator.Unit.Tests.WorkItemExecution #96440
632557 dotnet/runtime ComInterfaceGenerator.Unit.Tests.WorkItemExecution #100561
632550 dotnet/runtime ComInterfaceGenerator.Unit.Tests.WorkItemExecution #100618
631540 dotnet/runtime ComInterfaceGenerator.Unit.Tests.WorkItemExecution #92057
630944 dotnet/runtime ComInterfaceGenerator.Unit.Tests.WorkItemExecution #100572

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 6 27
@kotlarmilos kotlarmilos added blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab labels Apr 5, 2024
@kotlarmilos kotlarmilos added this to the 9.0.0 milestone Apr 5, 2024
@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Apr 5, 2024
@kotlarmilos kotlarmilos added area-Codegen-Interpreter-mono and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Apr 5, 2024
@github-actions github-actions bot locked and limited conversation to collaborators May 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Codegen-Interpreter-mono blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab
Projects
None yet
Development

No branches or pull requests

1 participant