Gentoo Archives: gentoo-user

From: gwe <gwenjo@××××.fr>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] memory leak with gtk+-2.8.20-r1
Date: Wed, 02 Aug 2006 11:54:52
Message-Id: pan.2006.08.02.11.49.03.588266@free.fr
1 Le Wed, 02 Aug 2006 13:20:07 +0200, Hans-Werner Hilse a écrit :
2
3 > Hi,
4 >
5 > On Wed, 02 Aug 2006 12:58:33 +0200 gwe <gwenjo@××××.fr> wrote:
6 >
7 >> Someone has the same problem or an solution to solve this leak of
8 >> memory? Thank you very much.
9 >
10 > You should at least describe the problem you have. You're just
11 > describing the things you've tried to nail it down, but what are the
12 > symptoms? What makes you think there's a memory leak in your program?
13 >
14 > -hwh
15 I'm sorry
16 I post only the end of log file of valgrind (the entire file is very big
17 ~22500 lines).
18 This is the result of execute the source code :
19 ==13767== LEAK SUMMARY:
20 ==13767== definitely lost: 36 bytes in 1 blocks.
21 ==13767== indirectly lost: 120 bytes in 10 blocks.
22 ==13767== possibly lost: 40,264 bytes in 47 blocks.
23 ==13767== still reachable: 118,673 bytes in 1,963 blocks.
24 ==13767== suppressed: 0 bytes in 0 blocks.
25 --13767-- memcheck: sanity checks: 59 cheap, 3 expensive
26 --13767-- memcheck: auxmaps: 0 auxmap entries (0k, 0M) in use
27 --13767-- memcheck: auxmaps: 0 searches, 0 comparisons
28 --13767-- memcheck: secondaries: 53 issued (3392k, 3M)
29 --13767-- memcheck: secondaries: 115 accessible and distinguished (7360k, 7M)
30 --13767-- tt/tc: 46,665 tt lookups requiring 56,738 probes
31 --13767-- tt/tc: 46,665 fast-cache updates, 8 flushes
32 --13767-- translate: new 19,998 (425,678 -> 6,983,632; ratio 164:10) [0 scs]
33 --13767-- translate: dumped 0 (0 -> ??)
34 --13767-- translate: discarded 209 (3,781 -> ??)
35 --13767-- scheduler: 2,984,389 jumps (bb entries).
36 --13767-- scheduler: 59/33,828 major/minor sched events.
37 --13767-- sanity: 60 cheap, 3 expensive checks.
38 --13767-- exectx: 30,011 lists, 4,057 contexts (avg 0 per list)
39 --13767-- exectx: 6,894 searches, 3,112 full compares (451 per 1000)
40 --13767-- exectx: 0 cmp2, 196 cmp4, 1,062,968 cmpAll
41
42 --
43 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] memory leak with gtk+-2.8.20-r1 Hans-Werner Hilse <hilse@×××.de>