From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: Segmentation fault in CVS Date: Tue, 13 Dec 2005 23:58:31 +0000 Message-ID: <873bkwy2fs.fsf@ossau.uklinux.net> References: <87ek4oekxs.fsf@ossau.uklinux.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1134518761 32440 80.91.229.2 (14 Dec 2005 00:06:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Dec 2005 00:06:01 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Dec 14 01:05:59 2005 Return-path: Original-Received: from [199.232.75.2] (helo=lists.gnu.org) by ciao.gmane.org with esmtp (Exim 4.43) id 1EmK8H-0007To-RP for guile-devel@m.gmane.org; Wed, 14 Dec 2005 01:04:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EmK8o-0004cz-Et for guile-devel@m.gmane.org; Tue, 13 Dec 2005 19:05:07 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EmK4R-00028R-GO for guile-devel@gnu.org; Tue, 13 Dec 2005 19:00:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EmK4P-00027Z-0y for guile-devel@gnu.org; Tue, 13 Dec 2005 19:00:34 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EmK4O-000278-7r for guile-devel@gnu.org; Tue, 13 Dec 2005 19:00:32 -0500 Original-Received: from [80.84.72.33] (helo=mail3.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EmK6M-0000E9-RV for guile-devel@gnu.org; Tue, 13 Dec 2005 19:02:35 -0500 Original-Received: from laruns (host86-129-132-201.range86-129.btcentralplus.com [86.129.132.201]) by mail3.uklinux.net (Postfix) with ESMTP id 2AF7E409FDC for ; Tue, 13 Dec 2005 23:59:55 +0000 (UTC) Original-Received: from laruns (laruns [127.0.0.1]) by laruns (Postfix) with ESMTP id B4DDF6F719 for ; Tue, 13 Dec 2005 23:58:31 +0000 (GMT) Original-To: Guile Development In-Reply-To: <87ek4oekxs.fsf@ossau.uklinux.net> (Neil Jerram's message of "Wed, 07 Dec 2005 20:01:03 +0000") User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org X-Broken-Reverse-DNS: no host name found for IP address 199.232.75.2 Xref: news.gmane.org gmane.lisp.guile.devel:5508 Archived-At: Neil Jerram writes: > I'm seeing a failure of the test-system-cmds test, and have narrowed > it down to this: > > neil@laruns:~/guile-cvs-head/guile/guile-core$ ./pre-inst-guile -q > guile> (exit 42) > Segmentation fault > > Neil I think I've nailed this. In this line in scmsigs.c ... read_without_guile_data *data = (read_without_guile_data *)data; ... the second "data" should be "raw_data". Just checking, then will be in CVS shortly. Neil _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel