|
From: | Paul Eggert |
Subject: | [bug-diffutils] bug#71529: bug#71529: Crash for large directory due to memory outage |
Date: | Thu, 13 Jun 2024 17:07:26 -0700 |
User-agent: | Mozilla Thunderbird |
Can you send a recipe for reproducing the problem? I didn't have any trouble running diff 3.10 on a Fedora 40 machine with only 8 GiB RAM, in directories with 100,000 files. The following shell commands succeeded quietly:
mkdir d e (cd d && touch $(seq 100000)) (cd e && touch $(seq 100000)) diff -r d e
[Prev in Thread] | Current Thread | [Next in Thread] |