You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
** Version the bug is detected **
Detected in version : Luos engine rc_2.4.2
Describe the bug
When many detections are made by a Gate, the other node asserts in msg_alloc "MsgAlloc_PullMsgFromTxTask" :
LUOS_ASSERT((tx_tasks_stack_id > 0) && (tx_tasks_stack_id <= MAX_MSG_NB));
Network configuration
L0 : Gate + Pipe
Nucleo G4 : 15 services GPIO
How to reproduce the bug
Send several detections, it will crash randomly in less dans 30 seconds.
Additional context
If we replace the Gpios by a Led (ie there are no more autoupdate), we can make thousands of detections without any trouble.
Before the detection that trigs the assert, the Gate sends 2 start_detections in less than 2ms. Most of times, the 2nd start detection is not entirely sent (Tx enable goes to 0) .
The text was updated successfully, but these errors were encountered:
** Version the bug is detected **
Detected in version : Luos engine rc_2.4.2
Describe the bug
When many detections are made by a Gate, the other node asserts in msg_alloc "MsgAlloc_PullMsgFromTxTask" :
LUOS_ASSERT((tx_tasks_stack_id > 0) && (tx_tasks_stack_id <= MAX_MSG_NB));
Network configuration
How to reproduce the bug
Send several detections, it will crash randomly in less dans 30 seconds.
Additional context
The text was updated successfully, but these errors were encountered: