Re: [OMPI devel] FreeBSD Support?

2007-09-20 Thread Ralf Wildenhues
Hello Karol, * Karol Mroz wrote on Wed, Sep 19, 2007 at 07:23:50PM CEST: > When running the autogen.sh script as non-root, I see the following error: [...] > autom4te-2.61: cannot open configure: Permission denied [...] > After some searching, it would appear that this is an autoconf issue >

[OMPI devel] Malloc segfaulting?

2007-09-20 Thread Tim Prins
Hi folks, In our nightly runs with the trunk I have started seeing cases where we appear to be segfaulting within/below malloc. Below is a typical output. Note that this appears to only happen on the trunk, when we use openib, and are in 32 bit mode. It seems to happen randomly at a very low

Re: [OMPI devel] FreeBSD Support?

2007-09-20 Thread Karol Mroz
Hi, Ralf. So it seems that either approach works. One can `chmod u+w *` or `chmod u+w configure` on its own, allowing the autogen process to complete successfully on FreeBSD 6.2. Note also, that neither change to autogen.sh breaks the Linux autogen process. Ralf Wildenhues wrote: > Hello Karol, >

Re: [OMPI devel] Malloc segfaulting?

2007-09-20 Thread Aurelien Bouteiller
This usually means something have been freed twice. Aurelien Le 20 sept. 07 à 09:02, Tim Prins a écrit : Hi folks, In our nightly runs with the trunk I have started seeing cases where we appear to be segfaulting within/below malloc. Below is a typical output. Note that this appears to o

Re: [OMPI devel] Message Queue debugging support for1.2.4

2007-09-20 Thread Terry Dontje
I've talked with both Brian and Rich about the measurements and they are ok with the new findings. I also have not received any other comments to the negative on putting 1097 into the v1.2 branch. So I would like to instruct Tim Mattox to bring over the 1097 change to v1.2 branch and make a n

Re: [OMPI devel] Malloc segfaulting?

2007-09-20 Thread Brian Barrett
On Sep 20, 2007, at 7:02 AM, Tim Prins wrote: In our nightly runs with the trunk I have started seeing cases where we appear to be segfaulting within/below malloc. Below is a typical output. Note that this appears to only happen on the trunk, when we use openib, and are in 32 bit mode. I