Occasionally hangs on Cleaning... X files.
#10645
Unanswered
kraftwerk28
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I don't know why it would hang, but interrupting Meson while it is reconfiguring would definitely be expected to break the builddir, because the entire point of reconfiguring is to delete a stale build system and recreate it. Does this also happen when you run |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When running
meson compile -C <builddir>
, it will hang on this line until SIGINT interruption. Happens across multiple meson projects. Here's the example log. Also, after interruption, the<builddir>
becomes broken and furthermeson compile ...
commands would output something like:until
meson setup <builddir> --reconfigure
is executed.Beta Was this translation helpful? Give feedback.
All reactions