remote GDB (via local host )
QEMU: Terminated via GDBstub
root@ratin-dev:/usr/local/bin# qemu-arm-static -g 1234 /usr/local/bin/test
terminate called after throwing an instance of
'boost::interprocess::interprocess_exception'
what(): Function not implemented
(gdb)
14
uname -a
Linux ratin-dev 2.6.32 #25~precise1-Ubuntu SMP Thu Jan 30 17:39:31 UTC 2014
armv7l armv7l armv7l GNU/Linux
--
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
Public bug reported:
The following code segment crashes when run:
#include
#include
#include
#include
#include
using namespace boost::interprocess;
int main(int argc, char** argv)
{
namespace bi = boost::interprocess;
const char* name = "foobar";
bi::shared_memory_object::remov