8 Dec
2012
8 Dec
'12
9:24 p.m.
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