On Fri, Aug 1, 2014 at 1:19 AM, Gilles Gouaillardet <
gilles.gouaillar...@iferc.org> wrote:

> Paul,
>
> i just commited r32393 (and made a CMR for v1.8)
>
> can you please give it a try ?
>


I am not equipped to build from svn on most of my test platforms.
However, I applied your one-line change manually to a trunk tarball on
Solaris/SPARC, Linux/IA64 and Linux/PPC64.
I had already reported the problem on PPC64 and IA64, but have since also
seen the same backtrace on SPARC with an 8K pagesize.

I can confirm that
    cm->lmngr_alignment = sysconf(_SC_PAGESIZE)
resolves SEGV in coll/ml on all three platforms where I had observed is
previously.


sysconf is called directly (e.g. no #ifdef protected) in several other
> places :


But note that both _SC_PAGESIZE and _SC_PAGE_SIZE appear in your grep
output.
You should probably allow for both of those spellings.

-Paul


-- 
Paul H. Hargrove                          phhargr...@lbl.gov
Future Technologies Group
Computer and Data Sciences Department     Tel: +1-510-495-2352
Lawrence Berkeley National Laboratory     Fax: +1-510-486-6900

Reply via email to