From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Fang Newsgroups: gmane.lisp.guile.bugs Subject: bug#15750: Acknowledgement (segfault during snarf-check-and-output-texi on x86_64-darwin11 (guile-2.0.9)) Date: Tue, 29 Oct 2013 19:15:31 -0400 (EDT) Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Trace: ger.gmane.org 1383088578 19989 80.91.229.3 (29 Oct 2013 23:16:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Oct 2013 23:16:18 +0000 (UTC) To: 15750@debbugs.gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Oct 30 00:16:21 2013 Return-path: Envelope-to: guile-bugs@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 1VbIWK-0003WB-Nh for guile-bugs@m.gmane.org; Wed, 30 Oct 2013 00:16:20 +0100 Original-Received: from localhost ([::1]:49801 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbIWK-0008MJ-8l for guile-bugs@m.gmane.org; Tue, 29 Oct 2013 19:16:20 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58382) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbIW9-0008M8-SQ for bug-guile@gnu.org; Tue, 29 Oct 2013 19:16:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VbIW2-0000bE-Fa for bug-guile@gnu.org; Tue, 29 Oct 2013 19:16:09 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:37609) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbIW2-0000ax-DB for bug-guile@gnu.org; Tue, 29 Oct 2013 19:16:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1VbIW1-0006c7-NM for bug-guile@gnu.org; Tue, 29 Oct 2013 19:16:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: David Fang Original-Sender: "Debbugs-submit" Resent-CC: bug-guile@gnu.org Resent-Date: Tue, 29 Oct 2013 23:16:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 15750 X-GNU-PR-Package: guile X-GNU-PR-Keywords: Original-Received: via spool by 15750-submit@debbugs.gnu.org id=B15750.138308854625392 (code B ref 15750); Tue, 29 Oct 2013 23:16:01 +0000 Original-Received: (at 15750) by debbugs.gnu.org; 29 Oct 2013 23:15:46 +0000 Original-Received: from localhost ([127.0.0.1]:51628 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VbIVl-0006bU-KU for submit@debbugs.gnu.org; Tue, 29 Oct 2013 19:15:45 -0400 Original-Received: from csl.cornell.edu ([128.84.224.10]:4823 helo=vlsi.csl.cornell.edu) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VbIVi-0006bF-MC for 15750@debbugs.gnu.org; Tue, 29 Oct 2013 19:15:43 -0400 Original-Received: from hal-00.csl.cornell.edu (hal-00.csl.cornell.edu [128.84.224.105]) by vlsi.csl.cornell.edu (8.13.4/8.13.4) with ESMTP id r9TNFV5A047691 for <15750@debbugs.gnu.org>; Tue, 29 Oct 2013 19:15:36 -0400 (EDT) In-Reply-To: X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-guile@gnu.org List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:7325 Archived-At: More data points: For guile-2.0.9 also tried building: x86_64-darwin11, Apple-clang from Xcode-4.6.2 (same as original report) with -g -O1 also seg-faults x86_64-darwin11, clang-release-3.3 with -g -O2 also seg-faults powerpc-darwin8, Xcode 2.5, apple-gcc-4.0.1 with -g -O2 works fine Fang