-
When you are tracing multiple different processes (with `-f -ff` options) when trying to understand what a system does, it is difficult later to understand what log file belongs to what process. There…
-
`spawnve` which does not call `fork` and `execve` under the hood will prevent unneeded copies.
-
The crate has a really impressive list of syscalls. Since it wraps many `*at` functions, any chance that `execveat` (or `execve`) could be added to the api?
Thanks!
-
I've been testing the plugin out and haven't been able to execute any commands with `busybox`. I'm sure there's a configuration value or environment setup I'm missing, but this will also illustrate ho…
-
Fedora 30
Trying to utilize a working entry in my ssh config and getting `final secrets request failed to provide sufficient secrets` I set to use ssh agent but the underlying `ssh` processes is nev…
-
I have a Haskell library that uses `extra-libraries: glog`.
When I try to build it I get:
```
Setup: Missing dependencies on foreign libraries:
* Missing C libraries: glog
```
This is a li…
-
**Expected Result**
The program should continue to execute.
**Actual Result**
The program stops with signal 5
**Steps To Reproduce**
1. Compile and run this code:
```C++
__attribute__((noin…
-
Need to change exec() call to execve() calls in core/load.c.,
-
Need to change exec() call to execve() calls in core/load.c.,
-
```
Hello,
I get the following traceback on a quite simple fabric file.
Strangely enough, on the corresponding strace file, I get an "open" line before
the "execve" one…
Traceback (most recent cal…