From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: rm@fabula.de Newsgroups: gmane.lisp.guile.devel Subject: Segfaults when using readline ... Date: Thu, 15 Aug 2002 10:19:13 +0200 Sender: guile-devel-admin@gnu.org Message-ID: <20020815081913.GB8225@www> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1029398778 24430 127.0.0.1 (15 Aug 2002 08:06:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 15 Aug 2002 08:06:18 +0000 (UTC) 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 17fFe4-0006Lu-00 for ; Thu, 15 Aug 2002 10:06:16 +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 17fFf2-0001Ee-00; Thu, 15 Aug 2002 04:07:16 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17fFeZ-00013s-00 for guile-devel@gnu.org; Thu, 15 Aug 2002 04:06:47 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17fFeX-00013E-00 for guile-devel@gnu.org; Thu, 15 Aug 2002 04:06:46 -0400 Original-Received: from www.elogos.de ([212.18.192.92]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17fFeX-00012x-00 for guile-devel@gnu.org; Thu, 15 Aug 2002 04:06:45 -0400 Original-Received: by www.elogos.de (Postfix, from userid 5001) id 1E4EF1049BF; Thu, 15 Aug 2002 10:19:13 +0200 (CEST) Original-To: guile-devel@gnu.org Content-Disposition: inline User-Agent: Mutt/1.3.24i 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:1090 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1090 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). Ralf Mattes ralf@calvin:~$ gdb -q guile (gdb) r Starting program: /usr/local/bin/guile # guile> (version)guile> (version)^M Program received signal SIGSEGV, Segmentation fault. 0x4007c049 in sf_fill_input (port=0x40245620) at vports.c:121 121 *pt->read_buf = SCM_CHAR (ans); (gdb) bt #0 0x4007c049 in sf_fill_input (port=0x40245620) at vports.c:121 #1 0x40065f14 in scm_fill_input (port=0x40245620) at ports.c:892 #2 0x40065f7a in scm_getc (port=0x40245620) at ports.c:912 #3 0x4006c829 in scm_flush_ws (port=0x40245620, eoferr=0x0) at read.c:188 #4 0x4006c761 in scm_read (port=0x2574) at read.c:155 #5 0x40044703 in scm_deval (x=0x40289688, env=0x40289690) at eval.c:3174 #6 0x4004519d in scm_dapply (proc=0x4028a190, arg1=0x2974, args=0x40289690) at eval.c:3678 #7 0x4003f984 in scm_apply (proc=0x4028a190, arg1=0x2974, args=0x2974) at eval.c:3475 #8 0x4003f69c in scm_call_0 (proc=0x4028a190) at eval.c:3329 #9 0x4003516f in scm_dynamic_wind (in_guard=0x4028a1d0, thunk=0x4028a190, out_guard=0x4028a148) at dynwind.c:128 #10 0x40044703 in scm_deval (x=0x40293568, env=0x4028a228) at eval.c:3174 #11 0x40041f6e in scm_deval (x=0x4028a2e0, env=0x4028a328) at eval.c:2253 #12 0x400436dd in scm_deval (x=0x40250600, env=0x4028a390) at eval.c:2882 #13 0x4004519d in scm_dapply (proc=0x4028a438, arg1=0x2974, args=0x4028a390) at eval.c:3678 #14 0x40042e82 in scm_deval (x=0x4028a438, env=0x4028a3c8) at eval.c:2637 #15 0x400436dd in scm_deval (x=0x4028a528, env=0x4028a580) at eval.c:2882 #16 0x40045115 in scm_dapply (proc=0x4028a5a8, arg1=0x2974, args=0x4028a580) at eval.c:3675 #17 0x4003f984 in scm_apply (proc=0x4028a5a8, arg1=0x2974, args=0x2974) ... _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel