On 2023/07/24 13:16:23 -0400, Chet Ramey wrote:
> On 7/24/23 11:58 AM, vc--- via Bug reports for the GNU Bourne Again SHell
> wrote:
>
> > Bash Version: 5.2
> > Patch Level: 15
> > Release Status: release
> >
> > Description:
> > Segmentation fault in 'for ((...))' loop
> >
> > Repeat-By:
>
On 7/24/23 6:33 PM, Sergei Trofimovich wrote:
As reported by Robert Scott in https://github.com/NixOS/nixpkgs/pull/245066
without the change `make -j8` build of `make` occasionally fails to
buildin parallel.
Thanks for the report. This was reported and fixed last week.
https://lists.gnu.org/a
On 7/25/23 5:31 AM, Dr. Werner Fink wrote:
Thanks for the report. This was fixed several months ago.
OK ... last official patch for 5.2 is still bash52-015 :)
https://lists.gnu.org/archive/html/help-bash/2023-07/msg00078.html
But the patch is simple enough to attach.
--
``The lyf so short,
On Tue, 25 Jul 2023 10:12:23 -0400
Chet Ramey wrote:
> On 7/24/23 6:33 PM, Sergei Trofimovich wrote:
> > As reported by Robert Scott in https://github.com/NixOS/nixpkgs/pull/245066
> > without the change `make -j8` build of `make` occasionally fails to
> > buildin parallel.
>
> Thanks for the
On 7/25/23 11:09 AM, Sergei Trofimovich wrote:
I now see that the change is in devel branch (less than an hour ago):
https://git.savannah.gnu.org/cgit/bash.git/commit/?h=devel&id=8418224f32f4dda85019cae063370c18bbd2d036
"changes for quoting special and multibyte characters in glob
On Mon, Jul 24, 2023 at 10:12 AM Chet Ramey wrote:
>
> On 7/20/23 7:52 PM, Grisha Levit wrote:
>
> > I wonder if you'd be interested in changes
> > to the function that would skip escaping ASCII characters that aren't
> > glob-special as well. I _think_ it would just be a slight variation
> > of