From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Layer Newsgroups: gmane.emacs.devel Subject: Re: 24.2 crash Date: Tue, 19 Mar 2013 08:49:05 -0700 Message-ID: <29459.1363708145@relay.known.net> References: <6458.1363657796@relay.known.net> <5147EFF3.7060102@yandex.ru> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1363708152 6868 80.91.229.3 (19 Mar 2013 15:49:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 Mar 2013 15:49:12 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dmitry Antipov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 19 16:49:37 2013 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 1UHynA-0004tW-9W for ged-emacs-devel@m.gmane.org; Tue, 19 Mar 2013 16:49:36 +0100 Original-Received: from localhost ([::1]:42589 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHymn-0003dL-9a for ged-emacs-devel@m.gmane.org; Tue, 19 Mar 2013 11:49:13 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:56112) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHymj-0003cK-3M for emacs-devel@gnu.org; Tue, 19 Mar 2013 11:49:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UHymh-0002Tn-1i for emacs-devel@gnu.org; Tue, 19 Mar 2013 11:49:09 -0400 Original-Received: from relay.known.net ([173.13.135.57]:36734) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHymg-0002Se-Rt for emacs-devel@gnu.org; Tue, 19 Mar 2013 11:49:06 -0400 Original-Received: from relay.known.net (localhost [127.0.0.1]) by relay.known.net (Allegro Maild v1.2.28) id 000000387648; Tue, 19 Mar 2013 08:49:05 -0700 In-reply-to: <5147EFF3.7060102@yandex.ru> Comments: In-reply-to Dmitry Antipov message dated "Tue, 19 Mar 2013 08:56:19 +0400." X-Mailer: MH-E 8.5; nmh 1.5; GNU Emacs 24.2.1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 173.13.135.57 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:157956 Archived-At: Dmitry Antipov wrote: >> On 03/19/2013 05:49 AM, Kevin Layer wrote: >> >> > I use emacs + nmh + MH-E to read email. I have a mail message that >> > reliably crashes email. >> >> 0. Please provide the e-mail message and steps to reproduce the crash, >> starting from 'emacs -Q'. I'll work on that. >> 1. Try to rebuild with '--enable-checking' configure option and check >> whether an internal assertion is raised. Didn't show anything that I could see. >> 2. Try recently released 24.3 and current bzr trunk, if possible. I tried the 24.3 release tar.gz, and it still happens. >> 3. Your crash is likely caused by the heap corruption; try to find >> the reason by running _undumped_ (src/temacs) executable under >> valgrind, e.g. valgrind --tool=memcheck ./src/temacs [...]. I ran this. Lots of output. What do you want me to do with it? Kevin