-
(reported by @clearyf -- with thanks!)
Note that the resulting executables still don't work fully, eg the sample `test.c` in README.md is broken, produces:
```
$ LD_PRELOAD=/usr/local/src/libal…
-
**Describe the issue**
I'm working on getting Snowflake simulations running in Shadow, and for all of the Go binaries I'm running up against the same unsupported system calls. Here's an example from …
-
**Describe the issue**
When running the Shadow (dev branch) tests in Docker on an Ubuntu 16.04 host, the futex test `futex-shadow-ptrace` fails. The futex test does not appear to fail when run in Doc…
-
I want to attach an USB device (iPhone) with WSL, how to accomplish that? USB device is connected with Windows host. I'm using kernel **4.19.104** and enabled USB support manually by compiling it from…
ghost updated
2 years ago
-
The `chdir` syscall is enabled with `NATIVE(chdir)`, but if a plugin process changes its working directory, any files it creates/opens with a relative path will be relative to Shadow's working directo…
-
**Describe the issue**
Repeated read and writes to or from a pipe has different behavior depending on C vs. Rust syscall handlers. This issue affects Shadow's dev branch.
When using Rust syscall…
-
Continuing from our IRC conversation, there is significant overhead to recording WINE. E.g.:
```
$ time wineconsole ./usr/bin/julia.exe -e 'quit()'
real 0m0.976s
user 0m0.006s
sys 0m0.010s
$ t…
-
In order to support the Tor use-case in the multi-process architecture, we'll need to be able to handle plugins that run multiple threads (because Tor uses multiple threads for its onion-skin CPU work…
-
Hello developers,
For my project, I build the repository based on [this documentation](https://docs.aws.amazon.com/freertos/latest/userguide/getting_started_espressif.html) where I m using the amazon…
-
**Describe the bug**
Both `dolphin` (file manager) and `kate` (editor) use the KDE terminal application `konsole` to show a terminal window inside the application. Before using firejail, commands wer…
ghost updated
3 years ago