-
Program description:
jdk version:jdk1.8.0_60
key code:
```
long initPeriod = 0l;
long retryPeriod = 30000l;
Executors.newSingleThreadScheduledExecutor(new NamedThreadFact…
-
Below tests disabled with PR:
https://github.com/lsds/sgx-lkl/pull/789/files
- [ ] gettimeofday02
- [ ] mmap11
- [ ] futex_cmp_requeue01
- [ ] getcwd04
- [ ] send01
- [ ] setresuid04
- [ ] set…
-
**Describe the bug**
I had many coredump that happened in the last 4 hours looking at journalctl
-- Logs begin at Sun 2021-01-24 13:47:27 EST, end at Sun 2021-01-24 22:21:37 EST. --
jan 24 13:47:34…
-
```
pix --2.8.9+vera
Linux Mint 21.1 Cinnamon
```
**Issue**
Pix crashes on startup
It used to work fine, problem appeared last year approximately around the time that I downloaded a photo fro…
-
I have an application making hundreds of `get` calls and dozens of `insert` calls a second over 8 concurrent threads. Sled consistently deadlocks after several minutes of this. I wasn't able to trigge…
-
##### Brief Description
OS: Ubuntu 20.04
qTox version: v1.17.2+
Commit hash: 4fab6faea673729d454a39e5705f5f25b28416f5
toxcore: 0.2.12
Qt: 5.12.8
Reproducible: Almost Always
##### Ste…
-
Hi.
I made a script to read rss in the terminal. This script uses the following libraries:
DBIish; DateTime::Parse; Cro::HTTP::Client; XML; Term::ReadKey; Term::termios; HTML::Entity::Fast;
…
-
If the OOM killer kills a process, all it's handles get leaked. This is because the OOM killer doesn't run the robust futex cleanup to free the messages.
It actually looks like /proc/pid/stat has …
-
Can reqwest work without threading?
```
$ strace -cc -f target/release/reqwest-get-test > /dev/null
strace: Process 10619 attached
strace: Process 10620 attached
strace: Process 10621 attached
…
-
Go runtime requires some syscalls for normal operation (like `mmap` for memory allocation).
It seems like it's better to provide a list from the library rather than make developers guess.
At lea…