Gentoo Archives: gentoo-amd64

From: Volker Armin Hemmann <volker.armin.hemmann@××××××××××××.de>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Re: kwin is crashy
Date: Sun, 25 Sep 2005 20:34:00
Message-Id: 200509252232.39209.volker.armin.hemmann@tu-clausthal.de
In Reply to: Re: [gentoo-amd64] Re: kwin is crashy by Sebastian Redl
1 On Sunday 25 September 2005 18:37, Sebastian Redl wrote:
2 > Volker Armin Hemmann wrote:
3 > >./test_pni
4 > >cpuid(0) returns 1 (AuthenticAMD)
5 > >cpuid(1) returns 00020ff2 00000800 00000001 078bfbff
6 > >Result is 496498219533200
7 > >
8 > >
9 > >looks like cpuinfo is correct for me.
10 >
11 > In that case, your only choice to find failing CFLAGS is probably to
12 > remove them selectively.
13 >
14 > Sebastian
15
16 why do you thing, that it is the CFLAGS 'failing'?
17 The CPU has sse, says cpuinfo, says test_pni, and the OPN says that it is an
18 E6 stepping - which has sse3.
19
20 kwin - crash on a picture:
21 kwin: X_CreatePixmap(0x120096e): BadAlloc (insufficient resources for
22 operation)
23 kwin: X_PolyFillRectangle(0x120096e): BadDrawable (invalid Pixmap or Window
24 parameter)
25 kwin: X_GetImage(0x120096e): BadDrawable (invalid Pixmap or Window parameter)
26 In file kernel/qpixmap_x11.cpp, line 630: Out of memory
27 KCrash: Application 'kwin' crashing...
28
29 on restart:
30
31 kwin
32 QPixmap: Invalid pixmap parameters
33 QPainter::begin: Cannot paint null pixmap
34 QPainter::setFont: Will be reset by begin()
35 QPainter::setPen: Will be reset by begin()
36 KCrash: Application 'kwin' crashing...
37
38 another crash:
39 kwin
40 kwin: X_CreatePixmap(0x1211b7a): BadAlloc (insufficient resources for
41 operation)
42 kwin: X_PolyFillRectangle(0x1211b7a): BadDrawable (invalid Pixmap or Window
43 parameter)
44 kwin: X_GetImage(0x1211b7a): BadDrawable (invalid Pixmap or Window parameter)
45 In file kernel/qpixmap_x11.cpp, line 630: Out of memory
46 KCrash: Application 'kwin' crashing...
47
48 is what I get, when kwin runs from a konsole.
49
50 The 'out of memory' os puzzling, because - well - gkrellm and free are telling
51 me, that from my 512 mb ram are more than 150 free, and from my 1gig of swap
52 nothing is used.
53
54 But I will try and see, what happens, if I recompile QT with guaranteed
55 harmless flags.
56 --
57 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] Re: kwin is crashy Simon Strandman <simon.strandman@×××××.com>
Re: [gentoo-amd64] Re: kwin is crashy Sebastian Redl <sebastian.redl@×××××××××××.at>