diff options
Diffstat (limited to 'results/classifier/gemma3:12b/other/1395958')
| -rw-r--r-- | results/classifier/gemma3:12b/other/1395958 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/other/1395958 b/results/classifier/gemma3:12b/other/1395958 new file mode 100644 index 00000000..0d10e6af --- /dev/null +++ b/results/classifier/gemma3:12b/other/1395958 @@ -0,0 +1,26 @@ + +boost managed_shared_memory segment on arm emulator crashes + +The following code segment crashes when run: + +#include <boost/interprocess/managed_shared_memory.hpp> +#include <boost/interprocess/allocators/allocator.hpp> +#include <boost/interprocess/containers/map.hpp> +#include <boost/interprocess/containers/vector.hpp> +#include <boost/interprocess/containers/string.hpp> + +using namespace boost::interprocess; + +int main(int argc, char** argv) +{ + namespace bi = boost::interprocess; + const char* name = "foobar"; + bi::shared_memory_object::remove(name); + bi::managed_shared_memory segment(bi::create_only, name, 10 * 1024); +} + +using qemu-arm-static +qemu-arm version 1.5.0 (Debian 1.5.0-2013.06+git74+20130802+ef1b0ae-3linaroprecise1), Copyright (c) 2003-2008 Fabrice Bellard + + +Any idea? \ No newline at end of file |