From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gregory Benjamin Subject: segfault on 'make test' Date: Wed, 13 Feb 2013 11:19:43 -0800 Message-ID: <20130213191943.GA31505@dbn66.laserlab.com> References: <20130205184331.GB4740@dbn66.laserlab.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36593) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5hs2-0002fY-15 for emacs-orgmode@gnu.org; Wed, 13 Feb 2013 14:19:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U5hrv-00026U-8m for emacs-orgmode@gnu.org; Wed, 13 Feb 2013 14:19:53 -0500 Received: from mail.laserlab.com ([69.229.78.89]:37230 helo=dbn66.laserlab.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5hrv-000269-1Y for emacs-orgmode@gnu.org; Wed, 13 Feb 2013 14:19:47 -0500 Content-Disposition: inline In-Reply-To: <20130205184331.GB4740@dbn66.laserlab.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I did a 'git pull' just now, followed by 'make test' and this is what happened (snippet shown for brevity): ################################################################ Code block evaluation complete. passed 281/342 test-org-property-accumulation-top-use OVERVIEW executing Emacs-Lisp code block... (foo (quote 1)) (bar (quote 2)) Code block evaluation complete. passed 282/342 test-org-property-accumulation-top-val OVERVIEW Mark set Fatal error (11)Segmentation fault make: *** [test] Error 139 ################################################################ So it looks like test number 283 blew up. I'm happy to try investigating with some help... The basic system info: $ uname -a Linux dbn66 2.6.32-5-amd64 #1 SMP Sun Sep 23 10:07:46 UTC 2012 x86_64 GNU/Linux $ lsb_release -sd Debian GNU/Linux 6.0.6 (squeeze) Best, Greg Benjamin