On Sunday 25 September 2005 18:37, Sebastian Redl wrote: > Volker Armin Hemmann wrote: > >./test_pni > >cpuid(0) returns 1 (AuthenticAMD) > >cpuid(1) returns 00020ff2 00000800 00000001 078bfbff > >Result is 496498219533200 > > > > > >looks like cpuinfo is correct for me. > > In that case, your only choice to find failing CFLAGS is probably to > remove them selectively. > > Sebastian
why do you thing, that it is the CFLAGS 'failing'? The CPU has sse, says cpuinfo, says test_pni, and the OPN says that it is an E6 stepping - which has sse3. kwin - crash on a picture: kwin: X_CreatePixmap(0x120096e): BadAlloc (insufficient resources for operation) kwin: X_PolyFillRectangle(0x120096e): BadDrawable (invalid Pixmap or Window parameter) kwin: X_GetImage(0x120096e): BadDrawable (invalid Pixmap or Window parameter) In file kernel/qpixmap_x11.cpp, line 630: Out of memory KCrash: Application 'kwin' crashing... on restart: kwin QPixmap: Invalid pixmap parameters QPainter::begin: Cannot paint null pixmap QPainter::setFont: Will be reset by begin() QPainter::setPen: Will be reset by begin() KCrash: Application 'kwin' crashing... another crash: kwin kwin: X_CreatePixmap(0x1211b7a): BadAlloc (insufficient resources for operation) kwin: X_PolyFillRectangle(0x1211b7a): BadDrawable (invalid Pixmap or Window parameter) kwin: X_GetImage(0x1211b7a): BadDrawable (invalid Pixmap or Window parameter) In file kernel/qpixmap_x11.cpp, line 630: Out of memory KCrash: Application 'kwin' crashing... is what I get, when kwin runs from a konsole. The 'out of memory' os puzzling, because - well - gkrellm and free are telling me, that from my 512 mb ram are more than 150 free, and from my 1gig of swap nothing is used. But I will try and see, what happens, if I recompile QT with guaranteed harmless flags. -- [email protected] mailing list
