[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
HA: HA: Why `make` could hang
From: |
Bely Uladzimir |
Subject: |
HA: HA: Why `make` could hang |
Date: |
Fri, 1 Oct 2021 09:20:19 +0000 |
I meant, in general.
Yes, we now can kill this process but currently we prefer to keep
it running to debug what had happened.
But there is a chance that the same thing could happen again and we
currently have now way solution how to prevent it.
________________________________________
От: Paul Smith [psmith@gnu.org]
Отправлено: 1 октября 2021 г. 12:12
Кому: Bely Uladzimir; help-make@gnu.org
Тема: Re: HA: Why `make` could hang
On Fri, 2021-10-01 at 09:01 +0000, Bely Uladzimir wrote:
> Anyway, is there any chance to get a proper exit from `make`? So that
> build won't hang and just will finish with error?
Do you mean this particular instance of make, or do you mean in
general?
You can kill this particular instance of make and that will cause any
parent process to understand that it exited with an error.
There's no way I know of to stop this process other than by sending it
a SIGINT or similar.