You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/07/31 13:31:13 UTC

[GitHub] [mynewt-core] clmklk commented on issue #1890: OS: Malloc mutex uninitialized

clmklk commented on issue #1890: OS: Malloc mutex uninitialized
URL: https://github.com/apache/mynewt-core/issues/1890#issuecomment-516850030
 
 
   For information, we found the root cause of the issue.
   The BSS section was set properly to 0, but the value at a specific address was changing causing troubles after that.
   The issue was due to interrupts firing (Systick for instance) while jumping to the application. The counter measure we took, is to disable all interrupts in the bootloader, just before jumping.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services