-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Closed
Copy link
Labels
area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIblocking-clean-ci-optionalBlocking optional rolling runsBlocking optional rolling runstenet-reliabilityReliability/stability related issue (stress, load problems, etc.)Reliability/stability related issue (stress, load problems, etc.)
Milestone
Description
[SKIP] System.Net.Sockets.Tests.CreateSocket.CtorAndAccept_SocketNotKeptAliveViaInheritance
Process terminated. Access Violation: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. The application will be terminated since this platform does not support throwing an AccessViolationException.
at System.RuntimeExceptionHelpers.FailFast(String, Exception, String, RhFailFastReason, IntPtr, IntPtr) + 0x1e0
at System.RuntimeExceptionHelpers.GetRuntimeException(ExceptionIDs) + 0x158
at System.Runtime.EH.GetClasslibException(ExceptionIDs, IntPtr) + 0x34
at System.Runtime.EH.RhThrowHwEx(UInt32, EH.ExInfo&) + 0xb8
at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress) + 0x11c
at System.Net.Sockets.Socket.Bind(EndPoint localEP) + 0xc8
at System.Net.Sockets.Tests.DualModeBind.<>c.<Socket_BindV4IPEndPoint_Throws>b__0_0() + 0x78
We crash in the inlined read of PInvokeMarshal.t_lastError:
00007ff7`03d7209c f9402e41 ldr x1,[xpr,#0x58]
00007ff7`03d720a0 d000d0c0 adrp x0,_tls_index
00007ff7`03d720a4 9135e000 add x0,x0,#0xD78
00007ff7`03d720a8 b9400000 ldr w0,[x0]
00007ff7`03d720ac f8605820 ldr x0,[x1,w0 uxtw #3]
00007ff7`03d720b0 91400021 add x1,x1,#0,lsl #0xC
00007ff7`03d720b4 91001021 add x1,x1,#4
00007ff7`03d720b8 8b010000 add x0,x0,x1
00007ff7`03d720bc f9400016 ldr x22,[x0]<------ AccessViolationException here
Metadata
Metadata
Assignees
Labels
area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIblocking-clean-ci-optionalBlocking optional rolling runsBlocking optional rolling runstenet-reliabilityReliability/stability related issue (stress, load problems, etc.)Reliability/stability related issue (stress, load problems, etc.)