-
Notifications
You must be signed in to change notification settings - Fork 86
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
Deadlock fixes #10
base: develop
Are you sure you want to change the base?
Deadlock fixes #10
Conversation
We have found another deadlock, caused in part by the fix for the previous one. I have a patch for it, but we are not certain whether it is entirely correct. |
subgraph/Orchid#10 Conflicts: orchid/src/com/subgraph/orchid/circuits/CircuitIO.java
subgraph/Orchid#10 Conflicts: orchid/src/com/subgraph/orchid/circuits/CircuitIO.java
subgraph/Orchid#10 Conflicts: orchid/src/com/subgraph/orchid/circuits/CircuitIO.java
subgraph/Orchid#10 Conflicts: orchid/src/com/subgraph/orchid/circuits/CircuitIO.java
We took a different approach to fixing the second deadlock: https://github.com/bitcoinj/bitcoinj/pull/185/files#diff-67603e95d69927fc6117d1253dcc9dbfR152 |
... and sorry for the notification spam, resulting from a bunch of rebases. |
Found another similar one - this time CircuitIO against ConnectionImpl.
|
The deadlock fixes from bitcoinj have been merged. This can be closed now - we haven't seen any deadlocks in Orchid for a long time after these fixes. |
We have packaged Orchid as an I2P plugin, enabling I2P users to easily use Orchid as an outproxy for their non-I2P web connections. This is the first patch we are pushing upstream for bugs we have found. The patch is in the current released version of the Orchid plugin.
Ref: https://trac.i2p2.de/ticket/1207