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

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-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

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

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

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

2004-01-24 Thread Jeffrey Dik
Hi, "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/in