At Wed, 18 Jun 2003 19:17:11 +0200 (CEST), Guennadi Liakhovetski wrote: > So, using the above for libraries I found 3 libraries on the system, that > use cmov: > > libldap.so.2.0.15 > libcrypto.so.0.9.6 > libqt-mt.so.3.0.5 > > So, the libraries have nothing to do with the kernel, the Debian guys > might take a notice of them (not glibc, but still...). But what I do find > interesting and noteworthy - is that this problem is specific only to some > revisions of this CPU, which might be of interest to all.
I think it's not debian glibc problem. If you hit cmov problem, then your application says "illegal instruction". At least debian glibc 2.3.1-16 has trick not to load cmov-contained dynamic libraries. All libraries you pointed out are put under /.../lib/.../cmov/* in debian sid. I guess it's your CPU or thermal issue. Regards, -- gotom

