Jan. 28th, 2016

Still looking into some crashes when running multi-threaded on my big dual Xeon 2670 box (16 cores total). It appears from running attached to the debugger that this is a memory corruption issue. I have tried running the code through Valgrind, but have recently found the Undefined Behavior Sanitizer that is part of GCC 5.3 even more useful. It has turned up some issues that have been in the code for years.