Boost C++ Libraries: Ticket #7017: libs/pool/test/test_simple_seg_storage.cpp produces bus error on 64-bit Solaris SPARC architecture https://svn.boost.org/trac10/ticket/7017 <p> main() in test_simple_seg_storage.cpp adds blocks with offsets of 0, 49 and 25. This results in non-word aligned access and a bus error on the Sparc Solaris architecture for the latter two when built and run in 64-bit mode. It looks like the offsets should have been 48 and 24 since the all three requested chunk sizes are 24. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7017 Trac 1.4.3 Mike Liang <mtliang@…> Fri, 22 Jun 2012 18:49:20 GMT attachment set https://svn.boost.org/trac10/ticket/7017 https://svn.boost.org/trac10/ticket/7017 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">test_simple_seg_storage.cpp.patch</span> </li> </ul> Ticket Mike Liang <mtliang@…> Fri, 22 Jun 2012 18:49:23 GMT attachment set https://svn.boost.org/trac10/ticket/7017 https://svn.boost.org/trac10/ticket/7017 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">test_simple_seg_storage.cpp.2.patch</span> </li> </ul> Ticket