Re: [OMPI devel] seg fault in openmpi-1.3.1 when shell in passwd is empty

2009-03-24 Thread George Bosilca
We didn't check the boundaries of the shell string from the structure returned by getpwuid. This should be fixed by commit r20853. Thanks for your help, george. On Mar 24, 2009, at 01:37 , Sergey E. Koposov wrote: Hi All, I've found that openmpi-1.3.1 segfaults when the the shell fiel

[OMPI devel] seg fault in openmpi-1.3.1 when shell in passwd is empty

2009-03-24 Thread Sergey E. Koposov
Hi All, I've found that openmpi-1.3.1 segfaults when the the shell field in the passwd file is empty. So I take the simple program which does nothing: -- #include #include "mpi.h" main (int argc, char **argv) { int nworkers, whoami, i, errcode; MPI_Init(&ar