pdfgrep [ITA]

Marco Atzeri marco.atzeri@gmail.com
Sun May 9 20:05:19 GMT 2021


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)


More information about the Cygwin-apps mailing list