qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [Bug 1395958] Re: boost managed_shared_memory segment on ar


From: Peter Maydell
Subject: [Qemu-devel] [Bug 1395958] Re: boost managed_shared_memory segment on arm emulator crashes
Date: Mon, 20 Jun 2016 16:08:18 -0000

This test case works OK for me with current QEMU head-of-git, so I think
we've fixed this bug (it was probably a missing-syscall, guessing from
the "function not implemented" text in the exception.)


** Changed in: qemu
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1395958

Title:
  boost managed_shared_memory segment on arm emulator crashes

Status in QEMU:
  Fix Released

Bug description:
  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?

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1395958/+subscriptions



reply via email to

[Prev in Thread] Current Thread [Next in Thread]