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_stack_trace_decoding #816

Closed
ghost opened this issue Jun 23, 2021 · 1 comment
Closed

Test failure: test_stack_trace_decoding #816

ghost opened this issue Jun 23, 2021 · 1 comment
Labels
bug This issue is a bug.

Comments

@ghost
Copy link

ghost commented Jun 23, 2021

Hello,

I am building an RPM for the shared library of aws-c-common on COPR. One test is failing.

        Start 235: test_stack_trace_decoding
234/380 Test #235: test_stack_trace_decoding ............................................***Failed    0.00 sec
/builddir/build/BUILD/aws-c-common-0.6.2/x86_64-redhat-linux-gnu/libaws-c-common.so.1(aws_backtrace+0x19) [0x7fddbc589e09]
/builddir/build/BUILD/aws-c-common-0.6.2/x86_64-redhat-linux-gnu/libaws-c-common.so.1(aws_backtrace_log+0x3e) [0x7fddbc58e06e]
/builddir/build/BUILD/aws-c-common-0.6.2/x86_64-redhat-linux-gnu/tests/aws-c-common-tests(+0x87f6b) [0x559d8e782f6b]
/builddir/build/BUILD/aws-c-common-0.6.2/x86_64-redhat-linux-gnu/tests/aws-c-common-tests(+0x854c2) [0x559d8e7804c2]
/builddir/build/BUILD/aws-c-common-0.6.2/x86_64-redhat-linux-gnu/tests/aws-c-common-tests(+0x13b93) [0x559d8e70eb93]
/lib64/libc.so.6(__libc_start_main+0xd5) [0x7fddbc398b75]
/builddir/build/BUILD/aws-c-common-0.6.2/x86_64-redhat-linux-gnu/tests/aws-c-common-tests(_start+0x2e) [0x559d8e70ed9e]
***FAILURE*** Expected non-null but got null: 
***FAILURE*** strstr((const char *)buffer->buffer, func) [s_test_stack_trace_decoding():/builddir/build/BUILD/aws-c-common-0.6.2/tests/system_info_tests.c@#67]
***FAILURE*** test_stack_trace_decoding [ �[31mFAILED�[0m ] [s_aws_run_test_case():/builddir/build/BUILD/aws-c-common-0.6.2/include/aws/testing/aws_test_harness.h@#454]

The complete build log is currently available on COPR, but will vanish at some point in the future.

This test failed in the past in #356 and #456. Both issues have been fixed. In the latter one LTO was enabled, just as in this build.

I can provide more details, if needed.

@jmklix
Copy link
Member

jmklix commented Feb 12, 2024

Please make sure that you are using the latest version of all of repo's. If you still run into any tests failing please open a new issue

@jmklix jmklix closed this as completed Feb 12, 2024
@jmklix jmklix added the bug This issue is a bug. label Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug.
Projects
None yet
Development

No branches or pull requests

2 participants
@jmklix and others