Re: t/src/extend.t hanging, and a (probably not very good) patch

2004-01-29 Thread Jeffrey Dik
Hi,

I'll look into what's involved with upgrading.  I'm not sure if I'll
elect to do it or not.  It's probably the one major upgrade to a linux
system that I've never done so I'd like to do it as a learning
experience.  At the same time, I've heard it can be painful.  And
downloading anything with the Internet connections I have in this
country (Malaysia) *is* painful :-p

Jeff

On Sat, Jan 24, 2004 at 11:09:11PM -0800, chromatic wrote:
 On Sat, 2004-01-24 at 19:51, Jeffrey Dik wrote:
 
  glibc-2.3.1-51a according to rpm -q
 
 Interesting.  I'm using 2.3.2.  Do you have the opportunity to try out
 NPTL with a newer glibc and kernel?  It may involve some pain, so that's
 fine if you'd rather not.  (I'm in the same boat.)
 
 I'm just about ready to bring this up on the Linux PPC user list in the
 meantime.
 
 -- c
 
 


Re: t/src/extend.t hanging, and a (probably not very good) patch

2004-01-25 Thread chromatic
On Sat, 2004-01-24 at 19:51, Jeffrey Dik wrote:

 glibc-2.3.1-51a according to rpm -q

Interesting.  I'm using 2.3.2.  Do you have the opportunity to try out
NPTL with a newer glibc and kernel?  It may involve some pain, so that's
fine if you'd rather not.  (I'm in the same boat.)

I'm just about ready to bring this up on the Linux PPC user list in the
meantime.

-- c



Re: t/src/extend.t hanging, and a (probably not very good) patch

2004-01-25 Thread Leopold Toetsch
Jeffrey Dik [EMAIL PROTECTED] wrote:

 Oh yeah, the patch is probably The Wrong Way To Do It because I have no idea
 what I'm doing ;-)

The patch is fine, thanks - applied.

leo


Re: t/src/extend.t hanging, and a (probably not very good) patch

2004-01-24 Thread chromatic
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



Re: t/src/extend.t hanging, and a (probably not very good) patch

2004-01-24 Thread Jeffrey Dik
Hi,

On Sat, Jan 24, 2004 at 11:46:32AM -0800, chromatic wrote:
[snip]
 pthreads on Linux PPC, yep.  Which version of glibc do you have?
 
 -- c
 
glibc-2.3.1-51a according to rpm -q

Jeff