I am running one application on linux with valgrind on my custom hardware ARM architecture board, which access external DDR memory (not present on board) causing application to crash with following reason
Bad mode in Error handler detected on CPU3. code 0xbf000002 -- SError Kernel Panic- not synching bad mode
I dont see this problem when application tries to access on board local DDR memory.I dont see same problem with other memory leak tools like dmalloc or address sanitizer. is this there any known problem and solution for this issue ?
not sure if I have given complete info let me know if you need more details.
Thanks in advance for you time & effort.
I was using valgrind memcheck tool to report memory leak issues from my application.