Re: [OMPI users] SIGSEG in ompi_comm_start_processes

2007-09-27 Thread Tim Prins
Murat, Thanks for the bug report. I have fixed (slightly differently than you suggested) this in the Open MPI trunk in r16265 and it should be available in the nightly trunk tarball tonight. I will ask to have this moved into the next release of Open MPI. Thanks, Tim Murat Knecht wrote: C

Re: [OMPI users] SIGSEG in ompi_comm_start_processes

2007-09-27 Thread Murat Knecht
Copy-and-paste-error: The second part of the fix ought to be: if ( !have_wdir ) { free(cwd); } Murat Murat Knecht schrieb: > Hi all, > > I think, I found a bug and a fix for it. > Could someone verify the rationale behind this bug, as I have this > SIGSEG on only one

[OMPI users] SIGSEG in ompi_comm_start_processes

2007-09-27 Thread Murat Knecht
Hi all, I think, I found a bug and a fix for it. Could someone verify the rationale behind this bug, as I have this SIGSEG on only one of two machines, and I don't quite see why it doesn't occur always. (Same testprogram, equally compiled 1.2.4 OpenMPI). Though the fix does prevent the segmentatio