From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.bugs Subject: Re: 'Segmentation fault' in example program Date: Wed, 10 May 2006 08:42:44 +1000 Message-ID: <87mzdqkefv.fsf@zip.com.au> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1147214676 8702 80.91.229.2 (9 May 2006 22:44:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 9 May 2006 22:44:36 +0000 (UTC) Cc: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed May 10 00:44:33 2006 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FdawJ-0005yR-Sq for guile-bugs@m.gmane.org; Wed, 10 May 2006 00:44:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FdawJ-0007HW-DX for guile-bugs@m.gmane.org; Tue, 09 May 2006 18:44:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FdawD-0007Dq-7a for bug-guile@gnu.org; Tue, 09 May 2006 18:44:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fdaw8-000787-D0 for bug-guile@gnu.org; Tue, 09 May 2006 18:44:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fdaw8-00077v-5j for bug-guile@gnu.org; Tue, 09 May 2006 18:44:12 -0400 Original-Received: from [61.8.0.84] (helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fdaws-0003Rq-4m for bug-guile@gnu.org; Tue, 09 May 2006 18:44:58 -0400 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout1.pacific.net.au (Postfix) with ESMTP id 4ADEC328385; Wed, 10 May 2006 08:43:42 +1000 (EST) Original-Received: from localhost (ppp2816.dyn.pacific.net.au [61.8.40.22]) by mailproxy2.pacific.net.au (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k49MheHu008612; Wed, 10 May 2006 08:43:41 +1000 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1Fdauj-0001w0-00; Wed, 10 May 2006 08:42:45 +1000 Original-To: Frithjof In-Reply-To: (frithjof@minet.uni-jena.de's message of "Tue, 09 May 2006 20:37:49 +0200") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:3243 Archived-At: Frithjof writes: > > Is my system just not set up correctly or is this a bug in Guile or one in > the example? A bug in the example. If you don't have a HOSTNAME variable then getenv returns NULL, and scm_str2string can't cope with NULL. I'll change the manual. Thanks. _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://lists.gnu.org/mailman/listinfo/bug-guile