Boost logo

Boost Users :

Subject: Re: [Boost-users] [Interprocess] message queue Cannot Allocate Memory
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2012-12-08 16:24:32


El 07/12/2012 12:34, cons_Pavignani, Antonio escribió:

> I've looked for that exception, and it seems to be related to the POSIX
> queue. I've also tried some solutions without results.

Interprocess msg queue does not use posix queues. The queue is mapped on
shared memory, maybe the size your are requesting might be too big.
You'll need to track the code with the debugger to see where exactly the
exception is thrown.

Best,

Ion


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net