I am running on Itanium IA64. Still if i keep the size 9999999, still there will be error.
> But i am getting the following defintion for the function.For me, the following stripped down example throws already:
Sorry, I wasn't reading your post correctly. I was referring to
open_shared_object.
#include <boost/interprocess/managed_shared_memory.hpp>
using namespace boost::interprocess;
int main (int argc, char *argv[])
{
managed_shared_memory segment(open_or_create, "MySharedMemory", 999999999);$ ./a.out
}
terminate called after throwing an instance of
'boost::interprocess::interprocess_exception'
what():
Aborted
This is due to an illegal size for the shared memory area on my
plattform (linux):
$ cat /proc/sys/kernel/shmmax
33554432
Shouldn't the exception report "invalid argument" if size > SHMMAX?
manish4gupta, what system are you running the example on?
Chris
--
echo mailto: NOSPAM !#$.'<*>'|sed 's. ..'|tr "<*> !#:2" org@fr33z3
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users