This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: rogue pointer error


Aleksandar Bakic <bakicale@cps.msu.edu> writes:

> What does this mean?
> 
> ERROR: In procedure heap:
> ERROR: rogue pointer in 
> ABORT: (misc-error)

:)

It should be "rogue pointer in heap", but has been shifted around due
to misuse of the arguments of the error reporting routine.

It means that there is a pointer in the heap which points out of the
heap.  This is usually due a bug in user C code which introduces a
non-scheme value in th car or the cdr of a lisp cell, but it could of
course be a Guile bug, so please keep us informed.

/mdj