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

Tests fail with SEGFAULT in debug mode on Commit d6f6fa7 #59

Open
lbenporat-cloudinary opened this issue Nov 24, 2024 · 0 comments
Open

Comments

@lbenporat-cloudinary
Copy link

Describe the bug
When building the library based on commit d6f6fa7, I encountered two test failures while running ci.sh in debug mode. The tests fail with segmentation faults (SEGFAULT).

To Reproduce
Steps to reproduce the behavior:

  1. Checkout the commit d6f6fa7
  2. Run:
./ci.sh debug

Expected behavior
All tests should pass.

Screenshots
Out of 55 tests, 2 tests fail:

96% tests passed, 2 tests failed out of 55

Total Test time (real) =   6.37 sec

The following tests did not run:
	 54 - GaussBlurTest.SlowTestDirac1D (Disabled)

The following tests FAILED:
	  3 - ButteraugliInPlaceTest.LargeImage (SEGFAULT)
	 17 - JpegliTest.JpegliHDRRoundtripTest (SEGFAULT)

Environment

  • OS: Ubuntu 20.04
  • Compiler version: clang 11

Additional context

  • The issue does not reproduce in release or opt modes.
  • I attempted to reproduce the issue on the main branch, but encountered build failures during the build stage.
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

1 participant