-
How to reproduce:
- make a file`ctrlctest.nim`:
``` nimrod
while true:
discard
```
- compile:
```
nim c --threads:on ctrlctest.nim
```
- run:
```
ctrlctest.exe
```
- press `control-c` on window…
-
We noticed an issue with support for group-owned directories where the `setfsgid` call appears to only get the primary group of the user (frequently the user-specific group, e.g. `brianhlin`). This is…
-
Currently the FOLLOW_TARGET (https://mavlink.io/en/messages/common.html#FOLLOW_TARGET) message defines **zeros** as "unknown" for either position, velocity, or acceleration data (e.g. in the case wher…
-
I tried using the binary:
```
/livegrep/bin/livegrep-reload localhost:9898
reload: rpc error: code = Unimplemented desc = reload rpc not enabled
```
but it seems that there is a flag that is fo…
-
Currently, DNF5 does not have a clear policy on how to deprecate public API functions. We should document the process and be clear on how to intervene in such instances.
Take [this](https://github.co…
-
I don't think we currently support the `IA2_SHARED` annotation on thread-local data. We just need some way to make sure this data is allocated to compartment 0, right?
We currently need thread-loca…
-
The above system calls behave as if this code was atomic in the kernel
```
sigprocmask(.., &new_mask, &old_mask);
select();
sigprocmask(.., &old_mask, null);
```
DR (patch TB committed …
-
If Phoenix crashes due to a `SIGSEGV` or `SIGABRT` (most common ones I've seen), the log file buffer isn't flushed, leaving it empty and useless for both users and us!
Need to intercept/hook these si…
-
**Describe the bug**
When building with remote builders, very often only one build will make progress; other ones are stuck for quite a long time. With `sudo lslocks | grep upload`, you can see tha…
-
hanlde signals in 3 main cases:
1. terminaing the program - only critical actions and exit - need to define
1. Shutdown - close the application with out loosing data etc. - need to define
2. user sign…