I had the same issue on a 64-bit Ubuntu build. I set -march=native and removed -O from the makefiles and that resolved it. From what I can remember, someone said it's an issue with std::stringstream and optimization in gcc.
As an aside, I only had to jack with opcode files when I was using minilogin with SoD. I'm using the files as they are included in the most recent source.
|