-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Description
Steps to Reproduce
No repro steps available, see https://devdiv.visualstudio.com/DevDiv/_workitems/edit/916147
Current Behavior
Crash in FSW processing code
Expected Behavior
No crash.
On which platforms did you notice this
[*] macOS
[ ] Linux
[ ] Windows
Version Used:
5.18.1.28 (15), 6.0.0.296 (6), 6.0.0.283 (4), 5.18.1.24 (2)
Stacktrace
System.ThrowHelper.ThrowArgumentOutOfRangeException()
System.IO.CoreFX.FileSystemWatcher.RunningInstance.ProcessEvents(Int32,Byte**,FSEventStreamEventFlags[],UInt64[],FileSystemWatcher)
System.IO.CoreFX.FileSystemWatcher.RunningInstance.<>c__XXX.<FileSystemEventCallback>b__XXX(Object)
System.Threading.ExecutionContext.RunInternal(ExecutionContext,ContextCallback,Object,Boolean)
System.Threading.ExecutionContext.Run(ExecutionContext,ContextCallback,Object,Boolean)
System.Threading.ExecutionContext.Run(ExecutionContext,ContextCallback,Object)
System.IO.CoreFX.FileSystemWatcher.RunningInstance.FileSystemEventCallback(IntPtr,IntPtr,IntPtr,Byte**,FSEventStreamEventFlags[],UInt64[])
System.IO.CoreFX.FileSystemWatcher.RunningInstance.StaticWatcherRunLoopManager.WatchForFileSystemEventsThreadStart(Object)
System.Threading.ThreadHelper.ThreadStart_Context(Object)
System.Threading.ExecutionContext.RunInternal(ExecutionContext,ContextCallback,Object,Boolean)
System.Threading.ExecutionContext.Run(ExecutionContext,ContextCallback,Object,Boolean)
System.Threading.ExecutionContext.Run(ExecutionContext,ContextCallback,Object)
System.Threading.ThreadHelper.ThreadStart(Object)