-
_From [derek.br...@gmail.com](https://code.google.com/u/117968039472581148324/) on May 28, 2009 18:56:39_
this was PR 205795
typically due to the signal handler needing to query something that
uses …
-
Revist the lock that remains the in the SSL structure. @mattcaswell wrote of it:
>We've left the lock behind in the ssl structure because its still used in a handful of places. The remaining locatio…
-
```
Here is what we currently have:
const Foo *GetFoo() {
static const Foo *foo = new Foo();
return foo;
}
const Foo *GetFoo() {
static const Foo *foo = new Foo();
65b90: 41 56 …
-
hey ive be trying to install your tui on my android tablet within termux but i've been getting issues trying to compile native_db saying there is no Database_Builder in my root i tried to add native_…
-
We boot 2 Scylla nodes concurrently into existing cluster.
Python driver obtains two `on_add` notifications, one for each node.
Each notification calls `add_or_renew_pool`, which creates connection …
-
```
Here is what we currently have:
const Foo *GetFoo() {
static const Foo *foo = new Foo();
return foo;
}
const Foo *GetFoo() {
static const Foo *foo = new Foo();
65b90: 41 56 …
-
@wedsonaf This came to me when I'm investigating the safety of `schedule`.
Linux's `mutex_lock()` sets `->lock` to the current task once the lock is grabbed. If another thread tries to grab the loc…
-
```
* Looking for gem versions
/var/lib/gems/2.0.0/gems/lock_ness_monster-0.0.2/lib/lock_ness_monster.rb:16:in `block in lock': undefined method `[]' for nil:NilClass (NoMethodError)
from /var/lib/gem…
-
Stack trace:
```bash
#0 std::__atomic_base::load (__m=std::memory_order_seq_cst, this=0x0) at /usr/include/c++/5/bits/atomic_base.h:396
#1 std::atomic::operator bool (this=0x0) at /usr/include/c+…
-
when using v9.83 as a shared library (I have fixed the dead-lock issues according to the solution of #417 mannuly), I got deadlock when enable THREAD_SAFE under MSVC12 update5.
I thought this might c…