Help debugging glibc pthread_join freezing on sarge using PD/pdp/Gem software

2005-09-20 Thread B. Bogart
Hello all, I tried on debian-user without any luck, perhaps someone on here will have an idea how I can further debug this issue. Sorry for anyone who got tired of seeing this on debian-user. I'm running a stock sarge machine with the 32bit 2.6.8 kernel on a AMD64 3200+ machine. I'm using some u

Re: Help debugging glibc pthread_join freezing on sarge using PD/pdp/Gem software

2005-09-20 Thread B. Bogart
linuxthreads-0.10 by Xavier Leroy BIND-8.2.3-T5B libthread_db work sponsored by Alpha Processor Inc NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk Thread-local storage support included. For bug reporting instructions, please see: <http://www.gnu.org/software/libc/

Re: Help debugging glibc pthread_join freezing on sarge using PD/pdp/Gem software

2005-09-20 Thread B. Bogart
e out what is the issue. Thanks! b. Daniel Jacobowitz wrote: On Tue, Sep 20, 2005 at 01:23:12PM -0400, B. Bogart wrote: Hello all, I tried on debian-user without any luck, perhaps someone on here will have an idea how I can further debug this issue. Sorry for anyone who got tired of seeing th

Re: Help debugging glibc pthread_join freezing on sarge using PD/pdp/Gem software

2005-09-20 Thread B. Bogart
://people.redhat.com/drepper/assumekernel.html LD_ASSUME_KERNEL=2.4.19 That will avoid NPTL and should use the libc in /lib instead of /lib/tls See how that works. It could be that pd/gem tries to do multiple thread_joins which will fail except in old pthreads. On Tue, 20 Sep 2005, B. Bogart wrote

Re: Help debugging glibc pthread_join freezing on sarge using PD/pdp/Gem software

2005-09-20 Thread B. Bogart
. Joerg Bashir wrote: Mmm... odd, in the name "libnvidia-tls" is that part of the nvidia package, is there a non-tls version? On Tue, 20 Sep 2005, B. Bogart wrote: Hi Joerg, I tried seeting this variable but PD then fails to load the Gem object due to: Gem.pd_linux: libnvidia-tls.s

glibc pthread_join freezing on sarge using pd/pdp/gem

2005-09-21 Thread B. Bogart
Hi all again, Time is running out for this machine... After spending some time on debian-glibc it seems they are not convinced that it is pthread crashing on my machine, but something happening in the other threads. So lets get to the tracing... after I manually kill PD this is what I'm seeing

Re: [GEM-dev] glibc pthread_join freezing on sarge using pd/pdp/gem

2005-09-22 Thread B. Bogart
Hey all, So my pthread crash was solved by changing to a self compiled 2.6.13 kernel with ck patches applied. So for all those googlers in the future my configuration is: AMD64 3200+ a8v mainboard, nvidia N6600 gfx, 1GB RAM, 2.6.8 kernel running debian sarge and glibc 2.3.2 and 2.3.5. If your m