From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alex =?utf-8?Q?Benn=C3=A9e?= Newsgroups: gmane.emacs.devel Subject: Re: Debugging low level problems with Valgrind Date: Wed, 29 Jan 2014 15:44:05 +0000 Message-ID: <87txcm7pyy.fsf@bennee.com> References: <87r47r2m7v.fsf@linaro.org> <87eh3rj9yo.fsf@igel.home> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1391010256 5534 80.91.229.3 (29 Jan 2014 15:44:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 29 Jan 2014 15:44:16 +0000 (UTC) Cc: Alex =?utf-8?Q?Benn=C3=A9e?= , emacs-devel To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 29 16:44:23 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W8XJO-0006c3-7T for ged-emacs-devel@m.gmane.org; Wed, 29 Jan 2014 16:44:22 +0100 Original-Received: from localhost ([::1]:43451 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8XJN-00041o-OH for ged-emacs-devel@m.gmane.org; Wed, 29 Jan 2014 10:44:21 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56176) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8XJG-0003ru-67 for emacs-devel@gnu.org; Wed, 29 Jan 2014 10:44:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8XJB-00022J-T2 for emacs-devel@gnu.org; Wed, 29 Jan 2014 10:44:14 -0500 Original-Received: from static.88-198-71-155.clients.your-server.de ([88.198.71.155]:48746 helo=socrates.bennee.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8XJB-00021u-Nb for emacs-devel@gnu.org; Wed, 29 Jan 2014 10:44:09 -0500 Original-Received: from localhost ([127.0.0.1]) by socrates.bennee.com with esmtp (Exim 4.80) (envelope-from ) id 1W8XM9-0002j1-Ng; Wed, 29 Jan 2014 16:47:13 +0100 User-agent: mu4e 0.9.9.6pre2; emacs 24.3.50.1 In-reply-to: <87eh3rj9yo.fsf@igel.home> X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: kernel-hacker@bennee.com X-SA-Exim-Scanned: No (on socrates.bennee.com); SAEximRunCond expanded to false X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 88.198.71.155 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:169203 Archived-At: schwab@linux-m68k.org writes: > Alex Bennée writes: > >> So far I've had no joy getting valgrind to run. I've built with >> >> CFLAGS="-O0 0g3" ./configure --with-x-toolkit=lucid >> >> But valgrind keeps complaining when I run: > > You need to run valgrind on temacs, since valgrind can't handle the > dumping process. Ahh is that what the mysterious second .data section is in the emacs binary? Maybe all valgrind needs to do is ignore it? Sadly although I could get temacs to start I couldn't get a working --daemon process needed to trigger the failure. > > Andreas. -- Alex Bennée