> It is likely that I have a consistency error in the database:
> something along these lines, but not very clearly, was reported when I
> tried to do a zone transfer from Plan 9 to NetBSD; I have not been
> able to track the cause down.

yes, there clearly is junk in the in-memory database.  that line is

                assert(rp->magic == RRmagic && rp->cached);

i would recommend using acid to see which one of these is false.
dumping the whole rp would make sense.

- erik

Reply via email to