Hi Adlair, On Fri, Sep 15, 2023 at 11:40:30AM -0600, Adlair Cerecedo Mendez <adlair.cerec...@ugd.gob.mx> wrote: > I also ran: [make CppunitTest_vcl_pdfexport CPPUNITTRACE="gdb --args"] and > [make CppunitTest_vcl_pdfexport VALGRIND=memcheck], but the results are not > clear to me. When I run [make CppunitTest_vcl_pdfexport DEBUGCPPUNIT=TRUE], > The console freezes for hours and I need to kill the test.
Given that > double free or corruption (out) is reported, it may be a good idea to check if you can reproduce the problem locally. If not, then running the test through valgrind and/or sanitizers is also a good idea. What output did you get from valgrind? Does it claim 0 memory errors? Regards, Miklos