Re: Problems using Global message queues to share data between nodes

2018-12-10 Thread Diego Mercado
more information: using the debugger, we can see that the program crashes in "rtems_mpci_entry Shm_Get_packet()" thanks El jue., 6 de dic. de 2018 a la(s) 17:20, Diego Mercado (diego.me...@gmail.com) escribió: > > Hello, > we are using Rtems 4.10 (RCC-1.2.16. RTEMS-4.10, GCC 4.4.6), compiling f

Problems using Global message queues to share data between nodes

2018-12-06 Thread Diego Mercado
Hello, we are using Rtems 4.10 (RCC-1.2.16. RTEMS-4.10, GCC 4.4.6), compiling for two processor nodes and sharing data using global message queues. We have no issues when receiving messages if we set the "no wait" option: rtems_message_queue_receive(rtemsId, data, size, RTEMS_NO_WAIT, 0); But if w