-
This was running on `v2.1.x` (a007331), using the invocation: `table_fuzzer.py --servers 7 --threads 48 --kill`. Unfortunately the core file was overwritten by another crash (Branch history is missin…
-
I'm getting the following reliably when running `test/run interface.table_fuzzer` on `next`:
```
rethinkdb: Memory allocation failed. This usually means that we have run out of RAM. Aborting.
```
I …
-
Got this on `v2.3.x` when running the table fuzzer:
``` C++
error: Error in src/arch/runtime/context_switching.cc at line 122:
error: Assertion failed: [!context.is_nil()] we never got our context ba…
-
`$ yaourt -S metasploit`
```
resolving dependencies...
looking for conflicting packages...
Packages (6) fltk-1.3.3-4 postgresql-9.4.1-1 postgresql-libs-9.4.1-1 ruby-bundler-1.8.2-1 tigervnc-1.4.…
-
Rather than sending a raw vector of strings for command line args there should be a more ergonomic way using something like an argparser.
-
```
In LZ4_uncompress:
By making a specially crafted input, with a literal length tag equal to the
value of -(op), it's possible to make 'cpy' have the value NULL.
cpy = op+length; // cpy is now NU…
-
Hi, i met the error below when i install blackarch on existing arch, could you help me resolve this problem?
Thx!
``` bash
[root@misa ~]# pacman -S blackarch
:: There are 1317 members in group black…
asuna updated
8 years ago
-
Reconfiguring a table to 32 shards takes >10 seconds. It should take less than a second. #4279 could cause this on a rotational disk; but on a SSD the CPU usage hits 100%, so there's also a CPU bottle…
-
On `next`, I ran the table fuzzer like so: `table_fuzzer.py --servers 8 --threads 8 --serve-flags "--cache-size 0"`, and observed this crash:
```
2015-09-21T15:17:35.833374831 198.702407s error: Erro…
-
Found through fuzz testing:
Suppose a follower with an empty log receives an AppendEntries containing 2 entries. The follower appends these to its log.
Then the follower subsequently receives an App…