From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Marco Maggi" Newsgroups: gmane.lisp.guile.bugs Subject: core dump closing output port interactively Date: Sun, 15 Oct 2006 19:46:29 +0200 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1160934421 4821 80.91.229.2 (15 Oct 2006 17:47:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 15 Oct 2006 17:47:01 +0000 (UTC) Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sun Oct 15 19:46:59 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 1GZA4N-00089J-T6 for guile-bugs@m.gmane.org; Sun, 15 Oct 2006 19:46:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GZA4M-00014H-ST for guile-bugs@m.gmane.org; Sun, 15 Oct 2006 13:46:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GZA4G-0000yO-Gd for bug-guile@gnu.org; Sun, 15 Oct 2006 13:46:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GZA4E-0000ry-Of for bug-guile@gnu.org; Sun, 15 Oct 2006 13:46:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GZA4E-0000rZ-GE for bug-guile@gnu.org; Sun, 15 Oct 2006 13:46:30 -0400 Original-Received: from [62.241.4.129] (helo=relay-pt3.poste.it) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GZADA-0005gP-Pp for bug-guile@gnu.org; Sun, 15 Oct 2006 13:55:44 -0400 Original-Received: from poste.it (192.168.144.52) by relay-pt3.poste.it (7.2.063) (authenticated as marco.maggi-ipsu@poste.it) id 4519494F000AA3EB for bug-guile@gnu.org; Sun, 15 Oct 2006 19:46:29 +0200 X-Sensitivity: 3 Original-To: "bug-guile" X-XaM3-API-Version: 4.1 (B107) X-SenderIP: 62.10.49.194 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:3370 Archived-At: With Guile 1.8.1 but works with .0 too: $ guile > (close (current-error-port)) #t > (close (current-input-port)) #t -> segmentation fault The stack trace shows a lot of recursive calls to scm_gc_mark and scm_gc_mark_dependencies with the fault happening at line 303 of gc-mark.c. $ guile > (close (current-error-port)) #t > (close (current-output-port)) -> segmentation fault The same stack trace. _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://lists.gnu.org/mailman/listinfo/bug-guile