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: Mon, 15 Jan 2024 21:11:21 -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"
>
> Commands log:
>
> user@fedora:~$ make
> echo "abc"
> Segmentation fault (core dumped)


Does not reproduce for me with make from master.

regards, Dmitry



reply via email to

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