Hi Andrea, I can confirm that the issue with lambdas is fixed. I have attached three bug fixes: - Copy the suffixes before building the heap-based list in openp. I know this is not the solution I proposed in the bug report, but I couldn't adapt the code without increasing its complexity way too much for my liking. If you think this is not an appropriate solution I will come up with another one. - Fix a simple bug caused by using cl-destructuring-bind incorrectly. - Use a C array to keep the list of native compilation units. This one fixes the crashes when closing Emacs. Ideally I would figure out why iterating over a weak hash-table does not skip elements that were already GC'd, but I could not do it. I feel fixing this bug is very important, so I used a C array to keep the list of native compilation units. Thanks, Nico. El lun., 8 jun. 2020 a las 18:30, Andrea Corallo () escribió: > > Hi, > > with "4784bcc * Fix load logic for the reloading CU case (bug#41754)" > this issue should be fixed. > > Reverting on my local branch "e38678b268 * Reduce the number of..." I > did boot-strapped it with and without --enable-checking. > > Please have a run to confirm when you can. > > Thanks > > Andrea > > -- > akrl@sdf.org