Closed Apteryks closed 2 years ago
Is this with the latest version of test_rel.py
? We had noticed a segfault with color_ccs
for RLE encoded images, and as we could not quickly find the cuase, we simply decided to comment out this unit test. RLE images are defined, but nowhere used in Gamera, and finding the error might not be worth the trouble.
Can you verify that calling color_ccs` on a onebit image that has been defined with runlenght encoding segfaults?
As I cannot reproduce the error on my computers, I have tried a fix based on speculations. Can you please pull the latest version from git, recompile Gamera and check whether the issue is now solved?
As checked by someone else, the segfault no longer occurs when running the unit tests. I will thus close this issue. Thanks for reporting it.
Hello,
When running the test suite, I get:
This seems to occur on every run.
Any ideas what could be causing it?
The direct input versions are:
dependencies: libpng@1.6.37 libtiff@4.3.0 python-pytest@6.2.5 zlib@1.2.11