-
The [Assignment 0](https://github.com/hil-se/fds/blob/master/assignments/assignment0.md) has been updated to include the correct TA Github username for this semester.
For those of you who have starte…
-
This happens when I try to run the command given in Step 5:
`python %ANDROID_HOME%/platform-tools/systrace/systrace.py --time=10 -o %userprofile%/trace.html gfx view res`
Full stacktrace:
```…
-
i import a dxf file, this file contains a box. But i can't add fds attribute for it as the follow picture.
![image](https://github.com/user-attachments/assets/ae7c293b-53f1-4487-b9ef-91440b782f65)
…
-
As far as I understand semgrep currently only allows passing configuration (and running tests) via on-disk files. This is not always convenient to run CI, or limit container access, or keep configurat…
-
Exceeding the limit on open file descriptors causes major issues. Some environments have extremely low limits by default (we [document how to raise the fd limit here](https://docs.sourcegraph.com/dev/…
-
### Summary
For some use cases, developers may want to separate the STDIN, STDOUT, and STDERR from the default FD(0, 1, 2).
To make developers happy, we would like to have a set of APIs to redirect …
hydai updated
8 months ago
-
| | |
|--------------------|----|
| Bugzilla Link | [PR34324](https://bugs.llvm.org/show_bug.cgi?id=34324) |
| Status | REOPENED |
| Importance | P enhan…
-
In #114780 we have clarified what is meany by I/O safety. In particular:
```
//! To uphold I/O safety, it is crucial that no code acts on file descriptors it does not own or
//! borrow, and no code…
-
Looks like separate IPv6 and IPv4 listening sockets don't work as expected (fd 6 is the listening IPv4 socket):
```
**BROKEN**: connectd: dev_report_fds: 5 open but unowned?
```
Reported-by: @…
-
```
The following commands will cause an xterm (or any other terminal emulator) to
exit immediately.
# For exposition's sake: huponexit is off by default
shopt -u huponexit
sleep 30&
…