fukamachi / qlot

A project-local library installer for Common Lisp
https://qlot.tech
MIT License
469 stars 40 forks source link

Disable parallel processing on windows to fix #289 #291

Closed djha-skin closed 1 month ago

djha-skin commented 1 month ago

When parallel processing is enabled on Windows, reading the tarball to obtain an md5 hash when writing out the releases.txt file in the file src/utils/distify.lisp seems to segfault. Disabling processing on Windows solves the problem. Related to #289 .

Thanks!

fukamachi commented 1 month ago

Thanks!