This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

syslink issue when calling allocate message

When the following function is called

 msg = (App_Msg *)MessageQ_alloc(Module.heapId, Module.msgSize);

(The module heapId is 1 and the msgSize is 800)

I get the following error

Assertion in ti/syslink/hlos/knl/Restrack.c line 377 (elm==NULL).

Seeking help to resolve the same

Thanks