id summary reporter owner description type status milestone component version severity resolution keywords cc 12080 Boost:asio::address incompatible 32 and 64 bit max_shifrin@… chris_kohlhoff "When using g++ (GCC) 4.8.2 20140120 (Red Hat 4.8.2-16) The serialized size of boost::asio::ip::address differs between 32 and 64 bit compilations. When compiled in 32 bit the size of the structure is 28 bytes, and when compiled in 64 bit the size of the structure is 32 bytes. I guess it should be 32 bytes in both cases, to be inter-operable and avoid page alignment issues." Bugs new To Be Determined asio Boost 1.53.0 Problem 32bit, 64bit