Basile
Basile
If you want to reproduce here is what to run in python: ``` import gi gi.require_version('Aravis', '0.8') from gi.repository import Aravis uid="Aravis-Fake-GV01" cam = Aravis.Camera.new(uid) def cb(user_data, cb_type, buffer): print(user_data,...
Here is gdb info after crash: ``` (gdb) info threads Id Target Id Frame 1 Thread 0x7ffff7bdb740 (LWP 601197) "python3" 0x00007ffff7ebf12b in __GI___select (nfds=nfds@entry=0, readfds=readfds@entry=0x0, writefds=writefds@entry=0x0, exceptfds=exceptfds@entry=0x0, timeout=timeout@entry=0x7fffffffd370) at ../sysdeps/unix/sysv/linux/select.c:41...
@lostcontrol I think the only workaround I found was modifying Aravis sources to call a callback coded in C/C++ by default. and recompiled it. However, I didn't end up using...
It's not a callback to process buffers that cause the problem, but one to set the priority of the stream receiving thread which can only be done through a callback...
Thanks @lostcontrol ! Will test that patch when it is finalized.
I don't know if the version should be limited in the other platform, maybe the first step would be reproducing the bug in another setup. (a colleague have the same...
I noticed that multi-echo `_boldref` derivatives are skullstriped while the single-echo aren't. I am not sure the source of that discrepancy, and it might be related to #2891 . (fmriprep...
Just to be sure: for the moment, it is not possible to pass arguments to procedures when called with `datalad create`, right?
Just to be sure, the difference between `--want-get`and `--auto` is regarding the number of copies. From a dataset user point of view, `--want-get` might be the mechanism to favor, right?...
I confirm that the filters do appear in the `config.toml`. Logging the final one should be easy to implement. Adding these to the html reports might require more work.