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

2024-11-30 Thread Eli Zaretskii
Follow-up Comment #2, bug #66499 (group make): > Unfortunately I know of no way to determine how large a pipe a system > supports short of filling one up. What about fcntl with F_GETPIPE_SZ? ___ Reply to this item at:

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

2024-11-30 Thread Paul D. Smith
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. Unfortunate

[bug #66500] Caching of timestamps prevents proper builds

2024-11-30 Thread Grzegorz Jabłoński
Additional Item Attachment, bug #66500 (group make): File name: makefile Size: 74B AGPL NOTICE These attachments are served by Savane. You can download the corresponding source code of Savane at https://sa

[bug #66500] Caching of timestamps prevents proper builds

2024-11-30 Thread Grzegorz Jabłoński
URL: Summary: Caching of timestamps prevents proper builds Group: make Submitter: gwj Submitted: Sat 30 Nov 2024 03:15:29 PM UTC Severity: 3 - Normal Item Group:

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

2024-11-30 Thread Heiko Eißfeldt
URL: Summary: Parameter for option -j seems not to be validated and can cause hangs Group: make Submitter: hexcoder Submitted: Sat 30 Nov 2024 11:06:09 AM UTC Severity: 3 - No