bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

core dump closing output port interactively


From: Marco Maggi
Subject: core dump closing output port interactively
Date: Sun, 15 Oct 2006 19:46:29 +0200

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.







reply via email to

[Prev in Thread] Current Thread [Next in Thread]