* core dump closing output port interactively
@ 2006-10-15 17:46 Marco Maggi
0 siblings, 0 replies; only message in thread
From: Marco Maggi @ 2006-10-15 17:46 UTC (permalink / raw)
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-10-15 17:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-15 17:46 core dump closing output port interactively Marco Maggi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).