bug-guile
[Top][All Lists]
Advanced

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

Re: popen test hangs


From: Neil Jerram
Subject: Re: popen test hangs
Date: Mon, 06 Jul 2009 19:25:40 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

"Marijn Schouten (hkBst)" <address@hidden> writes:

> it seems that the popen test hangs:

Grrr.  I thought we'd nailed that...

> then it hangs for at least an hour or so. My configure invocation is:
>
> ./configure --prefix=/usr --build=x86_64-pc-linux-gnu 
> --host=x86_64-pc-linux-gnu
> --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share
> --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64
> --disable-error-on-warning --disable-static --enable-posix 
> --disable-networking
> --enable-regex --enable-deprecated --disable-elisp --enable-nls 
> --disable-rpath
> --disable-debug-freelist --disable-debug-malloc --disable-guile-debug
> --with-threads --with-modules EMACS=no
>
> Any ideas what could be wrong or how to find out more?

Please look at the end of the check-guile.log file, to find out the
last test case that ran successfully, before the one that hung.

Then, if you like you could confirm that it is the next test that is
the problem, by removing everything all the other tests from
popen.test, and running just popen.test with

  ./pre-inst-guile -s test-suite/tests/popen.test

Then, if possible, add debugging (display ...) lines, use GDB, etc.,
to try to find out more about the hang.

Thanks!
        Neil




reply via email to

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