From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Antipov Newsgroups: gmane.emacs.devel Subject: Re: Debugging low level problems with Valgrind Date: Wed, 29 Jan 2014 15:34:47 +0400 Message-ID: <52E8E757.2010204@yandex.ru> References: <87r47r2m7v.fsf@linaro.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1390995346 6327 80.91.229.3 (29 Jan 2014 11:35:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 29 Jan 2014 11:35:46 +0000 (UTC) Cc: emacs-devel To: =?UTF-8?B?QWxleCBCZW5uw6ll?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 29 12:35:54 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 1W8TQu-0002ar-19 for ged-emacs-devel@m.gmane.org; Wed, 29 Jan 2014 12:35:52 +0100 Original-Received: from localhost ([::1]:41593 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8TQt-0005jh-Kj for ged-emacs-devel@m.gmane.org; Wed, 29 Jan 2014 06:35:51 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50194) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8TQ2-00056z-8W for emacs-devel@gnu.org; Wed, 29 Jan 2014 06:35:05 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8TPv-0003aT-6r for emacs-devel@gnu.org; Wed, 29 Jan 2014 06:34:58 -0500 Original-Received: from forward15.mail.yandex.net ([95.108.130.119]:34546) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8TPu-0003aL-Sz for emacs-devel@gnu.org; Wed, 29 Jan 2014 06:34:51 -0500 Original-Received: from smtp12.mail.yandex.net (smtp12.mail.yandex.net [95.108.131.191]) by forward15.mail.yandex.net (Yandex) with ESMTP id B2BE19E2889; Wed, 29 Jan 2014 15:34:48 +0400 (MSK) Original-Received: from smtp12.mail.yandex.net (localhost [127.0.0.1]) by smtp12.mail.yandex.net (Yandex) with ESMTP id 6FFE616A008E; Wed, 29 Jan 2014 15:34:48 +0400 (MSK) Original-Received: from unknown (unknown [37.139.80.10]) by smtp12.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id MAemxuNnKD-YlQOf7CD; Wed, 29 Jan 2014 15:34:48 +0400 (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (Client certificate not present) X-Yandex-Uniq: 536c5876-1bfe-4198-98f2-53b55b21dd92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1390995288; bh=xfWE+koCwN8GfcrejzxVmJokHdXBd4FmQJD/BchWAAc=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=GLQe5KDbN7g9dOiNdC97qxgh/RIrfTENoyH/uYbAPWAiJSQAUO1w7hDGAftyE/d8D mRwKHIY/g4KEMwjhZUAnvuImizqUYlILZBMozKn6APKah2KUJS5ow1bkTq80KM6/h2 VXx/PF2PvKtVZgZLHw18SseTvJsmzdptQ0Qg9aXU= Authentication-Results: smtp12.mail.yandex.net; dkim=pass header.i=@yandex.ru User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 In-Reply-To: <87r47r2m7v.fsf@linaro.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] [fuzzy] X-Received-From: 95.108.130.119 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:169198 Archived-At: On 01/29/2014 01:04 PM, Alex Benn=C3=A9e wrote: > --17777-- Reading syms from /home/alex/src/emacs/emacs.git/src/emacs > --17777-- WARNING: Serious error when reading debug info > --17777-- When reading debug info from /home/alex/src/emacs/emacs.git/s= rc/emacs: > --17777-- Can't make sense of .data section mapping IIUC the only reliable way is to use undumped (temacs) binary instead. Dmitry