-
```
Usage: pstack
[root@172-1-4-96 fastdfstest]# pstack 25270
Thread 11 (Thread 0x4177e940 (LWP 25271)):
#0 0x000000330bad4d98 in epoll_wait () from /lib64/libc.so.6
#1 0x000000000041aec3 in ioeve…
-
```
Usage: pstack
[root@172-1-4-96 fastdfstest]# pstack 25270
Thread 11 (Thread 0x4177e940 (LWP 25271)):
#0 0x000000330bad4d98 in epoll_wait () from /lib64/libc.so.6
#1 0x000000000041aec3 in ioeve…
-
```
### What steps will reproduce the problem?
1.
tar zxvf memcached-1.4.22.tar.gz
cd memcached-1.4.22
./configure
make
make test
meke test is not successful
### What is the expected output? What d…
-
This code causes a segfault on 10.05.4:
```
$storage = new midgard_query_storage('midgard_person');
$q = new midgard_query_select($storage);
$q->add_order(new midgard_query_property('foo', $storage),…
-
The attached reproducer code spawns two processes, one of them polls a perfectly valid pipe fd for writing using ivykis, and the child process would be responsible for reading, but for an easier repro…
-
In the scenario, the vfs_lxip plugin is instantiated in a VFS server instance that's used by a `Libc::Component` client. The issue may also occur with ordinary POSIX programs. The user's analysis reve…
-
Hi,
It's a really nice work and I have successfully reproduced the 1.5d and 3d implementation.
However, when I tried to implement the 2d version with following command:
```
MASTER_ADDR=127.0…
-
BPO | [43248](https://bugs.python.org/issue43248)
--- | :---
Nosy | @The-Compiler, @thedrow, @corona10
*Note: these values reflect the state of the issue at the time it was migrated and might not ref…
-
I am trying to add `g++` inside `AWS Lambda C++ custom runtime`.
Now `g++` requires `.so` (shared libraries) files as well as `.a` (static libraries).
For this, I installed g++ inside chroot dir…
-
When program tries to canonicalizes `/dev/stdin` it should resolve to `tty`, `pipe` or `file` as per configured redirection
I tried this code and attached a pipe to stdin:
```rust
use std::fs;
f…