-
**Motivation**
Currently we're using custom fields to add a static field to all of the Falco events being handled by sidekick. However, we'd like to utilize the Kubernetes labels on the Falco e…
-
Saw this failure in a PR's CI run, but fairly confident the PR wouldn't have caused it: https://github.com/shadow/shadow/actions/runs/3238878172/jobs/5307594292
I downloaded the data-dirs and found…
-
The http-server package is a popular Node.js package for running a simple http server. It does not seem to run correctly in shadow. The simulation completes successfully, but curl never is able to con…
-
Hi,
i am getting following warnings and error while executing make in zbasic directory, please help me on this.
```
tar --transform s,^,`date +%Y%m%d`-zbasic/, -chjf `date +%Y%m%d`-zbasic.tjz `…
-
### Description
This is working with Conan 1.x:
`conan install libsystemd/251.4@ --build libsystemd -pr:h iarmv8 -pr:b default -s build_type=Release`
This is not working in Conan 2.x:
`conan i…
-
## What is the Problem Being Solved?
Refs: #3769
We need a simple but upgradable mechanism to publish snapshots of SwingSet state that are rolled up into the AppHash so that they can be verified…
-
I cloned commit 502209b1 (v3 branch), did `git submodule update --init --recursive --force`, activated virtual environment with Python 3.8.16 and got error **error: uavcan/node/GetInfo_1_0.h: No such …
-
-fsanitize=address flags a memory bug in Vanadis (12.0.0 release) where a previously freed instruction is accessed. With the right compiler and environment all kinds of nonsense ensue.
```
Verbosi…
-
From https://github.com/shadow/shadow/discussions/2038
Stabilize a feature for modeling time taken by syscalls, which can be used to ensure shadow doesn't get stuck in "busy loops".
The current …
-
We want to test AF_UNIX in both Linux and Shadow across various syscalls that support AF_UNIX to guide our implementation of the UNIX descriptor type in #1035.