On Mon, Jan 15, 2024 at 9:02 AM MIAOW Miao <guoyr_2...@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