bpmckinnon
bpmckinnon
Hi, I just started using the software and I'm getting a similar issue. I'll try and get you some useful debug info on my next run. For me it repeats...
One thing I've noticed is that the first perl process is holding onto quite a bit of memory, given that I'm running it on a old server with 2GB of...
I have 2 strace stacks. Let me know if you want the full files (I'm not 100% how much data is in there, so I don't know that I just...
One possible option given that std::numeric_limits is overridden is to try using std::numeric_limits::is_specialized instead. https://en.cppreference.com/w/cpp/types/numeric_limits/is_specialized
I've verified that this is at least a potential option on my windows build... but I can't guarantee it will work in the build environment that is failing.
Has there been any update on the cwiseAdd function? Otherwise I can add the is_specialized change I proposed.