Subject: [Boost-bugs] [Boost C++ Libraries] #7017: libs/pool/test/test_simple_seg_storage.cpp produces bus error on 64-bit Solaris SPARC architecture
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-06-22 18:48:14
#7017: libs/pool/test/test_simple_seg_storage.cpp produces bus error on 64-bit
Solaris SPARC architecture
-----------------------------------------------+----------------------------
Reporter: Mike Liang <mtliang@â¦> | Owner: cnewbold
Type: Bugs | Status: new
Milestone: To Be Determined | Component: pool
Version: Boost Development Trunk | Severity: Problem
Keywords: |
-----------------------------------------------+----------------------------
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.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/7017> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:09 UTC