On Tue, 2024-01-16 at 06:59 +0000, MIAOW Miao wrote:
> (gdb) bt
> #0  recursively_expand_for_file (v=v@entry=0xad5740,
> file=file@entry=0x0) at src/expand.c:119
> ...
> #20 0x000000000041acec in main (argc=<optimized out>, argv=<optimized
> out>, envp=<optimized out>) at src/main.c:2918

This is not as helpful because you've elided the entire stack trace. 
We can infer it from Henrik's stack trace but he is working with
modified code so getting it from a vanilla copy would be better.

>From Henrik's investigation and the fact that I cannot reproduce it,
I'm pretty sure it's related to your environment; almost certainly to
the environment variables in your environment when you invoke make.

Dmitry says he can't reproduce it in the latest code from Git, but
since I can't repro it with either 4.4 or 4.4.1 I'm not sure that's
determinative.  If Dmitry CAN repro it reliably with vanilla 4.4 or
4.4.1 but not with the latest code then we can say it's been resolved.

Reply via email to