-
Submitted by: Alexey Pavlov (alexx83)
Votes: 1
Using mingw\-w64 toolchains firebird cannot be builded\. There are a lot of issues:
1\. Mingw\-w64 has winpthreads library and Firebird can be builded…
-
I am using `emscripten_proxy_promise` in an application that has two variants, one built with threads enabled and one without. When building without threading, I get a link error saying `emscripten_pr…
-
`dependency('threads')` is poorly-documented.
Looking at the code (0.31.0), it seems that all that `dependency('threads')` does is create a dependency object that has `needs_threads() == True`.
`nee…
-
Version:
xtensor version: 0.25.0
xsimd version: 13.0.0
xtl version: 0.7.7
Here is the gcc info
```
gcc -v …
-
### Version
_No response_
### Platform
```text
Linux 824a726bf62a 6.10.5 #1-NixOS SMP PREEMPT_DYNAMIC Wed Aug 14 13:34:38 UTC 2024 x86_64 GNU/Linux
```
### Subsystem
_No response_
### What step…
-
Please answer these questions before submitting your issue.
1. What did you do? If possible, provide a simple script for reproducing the error.
Writing to a log file from event handler.
If I re…
-
## Context
Building odin demo on termux gives this linker error
```shell
$ odin build examples/demo
ld.lld: error: undefined symbol: pthread_cancel
>>> referenced by odin_package
>>> …
-
Open Dylan 2013.1
OS X
In testworks I was rearranging the code into different files and started getting a segfault during library initialization. It was fairly hard to debug. Turned out to be a for…
cgay updated
10 months ago
-
## Description
**TLDR**: I suspect using `uv_getrusage` to calculate tick times is including times from all Node.js threads and not wall clock time. This could be much higher on multicore systems.
…
-
Change POSIX & WinAPI threads to c++11 threads