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.

aborts by dumping all the registers

Hi There,

   I have a sample application.

-> In main I have created two tasks reader and writer with two different priorities

-> Created a mail bof for communication

-> Writer writes 10 messages and then exits from thread

-> Reader pends on mail box and reads all the 10 messages and the contents properly

-> Surprisingly after this prints all the registers and call stack says abort()

Note: When I run ROV, it shows both reader and writer task + mailboxes

Thanks and Regards,

Santosh