From: Julian S. <js...@ac...> - 2019-06-24 19:10:49
|
I guess that the problem is that the build of valgrind somehow removed the debug (unwind) information on /usr/lib/valgrind/vgpreload_memcheck-arm-linux.so and that's why there is no backtrace. Can you rebuild valgrind so that the debug information on that file is preserved? J |