On Sat, 2004-01-24 at 09:17, Jeffrey Dik wrote:

> "make tests" had starting hanging in t/src/extend.t.  I think it might
> be the same problem chromatic was experiencing recently, but really I
> have no idea.  Putting a "Parrot_exit(0);" in front of the "return 0;"s
> caused all the t/src/extend.t tests to work.  I had the same problems in
> t/src/intlist.t; and the same solution worked.  After that all the tests
> in t/src worked.

That sounds like the same issue.  I tried the same tactic and it seemed
to work.

> (Hopefully) Relevent information:
> uname -a:
> Linux localhost.localdomain 2.4.22-ben2 #1 Thu Sep 25 00:11:16 EDT 2003 ppc ppc ppc 
> GNU/Linux
> 
> perl -v:
> This is perl, v5.8.0 built for ppc-linux-thread-multi
> [snip]
> 
> gcc -v
> Reading specs from /usr/lib/gcc-lib/ppc-yellowdog-linux/3.2.2/specs
> Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
> --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking 
> --with-system-zlib --enable-__cxa_atexit --host=ppc-yellowdog-linux
> Thread model: posix
> gcc version 3.2.2 20030217 (Yellow Dog Linux 3.0 3.2.2-2a)

pthreads on Linux PPC, yep.  Which version of glibc do you have?

-- c

Reply via email to