-
I'm using pthreads with -s TOTAL_MEMORY=671088640 -s USE_PTHREADS=1 -s PROXY_TO_PTHREAD with EMSDK 2.0.6.
I run my unit test in Chrome browser with version 86.0.4240.75.
I got the following error m…
-
Mac Mini M4
Mac OS 15.1.1
DockDoor is set to run as a login item. After a restart, on first log in, DockDoor does not appear in the menu bar. Partial Crashlog below.
---------------------------…
-
I have been reading the Intel SGX Developer Guide _(https://download.01.org/intel-sgx/latest/linux-latest/docs/Intel_SGX_Developer_Guide.pdf, Thu 12 Sep 2024 05:51:39 AM UTC)_ and encountered some con…
-
Even if Janet doesn't explicitly allow cancellation of threads, other C functions may call pthread_cancel on threads. We should investigate making sure the interpreter integrates with pthead cancellat…
-
Hello. I am developing smoothly with your plugin. I am very grateful for it. There were no problems with both Win64 and Android.
However, whenever I archive and run on iOS, a crash inevitably occur…
-
Even after patching #130 (with #463), I am unable to launch Firefox 123.0 because it crashes.
After bisecting libfaketime, I found that the regression is caused by #422. This patch replaced a blockin…
-
Crashed on running isis_tc.ut 0
Not always reproducible.
Quit anyway? (y or n) n
Not confirmed.
(gdb) bt
#0 __pthread_kill_implementation (threadid=281474678976320, signo=signo@entry=6, no…
-
I'm building OpenSSL 1.1.1d on Ubuntu 4. The library is having trouble with some pthread gear:
```
crypto/threads_pthread.c: In function `CRYPTO_THREAD_lock_new':
crypto/threads_pthread.c:48: err…
-
The 15 character limit is an archaic limitation of Linux/Android, and not macOS/iOS. So the name here doesn't need truncated in TaskSystem.cpp
```
#elif (defined _GNU_SOURCE || defined __clang__…
-
### Description
I am working on a linux server where I need to run a numpyro model in parallel. If I run my model directly on the server everything works fine. However, when I run inside a podman (…