Hi, Aidan
With --error-checking=structures in r7130, I'm getting this crash in
symbol-tests:
Fatal error: assertion failed, file /Users/steve/src/XEmacs/21.5/local/src/elhash.c, line 1892, NILP (reloc) || (EQ (Vequal_hash_table_test, ht->test) && !memcmp (XSTRING_DATA (reloc), str, len))
make[1]: *** [check] Abort trap: 6
make: *** [check] Error 2
I've verified that r7128 does not crash and r7129 does, and the part
of the test that's failing is
EQ (Vequal_hash_table_test, ht->test)
Any ideas? If not, any other information I can give you that helps?
Steve