comicfans
comicfans
these warnings only show when python 3.10 is built with --with-pydebug
> Instead, this should be driven over the RPC API. > The main procedure do based on RPC API over normal neovim socket file. ideally fuzzer works better if everything...
any guide on how to debug this internal java issue ? I tried to launch my bazel with `--host_jvm_debug` and use jvm debugger attach, and break on uncaught NullPointerException, I...
> @comicfans could you try this patch to see if it fixes your asan warning? confirm this fix the problem
confirmed this fix the tsan warning
the thread sanitizer warning is triggered by cyclonedds, due to that it doesn't ues standard atomic instructions, see https://github.com/eclipse-cyclonedds/cyclonedds/pull/2162
not sure if the thread sanitizer is reporting correctly, when I'm running this test , I got following tsan warnings: ``` ================== WARNING: ThreadSanitizer: data race (pid=2814709) Write of size...
I've checked all version from pip 3.5.6rc2, 3.6.0, 3.6.1, 3.6.2, 3.6.3, 3.6.4, 3.6.5, 3.6.6, 3.6.7, all have this problem
SWIG 4.0 build don't have such problem (3.6.7, 3.6.4 tested)
but during another test (with 3.6.7 built by swig 4) ```python from casadi import * r = SX.sym('r', 3) v = SX.sym('v', 3) ``` it still crash with another error:...