Skip to content
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

FATAL Error in XBSlink sniffer dispatcher service thread. #5

Closed
seuffert opened this issue Mar 12, 2011 · 1 comment
Closed

FATAL Error in XBSlink sniffer dispatcher service thread. #5

seuffert opened this issue Mar 12, 2011 · 1 comment

Comments

@seuffert
Copy link
Owner

System.InvalidOperationException: Collection was modified; enumeration
operation may not execute.
at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource
resource)
at XBSlink.xbs_node.has_xbox(PhysicalAddress xbox_addr) in
C:\Users\seuffert\Documents\develop\XBSlink-git\XBSlink\xbs_node.cs:line
124
at XBSlink.xbs_node_list.distributeDataPacket(PhysicalAddress
dstMac, Byte[] data) in
C:\Users\seuffert\Documents\develop\XBSlink-git\XBSlink\xbs_node_list.cs:line
261
at XBSlink.xbs_sniffer.dispatch_packet(RawPacket& rawPacket) in
C:\Users\seuffert\Documents\develop\XBSlink-git\XBSlink\xbs_sniffer.cs:line
229
at XBSlink.xbs_sniffer.dispatcher() in
C:\Users\seuffert\Documents\develop\XBSlink-git\XBSlink\xbs_sniffer.cs:line
184

@seuffert
Copy link
Owner Author

fixed:

  • node will lock list to allow multiple thread access

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant