On Apr 26, 2007, at 12:31 PM, Christian Jaeger wrote:
Seems keyword handling somehow interrelates (actually I was suspecting that consing in the print parameters may be the reason, but these example show that it's not consing per se):
(print c (list c 1 3)) does not segfault (print (list c 1 3)) segfaults
Could just be by coincidence, of course.
There is (was?) a garbage-collection bug related to processing of keyword arguments.
Brad