You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a program returns from main it will clean up EventPipe by calling ep_shutdown, but the EventPipeEventDispatcher thread is still running and may AV when it is trying to use memory owned by EventPipe's buffers.
We should either let the EventPipeEventDispatcher session run past shutdown or put in the appropriate synchronization.
The text was updated successfully, but these errors were encountered:
If a program returns from main it will clean up EventPipe by calling ep_shutdown, but the EventPipeEventDispatcher thread is still running and may AV when it is trying to use memory owned by EventPipe's buffers.
We should either let the EventPipeEventDispatcher session run past shutdown or put in the appropriate synchronization.
If a program returns from main it will clean up EventPipe by calling ep_shutdown, but the EventPipeEventDispatcher thread is still running and may AV when it is trying to use memory owned by EventPipe's buffers.
We should either let the EventPipeEventDispatcher session run past shutdown or put in the appropriate synchronization.
The text was updated successfully, but these errors were encountered: