[bug #63260] Avoid infinite recursion.

2022-10-25 Thread Dmitry Goncharov
Follow-up Comment #5, bug #63260 (project make): Thanks, Paul. This indeed fixes the infinite recursion on reiserfs. ___ Reply to this item at: ___ Mess

[bug #63260] Avoid infinite recursion.

2022-10-23 Thread Dmitry Goncharov
Follow-up Comment #1, bug #63260 (project make): The current make enters infinite recursion on a filesystem that does not support O_TMPFILE. $ cat makefile all:; $(info hello, world) $ # current make from master $ ~/src/gmake/make/m64/make -Orecurse Segmentation fault (core dumped) Th

[bug #63260] Avoid infinite recursion.

2022-10-23 Thread Paul D. Smith
Update of bug #63260 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

[bug #63260] Avoid infinite recursion.

2022-10-23 Thread Dmitry Goncharov
Additional Item Attachment, bug #63260 (project make): File name: sv63260.fixSize:2 KB ___ Reply to this item at:

[bug #63260] Avoid infinite recursion.

2022-10-23 Thread Dmitry Goncharov
URL: Summary: Avoid infinite recursion. Project: make Submitter: dgoncharov Submitted: Sun 23 Oct 2022 03:10:12 PM UTC Severity: 3 - Normal Item Group: Bug

[bug #63260] Avoid infinite recursion.

2022-10-23 Thread Dmitry Goncharov
Follow-up Comment #3, bug #63260 (project make): The same effect can be seen on a filesystem which supports O_TMPFILE, if TMPDIR is set to a non existing directory. ___ Reply to this item at:

[bug #63260] Avoid infinite recursion.

2022-10-23 Thread Dmitry Goncharov
Follow-up Comment #2, bug #63260 (project make): I am not adding a test. Existing tests in features/output-sync fail. ___ Reply to this item at: ___ Mes