-
Compiled using CMake:
```
$ cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug
$ cmake --build build/ --parallel
$ ./build/bin/terra -h
: CommandLine Error: Option 'o' registered more than once!
…
-
[pthread_cond_init](https://pubs.opengroup.org/onlinepubs/7908799/xsh/pthread_cond_destroy.html) can take a second param that's a pthread_condattr_t. I didn't handle that in the initial patch for #85…
-
Hi I am struggling to find a workable configuration to get the geospatial feature running.
It's a Unity App, I use a geospatial sample from there.
The App does build and runs after build in Xcod…
-
Adding either `-sWASM_WORKERS` in my Makefile here: https://github.com/FrostKiwi/frostorama/blob/751cb0bdf99de609db57cb4134991d8b09135652/Makefile#L43 or `-pthread` in the c flags here
https://github…
-
Where is pthread_cancel? Why is it not implemented?
-
Please provide all the information requested. Issues that do not follow this format are likely to stall.
## Description
Reported crash
com.apple.root.background-qos
0 libsystem_kernel.dylib …
-
So I have a gdb trace here, I'm not sure if this is entirely helpful, I'll attempt to run datachannel on its own and see if I can reproduce the issue as it was reported to me by a user. This is also w…
-
I am using the esp_mater_controller in my application to hopefully be able to commission and control devices.
My application is running on an ESP32-S3 on a Thread Border Router device.
Wheneve…
-
Libhybris can't handle bionic's "__pthread_gettid" and "__pthread_settid".
get_hooked_symbol printout "__pthread_gettid -2".
/\* Return the kernel thread ID for a pthread.
- This is only defined for …
-
```
emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.61 (67fa4c16496b157a7fc3377afd69ee0445e8a6e3)
clang version 19.0.0git (https:/github.com/llvm/llvm-project 7cfffe74eeb6…