Ferada / cl-cffi-gtk

#cl-cffi-gtk on Freenode. A Lisp binding to GTK+3. SBCL/CCL/ABCL (ECL/CLISP unstable)
http://www.crategus.com/books/cl-cffi-gtk
41 stars 8 forks source link

compile-bundle-op hangs the program after ~10 minutes #44

Open Ambrevar opened 4 years ago

Ambrevar commented 4 years ago

When running Next from the Guix build, it hangs after 10 minutes (in my experience, it varies from 250s to 600s).

Turns out that if I use the cl-cffi-gtk (source) dependency instead of the sbcl-cl-cffi-gtk dependency, I fix the hang. In Guix, sbcl-cl-cffi-gtk is a pre-build done using ASDF's compile-bundle-op. So it may be that this build operation breaks cl-cffi-gtk somehow.

I haven't tested without a cl-webkit webview, so it's also possible that cl-webkit interferes here. Not that I can build Next with sbcl-cl-webkit and it works fine.

See https://github.com/atlas-engineer/next/issues/680 for a discussion.