[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Segmentation Fault on Exported Resursively Expanded Variable
From: |
Dmitry Goncharov |
Subject: |
Re: Segmentation Fault on Exported Resursively Expanded Variable |
Date: |
Tue, 16 Jan 2024 17:48:53 -0500 |
On Mon, Jan 15, 2024 at 9:02 AM MIAOW Miao <guoyr_2013@hotmail.com> wrote:
> Here is a Makefile that can reproduce the segmentation fault:
>
> THIS_LONG_VARIABLE_NAME_PREDUCE_THE_ERROR= $(shell echo hello)
> export THIS_LONG_VARIABLE_NAME_PREDUCE_THE_ERROR
>
> all: ; echo "abc"
Thank you for your report.
A added a fix here https://savannah.gnu.org/bugs/index.php?65172.
regards, Dmitry
- Segmentation Fault on Exported Resursively Expanded Variable, MIAOW Miao, 2024/01/15
- Re: Segmentation Fault on Exported Resursively Expanded Variable, Paul Smith, 2024/01/15
- Re: Segmentation Fault on Exported Resursively Expanded Variable, Henrik Carlqvist, 2024/01/15
- Re: Re: Segmentation Fault on Exported Resursively Expanded Variable, MIAOW Miao, 2024/01/16
- Re: Re: Segmentation Fault on Exported Resursively Expanded Variable, Paul Smith, 2024/01/16
- Re: Segmentation Fault on Exported Resursively Expanded Variable, Henrik Carlqvist, 2024/01/16
- Re: Segmentation Fault on Exported Resursively Expanded Variable, Eli Zaretskii, 2024/01/16
- Re: Segmentation Fault on Exported Resursively Expanded Variable, Henrik Carlqvist, 2024/01/17
- Re: Segmentation Fault on Exported Resursively Expanded Variable, Edward Welbourne, 2024/01/17
Re: Segmentation Fault on Exported Resursively Expanded Variable, Dmitry Goncharov, 2024/01/15
Re: Segmentation Fault on Exported Resursively Expanded Variable,
Dmitry Goncharov <=