-
A new crash has appeared only for users currently using iOS 18.2 (which is in beta currently), the main stack trace lists the crashing function as `vFlatten_RGBA8888_GV_vec` on a background thread whi…
-
it appeared this error
gcc -pthread -o csgo_osx64 csgo_run.c
csgo_run.c:115:32: error: incompatible function pointer types passing 'void *(*)(InjectConfig *)' to parameter of type 'void * _Nullabl…
-
When trying to build from source on the `macOS 14 native, arm64, no depends, sqlite only, gui` machine, it fails:
```
+ git clone https://github.com/chaincodelabs/libmultiprocess.git
Cloning into…
Sjors updated
1 month ago
-
One of my users (so far) have faced this issue when retrieving photos.
Device: iPhone 13 Pro running iOS 18.1
Running camera-roll version 7.8.3
```
Fatal Exception: NSInvalidArgumentException …
numsu updated
9 hours ago
-
Hi,
I am trying to add a pthread to my c++ code that links in the WAVM lib.
I've traced down a SEGV from a call to pthread_exit() in the thread function.
GDB shows this stack trace:
Reading symb…
-
### Describe the bug
panic when trying cleanup threads
### Reproduction Steps
`v -gc none run v/bug/bug.v`
```v
import os
import time
fn C.pthread_cancel(_thread thread) int
fn C.pthread_join(_t…
-
According to emscripten, the pthread is supported.
I quickly went through the [documentation](https://rust-lang.github.io/libc/wasm32-unknown-emscripten/doc/libc/index.html?search=pthread_) and found…
iddm updated
2 months ago
-
## Environment
* SuperCollider version: `develop` (both local build and GHA build)
* Operating system: macOS 14
* Other details (Qt version, audio driver, etc.): platform: arm64, local buil…
-
Hi, i have tried to use your extension for profile the memory consuption on my pthreads project, but i receive a segfault.
Have you tested php-meminfo with pthreads?
-
Inside function _ion_symbol_table_local_make_system_symbol_table_helper
```
=================================================================
ERROR: LeakSanitizer: detected memory leaks
Dire…