guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ERROR: Stack overflow from 1.8.6 on HP-UX 11.23/IA, 11.31/IA


From: Albert Chin
Subject: Re: ERROR: Stack overflow from 1.8.6 on HP-UX 11.23/IA, 11.31/IA
Date: Mon, 16 Mar 2009 01:44:19 -0500
User-agent: Mutt/1.5.18 (2008-05-17)

On Sat, Mar 14, 2009 at 12:38:09PM +0000, Neil Jerram wrote:
> Albert Chin <address@hidden> writes:
> 
> > I've built guile-1.8.6 on HP-UX 11.23/IA and 11.31/IA:
> >   $ gtar zxf guile-1.8.6.tar.gz
> >   $ cd guile-1.8.6
> >   $ ./configure PTHREAD_CFLAGS="-mt" --disable-dependency-tracking
> >   ...
> >   $ gmake
> >   ...
> >   $ cd test-suite/standalone
> >   $ gmake check TESTS="test-num2integral test-conversion"
> >   ...
> >   ERROR: Stack overflow
> >   FAIL: test-num2integral
> >   ERROR: Stack overflow
> >   FAIL: test-conversion
> 
> A few questions:
> 
> 1. Do all of the standalone tests fail with a stack overflow, or just
> those two?

Unknown. Some of the tests fail to dlopen some modules:
  ERROR: In procedure dynamic-link:
  ERROR: file: "libguile-srfi-srfi-1-v-3", message: "can't open the module"
  FAIL: test-require-extension
  ...
  ERROR: In procedure dynamic-link:
  ERROR: file: "libtest-asmobs", message: "can't open the module"
  FAIL: test-asmobs

I haven't looked into why.

> 2. Can you send us your libguile/stack-limit-calibration.scm?

Attached.

> 3. Can you explain what the setting of PTHREAD_CFLAGS is for?

Because, without it, PTHREAD_CFLAGS is set to:
  s["PTHREAD_CFLAGS"]="-D_REENTRANT -mthreads"
which is incorrect.

-- 
albert chin (address@hidden)

Attachment: stack-limit-calibration.scm
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]