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
Unhandled Exception: System.ArgumentException: Offset and length exceed the bounds of the array, or the count is greater than the number of elements from the index to the end of the source collection.
in System.Buffer.BlockCopy(Array src, Int32 srcOffset, Array dst, Int32 dstOffset, Int32 count)
in PowerPing.ICMP..ctor(Byte[] data, Int32 size)
in PowerPing.Listen.ListenForICMPOnAddress(IPAddress address)
in System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
in System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
in System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
in System.Threading.ThreadHelper.ThreadStart()
The text was updated successfully, but these errors were encountered:
some icmp pattern cause crash.. fyi
Unhandled Exception: System.ArgumentException: Offset and length exceed the bounds of the array, or the count is greater than the number of elements from the index to the end of the source collection.
in System.Buffer.BlockCopy(Array src, Int32 srcOffset, Array dst, Int32 dstOffset, Int32 count)
in PowerPing.ICMP..ctor(Byte[] data, Int32 size)
in PowerPing.Listen.ListenForICMPOnAddress(IPAddress address)
in System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
in System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
in System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
in System.Threading.ThreadHelper.ThreadStart()
The text was updated successfully, but these errors were encountered: