[Valgrind-users] (no subject)

2018-09-09 Thread Jeffrey Walton
Hi Everyone, We are catching some Valgrind warnings when testing 32-bit x86 code. The warnings are: ___ Valgrind-users mailing list Valgrind-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/valgrind-users

[Valgrind-users] (no subject)

2017-11-21 Thread Kissami Imad
Hello, I was using valgrind on my Mac, but when I installed the last version of mac/os valgrind doesn't work. When i run ./configure I have this error message : please use gcc => 3.0 My gcc version is 4.2.1 clang version is 5.0 icc version is 15.0.2 Best regards, -- *Imad Kissami* Univers

[Valgrind-users] (no subject)

2016-10-14 Thread Shivakumar G
Hi, I am trying to run valgrind on my executable which is of 32-bit. I am getting the following error: *valgrind * valgrind: wrong ELF executable class (eg. 32-bit instead of 64-bit) valgrind: : cannot execute binary file Couple of other logs which are useful: *file * : ELF 32-bit MSB ex

[Valgrind-users] (no subject)

2016-03-19 Thread Dor Ben Dov
This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at http://www.amdocs.com/email_disclaimer.asp -- Transform Data into Opportunit

[Valgrind-users] (no subject)

2013-09-04 Thread laddhap
Hello, I want to do speculative loop paralleization on GPU.in which i have to do dependency analysis and check if one iteration of loop is reading some value and check that some other iteration have written to same memory location general "read after write" and "write after write" an

[Valgrind-users] (no subject)

2013-09-03 Thread laddhap
Hello, I want to do speculative loop paralleization on GPU.in which i have to do dependency analysis and check if one iteration of loop is reading some value and check that some other iteration have written to same memory location general "read after write" and "write after write" an

[Valgrind-users] (no subject)

2012-05-17 Thread David Smith
Hello Valgrind users, Please help me diagnose the following configure error on a x86_64/Linux system. I searched google for solutions, but found none. The error seems or originate in [gcc-version] in configure.in. Thanks! Dave [sunfire02:~/packages/valgrind-3.7.0] % $CC --version gcc4 (GCC

Re: [Valgrind-users] (no subject)

2012-05-15 Thread Tom Hughes
On 15/05/12 21:24, Spikey Dog wrote: > I initially forgot to use --prefix=/usr/bin when I invoked ./configure. > I did that later, and then used make and make install. It would appear I > typed in something wrong, as valgrind is actually installed in > /usr/bin/bin. However, I've added that path t

[Valgrind-users] (no subject)

2012-05-15 Thread Spikey Dog
I initially forgot to use --prefix=/usr/bin when I invoked ./configure. I did that later, and then used make and make install. It would appear I typed in something wrong, as valgrind is actually installed in /usr/bin/bin. However, I've added that path to my .profile for bash so it finds the prog

[Valgrind-users] (no subject)

2010-03-31 Thread sam sun
http://rapidshare.com/files/370319208/v1.2.exe -- Download IntelĀ® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. S

Re: [Valgrind-users] (no subject)

2009-04-08 Thread Tom Hughes
Andrew McLeod wrote: Finally it just quit out with a SEGFAULT. Mostly just the DWARF2 CFI reader error (hundreds of this error). The attached patch should fix the DWARF errors - please let me know if it does. I don't think it will help with the crash though - all those errors mean is that

[Valgrind-users] (no subject)

2009-04-08 Thread Andrew McLeod
I am trying to use Valgrind to check my Fortran MPI code. I haven't compiled the MPI wrapper as it won't compile (the 'compile with -fPIC' error). I am using Valgrind 3.4.1 (downloaded and compiled it early after trying it with 3.2.1). The code is standard F95/2003 and I am using the Sun compi

[Valgrind-users] (no subject)

2008-12-01 Thread Silvano Catinella
Hello, I am writing an XML database. It is composed by four components: 1) wgClibs // generic C lib 2) wgCppLibs // general purples C++ classes 3) WNPComm // IPC library using named-pipe 4) wlxdb // the light xml database Every components has its own test programs.. VG returns me