|
From: Zhu, Y. <Yan...@vi...> - 2015-04-16 20:08:05
|
I'm seeing the following errors when running Valgrind 3.10.1 on MIPS64 Cavium OCTEON: # valgrind uia_init ==1932== Memcheck, a memory error detector ==1932== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al. ==1932== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info ==1932== Command: uia_init ==1932== ==1932== Invalid write of size 4 ==1932== at 0x4001628: _dl_start_user (in /lib/ld-2.16.so.new) ==1932== by 0x40015B8: __start (in /lib/ld-2.16.so.new) ==1932== Address 0x7e6afc78 is on thread 1's stack ==1932== 8 bytes below stack pointer ==1932== And Valgrind is hung from there. Anyone has any ideas? Thanks, Yanwen |