[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Segmentation fault in build-aux/missing
From: |
Bruno Haible |
Subject: |
Re: Segmentation fault in build-aux/missing |
Date: |
Fri, 26 Mar 2021 14:11:21 +0100 |
User-agent: |
KMail/5.1.3 (Linux/4.4.0-203-generic; KDE/5.18.0; x86_64; ; ) |
Hello Raul,
Raul Infante-Sainz wrote:
> /path-to-gnuastro/bootstrapped/build-aux/missing: line 81: 19375
> Segmentation fault: 11 "$@"
It would be good to know which program dumped core. To this effect,
I would suggest that you
1) Add a line, before line 81,
echo "Running $@"
that will print the command being executed,
2) Try to run this command standalone, without the 'missing' script.
Does it dump core (*) as well?
Bruno
(*) When I say "dump core" I mean crash. macOS 11 does not produce
core dumps any more.