On 09.05.2021 21:54, Marco Atzeri wrote:
On 09.05.2021 20:22, Jason Pyeron wrote:
$ ./pdfgrep.exe --help terminate called after throwing an instance of 'std::runtime_error' what(): locale::facet::_S_create_c_locale name not valid Aborted (core dumped) Same for your binary
it seems the program does not like a locale different from C $ LC_ALL=C bin/pdfgrep.exe Usage: bin/pdfgrep [OPTION]... PATTERN FILE... See 'bin/pdfgrep --help' for more information $ LC_ALL="en_US.UTF-8" bin/pdfgrep.exe terminate called after throwing an instance of 'std::runtime_error' what(): locale::facet::_S_create_c_locale name not valid Aborted (core dumped)