[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Abort caused by unknown type in GC
From: |
Neil Jerram |
Subject: |
Abort caused by unknown type in GC |
Date: |
19 Aug 2001 17:43:16 +0100 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 |
This is with current unstable CVS Guile...
address@hidden ~]$ guile -q
guile> (set! %load-path (cons "/home/neil/Guile" %load-path))
guile> (gc)
guile> (use-modules (lang elisp))
guile> (gc)
Error in scm_gc_sweep during GC: unknown type
Aborted
address@hidden ~]$
I've attached the (lang elisp) module that (presumably) causes this
below.
Neil
elisp.scm
Description: (lang elisp) module
- Abort caused by unknown type in GC,
Neil Jerram <=