You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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.
The text was updated successfully, but these errors were encountered:
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:
Expected behavior
All tests should pass.
Screenshots
Out of 55 tests, 2 tests fail:
Environment
Additional context
The text was updated successfully, but these errors were encountered: