From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42002) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcqrL-0006wE-EL for qemu-devel@nongnu.org; Tue, 31 Mar 2015 03:45:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YcqrK-00018m-MV for qemu-devel@nongnu.org; Tue, 31 Mar 2015 03:45:15 -0400 Received: from mail-ie0-x229.google.com ([2607:f8b0:4001:c03::229]:36637) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcqrK-00018a-Hu for qemu-devel@nongnu.org; Tue, 31 Mar 2015 03:45:14 -0400 Received: by iedm5 with SMTP id m5so9260981ied.3 for ; Tue, 31 Mar 2015 00:45:13 -0700 (PDT) MIME-Version: 1.0 Date: Tue, 31 Mar 2015 10:45:13 +0300 Message-ID: From: Catalin Vasile Content-Type: text/plain; charset=UTF-8 Subject: [Qemu-devel] [valgrind] getauxval AT_DCACHEBSIZE failed List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org I'm trying to test something I'm working on qemu-kvm and I ran into a segfault. I usually use valgrind to deal with these kind of issues, but when I try to used it on qemu it goes nuts and shows me this error and closes: getauxval AT_DCACHEBSIZE failed Is it because I use hugetlb ? Or do any of you guys have an idea why this is happening? I've found the same issue on google, but it was related to a bad Ubuntu valgrind build in an official repo, but I'm using everything built from yocto. This is the full command I'm issuing: valgrind ./qemu-system-ppc -enable-kvm -nographic -m 1024 -M ppce500 -kernel uImage-p3041ds.bin -initrd fsl-image-core-p3041ds.ext2.gz -append "root=/dev/ram rw console=ttyS0,115200 ramdisk_size=67186297" -mem-path /var/lib/hugetlbfs/pagesize-4MB -device virtio-crypto-pci