-
```
Code review of source shows that you are not creating the Mutexes, so
you're open to all sorts of DOS attacks. Please review code per Larry
Osterman's post
http://blogs.msdn.com/larryosterman/a…
-
I have some intuition that some refactors in the beacon bridge, `portal-bridge/src/beacon_bridge.rs`, can help us strip away some `Mutex`es, like this one:
```rust
let finalized_block_root = Arc::ne…
-
**Originally by _balaji_ on 2014-03-14 00:20:15 -0500**
---
In MPI-3, the default value for the `accumulate_ops` info key is `same_op_no_op`. This means that two concurrent accumulate operations to…
-
Picasso version: 2.5.2
![anr_picasso](https://user-images.githubusercontent.com/1121251/27495677-cddd255a-5807-11e7-9fd2-1be5291dd5bb.png)
Stack Traces
```
"main" prio=5 tid=1 Native
| grou…
-
```
Mod6 requires a plan of length 10. However, the planner starts search on
length 10 with a -step9 action, and then takes a long time to realize that
this doesn't work.
Is there any way (stronger …
-
```
Code review of source shows that you are not creating the Mutexes, so
you're open to all sorts of DOS attacks. Please review code per Larry
Osterman's post
http://blogs.msdn.com/larryosterman/a…
-
Hello dear developers,
This is more a quesion than a bug: When using fibers, the mutex provided by this library `fiber::mutex` is recommended because a _normal_ `std::mutex` does not know about fib…
-
Mono fails to build on Solaris (x86).
The problems are not complicated from what I've seen.
To get recurse pthread mutexes, you need -D_XPG6.
-std=c99 is somehow missed and that is needed with -D…
-
```
Code review of source shows that you are not creating the Mutexes, so
you're open to all sorts of DOS attacks. Please review code per Larry
Osterman's post
http://blogs.msdn.com/larryosterman/a…
-
Hi,
I'm using Boost.Asio for my project because it needs to be very performant, and I want to avoid locking, as it is an expensive operation. I would be glad though to use the power of RxCpp to syn…