bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #66499] Parameter for option -j seems not to be validated and can c


From: Paul D. Smith
Subject: [bug #66499] Parameter for option -j seems not to be validated and can cause hangs
Date: Sat, 30 Nov 2024 15:51:44 -0500 (EST)

Follow-up Comment #1, bug #66499 (group make):

The problem is that we are trying to write that many tokens into the jobserver
pipe, and it's hanging because there is nothing reading from the pipe.

The number of jobs that can be managed depends on how large a pipe the system
supports.  Unfortunately I know of no way to determine how large a pipe a
system supports short of filling one up.

I expect to fix this we'll need to write nonblocking until we get back an
error.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?66499>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]