summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1395958
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/launchpad-without-comments/1395958')
-rw-r--r--results/scraper/launchpad-without-comments/139595825
1 files changed, 25 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1395958 b/results/scraper/launchpad-without-comments/1395958
new file mode 100644
index 00000000..abcab5bb
--- /dev/null
+++ b/results/scraper/launchpad-without-comments/1395958
@@ -0,0 +1,25 @@
+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