Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecf-dev] NegativeArraySizeException while running org.eclipse.bittorrent.internal.net.PeerConnection.processBitfield(PeerConnection)

I am working on implementing a bit torrent client and have explored the org.eclipse.bittorrent.example. 

I get repeat instances of:
NegativeArraySizeException 

 while running org.eclipse.bittorrent.internal.net.PeerConnection.processBitfield(PeerConnection)

Is there a fix for this? I am running org.eclipse.bittorrent.example.CLI.java 

obtained from:
eclipse-incub-ecf-bittorrent.tar


Back to the top