-
## Build Information
Build: https://dev.azure.com/dnceng/internal/_build/results?buildId=2550314
Build error leg or test failing: Performance linux arm64 release mono AOT micro_mono perfampere
Runti…
-
### Backend
VL (Velox)
### Bug description
```
Thread 367 (Thread 0x7f69ed5ff640 (LWP 821)):
#0 0x00007f6a1a8619cd in syscall () from /lib64/libc.so.6
#1 0x00007f695a9fa407 in folly::detai…
-
* The implementation first checks whether the value at the address still contains the value userspace expects, then goes to sleep. That is racy, since the value can be changed by another thread in bet…
-
**Describe the bug**
My workflow :
- A main job that triggers multiple subflows
- In the subflow, a python step that uses end() instruction after printing some text
- The next step tries to use t…
-
The [multiwait](https://github.com/CHERIoT-Platform/cheriot-rtos/blob/main/sdk/core/scheduler/multiwait.h) API allows a waiter to wait on multiple events.
It would be very useful if we could make t…
-
## Error message
> "bin/libstdc++.so.6: version 'GLIBCXX_3.4.20' not found"
## Cause
See the Metamod:Source document [](https://wiki.alliedmods.net/Installing_Metamod:Source#Normal_Installati…
F1F88 updated
3 hours ago
-
As comments in linux.cc explain, our current futex implementation was not optimized for performance, because the only real use we saw for it was in gcc's __cxa__guard_* functions, which are very rarel…
-
Running besu 24.6.0 on RHEL 8 doesn't seem to work reliably. I only want to call `besu --help`, but it hangs most of the time (no output at all). Only sometimes the call runs successful.
I've trace…
-
### Describe the bug
While experimenting with Lua scripting, darktable repeatedly crashes with the following error:
```
[New LWP 3546686]
[New LWP 3546687]
[New LWP 3546688]
...
BFD: error: /…
-
Interesting notes re FUTEX support for IO_URING in Linux 6.7
ref: https://www.phoronix.com/news/IO_uring-FUTEX-Linux-6.7
Can this Java IO_URING library take advantage?