Giulio Eulisse
Giulio Eulisse
I've a mesos-dns setup which works quite fine, however I do get a bunch of messages: ``` ERROR: 2016/04/06 07:19:20 exchanger.go:45: dns: failed to unpack truncated message: exchanging &dns.Msg{MsgHdr:dns.MsgHdr{Id:0x8fe1, Response:false,...
The recursive template is simply slow to compile, accounting alone for 10% of the compilation time in analysis. While this version does not allow to invoke callbacks from the id...
This is an attempt at doing what we discussed. Frankly speaking I am more and more convinced this is a hack (if it works at all) and we should either...
Expose the AnalysisDataModel as a set of O2TableSchema objects in the python API.
I think I see some threading related deadlock between: ``` #0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135 #1 0x00007f241030a023 in __GI___pthread_mutex_lock (mutex=0x7f2414d19010) at ../nptl/pthread_mutex_lock.c:78 #2 0x00007f240850e1db in boost::interprocess::ipcdetail::posix_mutex::lock (this=) at /home/alitrain/eulisse/sw2/ubuntu1804_x86-64/boost/v1.74.0-1/include/boost/interprocess/sync/posix/mutex.hpp:96 #3...
I see that the `fair::mq::shmem::Manager::SendHeartbeats` method raises a number of exceptions, which are apparently caught and ignored. Is this normal? ``` frame #9: 0x000000010ec68017 libFairMQ.1.4.18.dylib`fair::mq::shmem::Manager::SendHeartbeats(this=0x00007f9db2d99720) at Manager.h:405 [opt] 402 std::string...
### Describe the bug Doing: ```C++ #include #include #include #include void bar() { auto f = TFile::Open("/Users/ktf/Downloads/AO2D-2.root"); char const *dfs[1] = {"DF_2449800039997798139;1"}; for (auto di = 0; di < 1;...