bug-make
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]