On 09.05.2021 23:12, Jason Pyeron wrote:
(resending, accidentally sent direct to Marco)
-----Original Message-----
From: Marco Atzeri
Sent: Sunday, May 9, 2021 4:05 PM

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)

Testing is on my list - hence the CI build infra...

That being said - I cannot reproduce your core dumps for 1.4.1, I can for 2.1.2


I tested only 2.1.2

Reply via email to