-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
nativeruntimeeventsource test fails due to missing metadata #90021
Comments
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas Issue DetailsRequired event data payload types need to be preserved, asserts here. 00 00000008 sdfsf
|
This is likely a test issue since the same events are passing in native AOT for the eventlistenerthreadpool test. |
The thread pool event, |
If this event is specific to the portable threadpool, we'd not use that on Windows - native AOT defaults to the native OS-provided threadpool. You could probably quickly check by adding |
ThreadPoolIOWork doesn't seem to be fired with |
Re-opened #87020 to track this. |
Required event data payload types need to be preserved, asserts here.
00 00000008
c32fef60 00007ff7
c0783de4 nativeruntimeeventsource!S_P_CoreLib_System_Diagnostics_Tracing_EventPipePayloadDecoder__DecodePayload+0x5f [src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventPipePayloadDecoder.cs @ 19]01 00000008
c32ff7a0 00007ff7
c0789ad4 nativeruntimeeventsource!S_P_CoreLib_System_Diagnostics_Tracing_NativeRuntimeEventSource__ProcessEvent+0xc4 [src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\NativeRuntimeEventSource.cs @ 60]02 00000008
c32ff830 00007ff7
c073cdf1 nativeruntimeeventsource!S_P_CoreLib_System_Diagnostics_Tracing_EventPipeEventDispatcher__DispatchEventsToEventListeners+0x184 [src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventPipeEventDispatcher.cs @ 188]03 00000008
c32ff960 00007ff7
c0850787 nativeruntimeeventsource!S_P_CoreLib_System_Threading_Tasks_Task__InnerInvoke+0x71 [src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs @ 2399]04 00000008
c32ff9b0 00007ff7
c072efcf nativeruntimeeventsource!S_P_CoreLib_System_Threading_Tasks_Task___c____cctor_b__281_0+0x57 [src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs @ 2387]05 00000008
c32ffa00 00007ff7
c073cb50 nativeruntimeeventsource!S_P_CoreLib_System_Threading_ExecutionContext__RunInternal+0x11f [src\libraries\System.Private.CoreLib\src\System\Threading\ExecutionContext.cs @ 179]06 00000008
c32ffab0 00007ff7
c073c7dd nativeruntimeeventsource!S_P_CoreLib_System_Threading_Tasks_Task__ExecuteWithThreadLocal+0x2c0 [src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs @ 2345]07 00000008
c32ffc30 00007ff7
c08509a9 nativeruntimeeventsource!S_P_CoreLib_System_Threading_Tasks_Task__ExecuteEntryUnsafe+0x7d [src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs @ 2283]08 00000008
c32ffc80 00007ff7
c084b16b nativeruntimeeventsource!S_P_CoreLib_System_Threading_Tasks_ThreadPoolTaskScheduler___c____cctor_b__10_0+0x59 [src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\ThreadPoolTaskScheduler.cs @ 35]09 00000008
c32ffcc0 00007ff7
c084b098 nativeruntimeeventsource!S_P_CoreLib_System_Threading_Thread_StartHelper__RunWorker+0xbb [src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs @ 82]0a 00000008
c32ffd20 00007ff7
c072afeb nativeruntimeeventsource!S_P_CoreLib_System_Threading_Thread_StartHelper__Run+0xa8 [src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs @ 54]0b 00000008
c32ffd80 00007ff7
c072b9e2 nativeruntimeeventsource!S_P_CoreLib_System_Threading_Thread__StartThread+0x10b [src\coreclr\nativeaot\System.Private.CoreLib\src\System\Threading\Thread.NativeAot.cs @ 447]0c 00000008
c32ffe10 00007ffd
418526ad nativeruntimeeventsource!S_P_CoreLib_System_Threading_Thread__ThreadEntryPoint+0x22 [src\coreclr\nativeaot\System.Private.CoreLib\src\System\Threading\Thread.NativeAot.Windows.cs @ 224]0d 00000008
c32ffe60 00007ffd
425caa68 KERNEL32!BaseThreadInitThunk+0x1d0e 00000008
c32ffe90 00000000
00000000 ntdll!RtlUserThreadStart+0x28sdfsf
The text was updated successfully, but these errors were encountered: