-
### Describe the bug
`mc_pos_control` module `_parameter_update_sub.updated()` always return `false`, so this module cannot sense the parameter changes. Restart this module will back to normal.
```
…
-
libs/thread/src/future.cpp:19:12: warning: 'boost::thread_detail::future_error_category' has virtual functions but non-virtual destructor [-Wnon-virtual-dtor]
class future_error_category :
…
-
```
What is the expected behavior? What do you see instead?
When threads are created, a stacksize should be set because the default is
often much too high
On linux 64 the thread default stack size is…
-
### Current Behavior
I can't reproduce it in a small demo, but it is real.
JDK 21.0.2 + Virtual Threads (more than 100) + System.out.println(inside VT) + Gradle test runner (org.gradle.internal.io…
-
This [test](https://github.com/ReactiveBayes/GraphPPL.jl/blob/c97718a10bcf035cff093acf52ee9fe30f225b35/test/model_macro_tests.jl#L1986) in GraphPPL.jl causes segmentation fault. The segmentation fault…
-
This might be a platform-specific thing. Or related to #560 ?
MWE: (`threading = false` works as expected)
```julia
julia> using HomotopyContinuation
julia> @var x y z
julia> eqs = [
…
-
Hi.
With new version of gradle build tools got this exception
'com.android.tools.build:gradle:4.1.0'
E/UncaughtException: java.lang.RuntimeException: Unable to destroy activity {view.activity.Ac…
-
I have Intel Core i7-12700K (on Windows 10), it has 8 main «Performance» cores with hyperthreading, and 4 energy «Efficient» cores, giving in total 16+4=20 virtual cores.
The problem is, if I just …
-
Hello Chris,
we got the error "Attempt to invoke virtual method 'float java.lang.Float.floatValue()' on a null object reference"
Stack trace:
NullPointerException
Attempt to invoke virtu…
-
### Describe the bug
When working with the transformers section I have found that the system will only engage half my cpu cores/threads. It stops exactly at numa node two and will not use nodes three…