Antonio Toral
Antonio Toral
after applying that patch make fails. I've slightly modified it and now it compiles. This is the patch: --- a/keywords +++ b/keywords @@ -20,6 +20,7 @@ el_minor, el_comment, el_text, +...
another possibility to solve this is to integrate the modification into xml2sql instead of postprocessing its output. The patch can be found here: http://meta.wikimedia.org/wiki/Xml2sql#patch_for_recent_versions_of_mw_.28.3E.3D1.10.29
I got the same error compiling Marian (v 1.12.0) with GCC 12.2, using Boost/1.81.0-GCC-12.2.0, CMake/3.24.3-GCCcore-12.2.0, CUDA/12.1.1: Software/git/marian_1_12_0/src/common/intrusive_ptr.h:24:23: error: pointer used after ‘void operator delete(void*, std::size_t)’ [-Werror=use-after-free] 24 | if(x !=...