From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Mikael Djurfeldt Newsgroups: gmane.lisp.guile.devel Subject: Re: Segfaults when using readline ... Date: 17 Aug 2002 11:49:36 +0200 Sender: guile-devel-admin@gnu.org Message-ID: References: <20020815081913.GB8225@www> <15707.26369.358709.975603@blauw.xs4all.nl> Reply-To: djurfeldt@nada.kth.se NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1029577814 14629 127.0.0.1 (17 Aug 2002 09:50:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 17 Aug 2002 09:50:14 +0000 (UTC) Cc: rm@fabula.de, guile-devel@gnu.org, djurfeldt@nada.kth.se Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17g0Dg-0003nK-00 for ; Sat, 17 Aug 2002 11:50:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17g0Ec-00021A-00; Sat, 17 Aug 2002 05:51:06 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17g0Dc-0001yi-00 for guile-devel@gnu.org; Sat, 17 Aug 2002 05:50:04 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17g0DU-0001yQ-00 for guile-devel@gnu.org; Sat, 17 Aug 2002 05:50:03 -0400 Original-Received: from kvast.blakulla.net ([213.212.20.77]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17g0DT-0001yL-00 for guile-devel@gnu.org; Sat, 17 Aug 2002 05:49:56 -0400 Original-Received: from mdj by kvast.blakulla.net with local (Exim 3.35 #1 (Debian)) id 17g0DA-0005UZ-00; Sat, 17 Aug 2002 11:49:36 +0200 Original-To: hanwen@cs.uu.nl In-Reply-To: <15707.26369.358709.975603@blauw.xs4all.nl> Original-Lines: 26 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.devel:1109 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1109 Han-Wen Nienhuys writes: > rm@fabula.de writes: > > Hello, > > > > my latest compile of guile (checked out from CVS > > on Tuseday) segfaults when used with readline activated. > > Has anybody experienced this too? > > Top of the backtrace is below (any output will trigger > > segmentation violation). > > Dunno, but it seems related to the port code, and I have been toying > with those. I'll have a look over the bugs this weekend to see if > they're "mine". It seems like a line in vports.c was missing after the scm_new_port_table_entry change. I fixed it yesterday: 2002-08-15 Mikael Djurfeldt * vports.c (scm_make_soft_port): Initialize pt variable. Best regards, Mikael _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel