-
I noticed that the US Army Survival Manual doesn't provide much useful information in the Psychology section. I understand that for some people "Remember what's at stake" might help, but lets assume y…
-
The following forum discussion points out a few instances where a critical section is wrapping a write to a variable of BaseType_t. BaseType_t is intended to be a datatype that the architecture will …
n9wxu updated
1 month ago
-
### Description / Steps to reproduce the issue
There is a serious issue with the current asynchronous signal delivery system; it will forcibly make another CPU resume
code at places where this must …
-
src/ringbuffer.c:195–202 read the value of the read index, and update it. This operation is not atomic:
``` c
if (rbptr->read != (uint32_t)upcast_read)
{
/* Overwrite happened. */
fprintf(stderr,…
-
Here is a sample code that should create a deadlock, but does not:
```swift
import Lock
import Semaphore // http://github.com/groue/Semaphore
actor MyActor {
// How many times lock2 was a…
groue updated
2 months ago
-
### Description / Steps to reproduce the issue
for some configurations, it's possible for a system to use both of low-level up_putc and the uart (drivers/serial/serial.c) on the console.
for an ex…
-
### Description
Running .net8 isolated durable function which has a critical section guarded by a durable entity. When the orchestration fails, the entity keeps locked and no further orchestrations c…
-
two things to do:
1) handle negative heights. https://en.wikipedia.org/wiki/Tetration#Linear_approximation_for_real_heights has a test case to try.
2) I also haven't tested fractional heights >…
-
A new installment of [_"I can't reproduce it, that can't happen!"_](https://ankush.dev/p/tip-concurrency-schedule) just dropped.
![image](https://github.com/user-attachments/assets/6a1b5523-3ad4…
-
## Issue Description
As a Contact Center Manager, I want to use a standardized error reporting template, so that I can report issues accurately and efficiently, ensuring timely resolution and proper d…