
From: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] On Behalf Of Phil Bouchard Sent: Monday, September 29, 2008 5:56 AM
I haven't tried this yet on Linux but so far on Gcc for Wndows my test application segfaults on an allocation routine. Here is the backtrace:
#0 0x00415ace in boost::simple_segregated_storage<unsigned int>::try_malloc_n (start=@0x22fc00, n=16, partition_size=4) at simple_segregated_storage.hpp:234
#10 0x00401708 in main () at shifted_ptr_test2.cpp:102
Phil-- I created a ticket based on your previous report of this problem; see http://svn.boost.org/trac/boost/ticket/2360 . So far, however, I have been unable to reproduce the problem with the version of shifted_ptr_test2 in boost/sandbox. Any additional information you can provide would be appreciated. Your test case also revealed a crash on exit related to a problem with static initialization ordering in Boost.Pool. I'm currently testing a fix for that problem; see http://svn.boost.org/trac/boost/ticket/2359 -Chris