------- Comment From [email protected] 2015-10-08 16:04 EDT-------
I went to the site listed in comment 9

https://launchpad.net/ubuntu/+source/valgrind/1:3.10.1-1ubuntu3~15.04

I then downloaded the three files to build the package and moved them to
/tmp/Junk on my target ppc64le system running Ubuntu 14.10.  I don't
have access to an Ubuntu 14.04 system.

On the PPC64 le system I ran the command  "dpkg-source -x *.dsc" to
create the valgrind-3.10.1 source tree.  I changed directories to the
created valgrind-3.10.1 directory.  I ran the following commands to
build and test the package.

./autogen.sh
./configure --prefix=/tmp/Junk --build=powerpc64le-linux-gnu

make -j 5
make install
cd ../bin

./bin/valgrind ls
==24391== Memcheck, a memory error detector
==24391== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
==24391== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info
==24391== Command: ls
==24391==
bin        valgrind-3.10.1
include  valgrind_3.10.1-1ubuntu3~15.04.debian.tar.gz
lib       valgrind_3.10.1-1ubuntu3~15.04.dsc
share      valgrind_3.10.1.orig.tar.bz2
==24391==
==24391== HEAP SUMMARY:
==24391==     in use at exit: 21,123 bytes in 14 blocks
==24391==   total heap usage: 49 allocs, 35 frees, 58,342 bytes allocated
==24391==
==24391== LEAK SUMMARY:
==24391==    definitely lost: 0 bytes in 0 blocks
==24391==    indirectly lost: 0 bytes in 0 blocks
==24391==      possibly lost: 0 bytes in 0 blocks
==24391==    still reachable: 21,123 bytes in 14 blocks
==24391==         suppressed: 0 bytes in 0 blocks
==24391== Rerun with --leak-check=full to see details of leaked memory
==24391==
==24391== For counts of detected and suppressed errors, rerun with: -v
==24391== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)

Valgrind appears to have compiled without error and runs a simple
command without crashing.

The referenced package appears to have the needed fixes in it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1377796

Title:
  valgrind core dump rc 139 on ppc64le ubuntu 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/valgrind/+bug/1377796/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to