This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DATA ABORT ERROR due to misßalignment

Parents
  • Note: This was originally posted on 27th November 2009 at http://forums.arm.com

    FSR bits 0-3 should tell you type of error generated. Alignment/Permission etc.
    How did you find that you have Misalignment error?


    When i decoded the call stack in the error record, i see a function call "Misalignment execption handler".. I am using C++ vectors...for which while removing the vector, the PROC_FAULT is triggered due to mis-alignment.
Reply
  • Note: This was originally posted on 27th November 2009 at http://forums.arm.com

    FSR bits 0-3 should tell you type of error generated. Alignment/Permission etc.
    How did you find that you have Misalignment error?


    When i decoded the call stack in the error record, i see a function call "Misalignment execption handler".. I am using C++ vectors...for which while removing the vector, the PROC_FAULT is triggered due to mis-alignment.
Children
No data