Internal errors should never occur unless the
avram
source code has been carelessly modified, except as noted
in Bugs. There are two kinds.
: virtual machine internal error (code
nn)
:
nn unreclaimed
struct-namesavram
maintains a count of the number of units allocated
for various data structures, and checks that they are all reclaimed
eventually as a safeguard against memory leaks. This message indicates
that some memory remains unaccounted for.
If a repeatable internal error is discovered, please email a bug
report and a small representative test case to the author at
avram-support@basis.uklinux.net. Include the version number of avram
,
which you can get by running avram --version.