You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 26, 2021. It is now read-only.
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.
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 thesbcl-cl-cffi-gtk
dependency, I fix the hang.In Guix,
sbcl-cl-cffi-gtk
is a pre-build done using ASDF'scompile-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
atlas-engineer/nyxt#680 for a discussion.
The text was updated successfully, but these errors were encountered: