From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.bugs Subject: Re: simple-format causes segfault? Date: Sun, 07 May 2006 00:20:45 +0100 Message-ID: <877j4yrb8y.fsf@ossau.uklinux.net> References: <20060506033853.GB26686@aphex.iro.umontreal.ca> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1146957660 25643 80.91.229.2 (6 May 2006 23:21:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 6 May 2006 23:21:00 +0000 (UTC) Cc: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sun May 07 01:20:58 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 1FcW52-0007sR-Rb for guile-bugs@m.gmane.org; Sun, 07 May 2006 01:20:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FcW52-0006Ms-Ar for guile-bugs@m.gmane.org; Sat, 06 May 2006 19:20:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FcW4z-0006LH-1Z for bug-guile@gnu.org; Sat, 06 May 2006 19:20:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FcW4x-0006L5-KE for bug-guile@gnu.org; Sat, 06 May 2006 19:20:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FcW4x-0006L2-HH for bug-guile@gnu.org; Sat, 06 May 2006 19:20:51 -0400 Original-Received: from [80.84.72.33] (helo=mail3.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FcW5R-0004hY-IU for bug-guile@gnu.org; Sat, 06 May 2006 19:21:21 -0400 Original-Received: from laruns (host86-129-134-171.range86-129.btcentralplus.com [86.129.134.171]) by mail3.uklinux.net (Postfix) with ESMTP id D562F409FE9; Sat, 6 May 2006 23:20:50 +0000 (UTC) Original-Received: from laruns (laruns [127.0.0.1]) by laruns (Postfix) with ESMTP id 7645A6F70A; Sun, 7 May 2006 00:20:46 +0100 (BST) Original-To: James Bergstra In-Reply-To: <20060506033853.GB26686@aphex.iro.umontreal.ca> (James Bergstra's message of "Fri, 5 May 2006 23:38:54 -0400") User-Agent: Gnus/5.1007 (Gnus v5.10.7) 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:3234 Archived-At: James Bergstra writes: > Hi, > > I'd like to file a bug report on guile-1.8, but I don't know how. You're already doing the right thing: writing to bug-guile@gnu.org. > I have a program that causes the guile interpreter to segfault when I output > with (simple-format), but runs properly when I replace the simple-format with > what I believe are equivalent calls to (display). > > I'd like to file a bug-report. Should I > a) attach cores > b) attach cores + program text > c) attach cores + program text + data files > d) do nothing, because this another known issue > (is there a list of known issues?) To begin with, please just post the code and any input that it needs to repro the problem. That should be enough if the problem is not specific to your environment. If it isn't enough, we can move onto cores later. Thanks, Neil _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://lists.gnu.org/mailman/listinfo/bug-guile