[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: c-stack test fails on SPARC
From: |
Bruno Haible |
Subject: |
Re: c-stack test fails on SPARC |
Date: |
Wed, 03 Feb 2021 04:23:53 +0100 |
User-agent: |
KMail/5.1.3 (Linux/4.4.0-197-generic; KDE/5.18.0; x86_64; ; ) |
Hi,
> "FAIL: test-c-stack.sh
> =====================
>
> ./test-c-stack.sh: line 7: 3238828 Segmentation fault (core dumped)
> ${CHECKER} ./test-c-stack${EXEEXT} 2> t-c-stack.tmp
> FAIL test-c-stack.sh (exit status: 1)
>
> I didn’t get much particularly useful out of gdb yet:
What's the result of
grep LIBCSTACK config.status
? I.e. is GNU libsigsegv in use? And if yes, which version?
Also, it would be helpful to know
- the version of Linux (from 'uname srm'),
- the libc version,
- whether the 'test-c-stack' is a 32-bit or 64-bit executable.
Bruno