Summary: | Memory leak when restarting AwesomeWM (valgrind included) | ||||||
---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Emmanuel Lepage Vallee <elv1313> | ||||
Component: | Server/DDX/Xorg | Assignee: | Peter Hutterer <peter.hutterer> | ||||
Status: | RESOLVED FIXED | QA Contact: | Xorg Project Team <xorg-team> | ||||
Severity: | major | ||||||
Priority: | high | CC: | daniel, peter.hutterer, psychon | ||||
Version: | 7.6 (2010.12) | ||||||
Hardware: | All | ||||||
OS: | Linux (All) | ||||||
Whiteboard: | 2011BRB_Reviewed | ||||||
i915 platform: | i915 features: | ||||||
Attachments: |
|
Description
Emmanuel Lepage Vallee
2011-06-23 22:04:58 UTC
One of the big winners in that output is: ==15149== 917,504 bytes in 512 blocks are still reachable in loss record 622 of 623 ==15149== at 0x4C26D89: calloc (vg_replace_malloc.c:467) ==15149== by 0x439FF2: InitEventList (getevents.c:1033) ==15149== by 0x482686: mieqInit (mieq.c:114) ==15149== by 0x45DBF1: InitInput (xf86Init.c:807) ==15149== by 0x420EC4: main (main.c:259) so cc'ing the input gurus for their insight. commit 87d4f90bfcb509471ac9e7886e14a92b33223fd7 Author: Peter Hutterer <peter.hutterer@who-t.net> Date: Mon Jun 27 09:10:42 2011 +1000 input: free the EQ allocated memory on shutdown (#38634) mieqFini() already does the right thing, but it needs to be called by the various DDXs and the XTest Extension. X.Org Bug 38634 <http://bugs.freedesktop.org/show_bug.cgi?id=38634> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Jon TURNEY <jon.turney@dronecode.org.uk> Acked-by: Jeremy Huddleston <jeremyhu@apple.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> It is still present in 1.11.2, so I reopen the bug. Even if xserver do the "right" thing, as long as it continue to easy gigs or ram (and need to be restarted to free it), it is still a bug. Can you please provide a new valgrind report with a server that contains the fix. Claiming as fixed based on comment #3, reported never provided additional info required. If this leak still exists, please open a new bug. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.