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

Test Failure - test-rules: Assertion failed: status == SIGALRM (tests/test-rules.c: test_process_scan: 3524) #2045

Open
orbea opened this issue Feb 25, 2024 · 1 comment
Labels

Comments

@orbea
Copy link
Contributor

orbea commented Feb 25, 2024

Describe the bug

The test-rules test fails.

test-rules.log:

--- PASS 1 ---
Assertion failed: status == SIGALRM (tests/test-rules.c: test_process_scan: 3524)
Aborted 
FAIL test-rules (exit status: 134)
test-rules.log lines 1-4/4 (END)

Which points to this line.

assert(status == SIGALRM);

To Reproduce

make check

Expected behavior

Tests should pass.

Please complete the following information:

Additional context

Occurs on both my glibc and musl systems and with --without-crypto.

test-rules.trs:

:test-result: FAIL
:global-test-result: FAIL
:recheck: yes
:copy-in-global-log: yes
@ant1
Copy link
Contributor

ant1 commented Feb 29, 2024

On FreeBSD I have similar test failures, this is with version 4.5.0:

Assertion failed: (status == SIGALRM), function test_process_scan, file tests/test-rules.c, line 3551.

And after commenting it out:

Assertion failed: (status == SIGALRM), function test_process_scan, file tests/test-rules.c, line 3572.

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

No branches or pull requests

2 participants