Re: [OMPI users] Invalid read of size 4 (Valgrind error) with OpenMPI 1.8.7

2015-09-28 Thread Schlottke-Lakemper, Michael
al message ---- >> From: Gilles Gouaillardet >> Date: 29/07/2015 14:17 (GMT+01:00) >> To: Open MPI Users >> Subject: Re: [OMPI users] Invalid read of size 4 (Valgrind error) with >> OpenMPI 1.8.7 >> >> Thomas, >> can

Re: [OMPI users] Invalid read of size 4 (Valgrind error) with OpenMPI 1.8.7

2015-07-30 Thread Jeff Squyres (jsquyres)
; Original message ---- >> From: Gilles Gouaillardet >> Date: 29/07/2015 14:17 (GMT+01:00) >> To: Open MPI Users >> Subject: Re: [OMPI users] Invalid read of size 4 (Valgrind error) with >> OpenMPI 1.8.7 >> >> Thom

Re: [OMPI users] Invalid read of size 4 (Valgrind error) with OpenMPI 1.8.7

2015-07-30 Thread Nathan Hjelm
1:00) > To: Open MPI Users > Subject: Re: [OMPI users] Invalid read of size 4 (Valgrind error) with > OpenMPI 1.8.7 > > Thomas, > can you please elaborate ? > I checked the code of opal_os_dirpath_create and could not find where > such a thing

Re: [OMPI users] Invalid read of size 4 (Valgrind error) with OpenMPI 1.8.7

2015-07-29 Thread Ralph Castain
probably 1-2 weeks to do it. > > Michael > > > Original message > From: Gilles Gouaillardet > Date: 29/07/2015 14:17 (GMT+01:00) > To: Open MPI Users > Subject: Re: [OMPI users] Invalid read of size 4 (Valgrind error) with > OpenMPI 1.8.

Re: [OMPI users] Invalid read of size 4 (Valgrind error) with OpenMPI 1.8.7

2015-07-29 Thread Schlottke-Lakemper, Michael
message From: Gilles Gouaillardet List-Post: users@lists.open-mpi.org Date: 29/07/2015 14:17 (GMT+01:00) To: Open MPI Users Subject: Re: [OMPI users] Invalid read of size 4 (Valgrind error) with OpenMPI 1.8.7 Thomas, can you please elaborate ? I checked the code of opal_os_dirpath_create

Re: [OMPI users] Invalid read of size 4 (Valgrind error) with OpenMPI 1.8.7

2015-07-29 Thread Gilles Gouaillardet
Thomas, can you please elaborate ? I checked the code of opal_os_dirpath_create and could not find where such a thing can happen Thanks, Gilles On Wednesday, July 29, 2015, Thomas Jahns wrote: > Hello, > > On 07/28/15 17:34, Schlottke-Lakemper, Michael wrote: > >> That’s what I suspected. Tha

Re: [OMPI users] Invalid read of size 4 (Valgrind error) with OpenMPI 1.8.7

2015-07-29 Thread Thomas Jahns
Hello, On 07/28/15 17:34, Schlottke-Lakemper, Michael wrote: That’s what I suspected. Thank you for your confirmation. you are mistaken, the allocation is 51 bytes long, i.e. valid bytes are at offsets 0 to 50. But since the read of 4 bytes starts at offset 48, the bytes at offsets 48, 49, 5

Re: [OMPI users] Invalid read of size 4 (Valgrind error) with OpenMPI 1.8.7

2015-07-28 Thread Schlottke-Lakemper, Michael
Hi Ralph, That’s what I suspected. Thank you for your confirmation. Michael On 25 Jul 2015, at 16:10 , Ralph Castain mailto:r...@open-mpi.org>> wrote: Looks to me like a false positive - we do malloc some space, and do access different parts of it. However, it looks like we are inside the spa

Re: [OMPI users] Invalid read of size 4 (Valgrind error) with OpenMPI 1.8.7

2015-07-25 Thread Ralph Castain
Looks to me like a false positive - we do malloc some space, and do access different parts of it. However, it looks like we are inside the space at all times. I’d suppress it > On Jul 23, 2015, at 12:47 AM, Schlottke-Lakemper, Michael > wrote: > > Hi folks, > > recently we’ve been getting

[OMPI users] Invalid read of size 4 (Valgrind error) with OpenMPI 1.8.7

2015-07-23 Thread Schlottke-Lakemper, Michael
Hi folks, recently we’ve been getting a Valgrind error in PMPI_Init for our suite of regression tests: ==5922== Invalid read of size 4 ==5922==at 0x61CC5C0: opal_os_dirpath_create (in /aia/opt/openmpi-1.8.7/lib64/libopen-pal.so.6.2.2) ==5922==by 0x5F207E5: orte_session_dir (in /aia/opt