Open a3emdot opened 2 weeks ago
@axxel I would like to ask if you can confirm the crash, because using the C++-API I do have a different one, but i think the second one is currently masked by the one I reported if the test tool is used.
Thanks for bringing this back to my attention... I can reproduce the issue but it does not make much sense. A bit of googling revealed this exact match: https://github.com/google/sanitizers/issues/650.
I see.
For completeness I have added a log from a test run of my zint, zxing-cpp integration demo project, https://github.com/a3emdot/zintzxingcppdemo/commits/main
The log shows the other crash I wanted to sort out, without the Red Black Tree entry points from std::map in it, as seen from the first crash reported ;-) LastTest.log
Hi there,
I can reproduce a crash with the attached bash script and upca.png file. For attachment purposes the two files were put into a .tar.gz archive.
The crash happens on a recently updated Fedora 41 installation. To be able to use clang with the memory sanitizer I see the following installed packages.
Simply make a new directory, and copy the bash script and png file into it. Then execute the shell script from within this new directory.
Kind regards Andre
reproducer.tar.gz reproducer.log