id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 9729,crash on managed_external_buffer object construction,d.khlus@…,Ion Gaztañaga,"An managed_external_buffer object construction coursed ""buffer overrun"" exception. Exception appeared only in Release x64 build mode, other build configuration work perfectly (e.g. Debug x64). Environment: boost 1.55 Microsoft Visual Studio Ultimate 2013 Version 12.0.21005.1 REL {{{ #include #include #include int main() { using namespace boost::interprocess; const int memsize = 65536; static boost::aligned_storage::type static_buffer; managed_external_buffer objects_in_static_memory(create_only, &static_buffer, memsize); return 0; } }}}",Bugs,closed,To Be Determined,interprocess,Boost 1.55.0,Problem,fixed,,