-
There are several steps for the implementation:
1. Devirtualize the BodyAlignedBox, including using geometric primitive other than shape (not usable due to the virtual functions) to define the box, us…
-
```
fs/kernfs/file.c:130:1: warning: mutex 'of->mutex' is still held at the end of function [-Wthread-safety-analysis]
}
^
fs/kernfs/file.c:112:2: note: mutex acquired here
mutex_lock(&of…
-
Hi
I found the zlog_rotater_trylock has been reimplemented in version 1.2.17, and the file lock funtion for process protection has been replaced by lock_file function
static int zlog_rotater_tryloc…
-
The thread safety analysis can distinguish between reads and writes to variables of simple types, but falls short when the write happens through a method call (see https://gcc.godbolt.org/z/8dffM6j1e …
-
**Describe the bug**
I am getting random crashes while running `Code/GraphMol/SmilesParse/smiTestCatch`; I wonder if this has to do with this recently merged PR: #5251.
**To Reproduce**
I am runn…
-
### What kind of problem do you need help?
LocalVideoTrack and LocalAudio track not publishing if user leave the channel and rejoin the same channel in next js chrome browser but it's working fine if…
-
../../../addons/ofxStk/libs/STK/src/Mutex.cpp:18:1: error: ‘Mutex’ does not name a type
Mutex :: Mutex()
^~~~~
../../../addons/ofxStk/libs/STK/src/Mutex.cpp:37:1: error: ‘Mutex’ does not name a t…
rdtor updated
5 years ago
-
I have a project where I have the Pico SDK in a git submodule. I recently tried upgrading the SDK from version 1.5.1 to version 2.0.0, and now I have compilation issues where runtime_init.h isn't foun…
-
The versions of the functions `MQTTClient_init` and `MQTTAsync_init` which are compiled on any platform other than Windows are not required and could possibly create a resource leak.
The pthread mu…
-
I'm using `embassy_sync::Pipe` to distribute variable sized messages within my application. The messages are framed and there is a single reader for each pipe. This works fine. (is there a better way?…