From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758932AbcAKIqp (ORCPT ); Mon, 11 Jan 2016 03:46:45 -0500 Received: from mx2.suse.de ([195.135.220.15]:48826 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752006AbcAKIqn (ORCPT ); Mon, 11 Jan 2016 03:46:43 -0500 Subject: Re: [PATCH] kconfig: fix qconf segfault by deleting heap objects To: Chris Bainbridge , yann.morin.1998@free.fr References: <20160108204404.GA14615@localhost> Cc: linux-kernel@vger.kernel.org, bbarbulovski@gmail.com From: Michal Marek Message-ID: <56936BF1.9080800@suse.cz> Date: Mon, 11 Jan 2016 09:46:41 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20160108204404.GA14615@localhost> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2016-01-08 21:44, Chris Bainbridge wrote: > On Debian stable (qt-4.8.6) 'make xconfig' intermittently fails due to > qconf segfaulting at exit time in QXcbEventReader. The cause of this is > destructors on the heap objects never being called, so fix this by > properly deleting the heap objects before exit. > > Signed-off-by: Chris Bainbridge > --- > Trivial error, as described at https://forum.qt.io/topic/26658/solved-segfault-on-qapplication-exit > --- > scripts/kconfig/qconf.cc | 2 ++ > 1 file changed, 2 insertions(+) Applied to kbuild.git#kconfig, thanks. Michal