Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SIGSTKSZ changed to be a syscall #52

Closed
ilyas675 opened this issue Dec 9, 2022 · 1 comment
Closed

SIGSTKSZ changed to be a syscall #52

ilyas675 opened this issue Dec 9, 2022 · 1 comment

Comments

@ilyas675
Copy link

ilyas675 commented Dec 9, 2022

In file included from /usr/include/signal.h:328,
                 from /home/ilyas/projects/ctbignum/test/thirdparty/catch/catch.hpp:6456,
                 from /home/ilyas/projects/ctbignum/test/src/tests_main.cpp:13:
/home/ilyas/projects/ctbignum/test/thirdparty/catch/catch.hpp:6631:45: error: size of array ‘altStackMem’ is not an integral constant-expression
 6631 |     char FatalConditionHandler::altStackMem[SIGSTKSZ] = {};

Problem is similar to r-lib/testthat#1373.

gcc version 12.2.1

$ uname -a
Linux fedora 6.0.9-300.fc37.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Nov 16 17:36:22 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
$ ldd --version
ldd (GNU libc) 2.36
@niekbouman
Copy link
Owner

Apologies for the late response, only noted your issue recently.

fixed in v0.7 by updating Catch2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants