more on MT debugging

[email protected] (Don Cohen) Wed, 13 Feb 2019 23:50:03 +0000 (UTC)
Newsgroups gmane.lisp.clisp.devel
Message-ID <[email protected]>
I just followed the procedure described in the message sent to this 
list on 2018-09-20 with one addition:
before the defun causing the segfault I trace every function in the
hash table section of the hyperspec.
(MAKE-HASH-TABLE HASH-TABLE-P HASH-TABLE-COUNT HASH-TABLE-REHASH-SIZE
 HASH-TABLE-REHASH-THRESHOLD HASH-TABLE-SIZE HASH-TABLE-TEST GETHASH REMHASH
 MAPHASH CLRHASH SXHASH WITH-HASH-TABLE-ITERATOR)

None of these appear to be called when I do the defun and get the segfault.

Does that show that this problem is unrelated to hashing or is there still
some way hashing could be involved?


_______________________________________________
clisp-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-devel