Project

General

Profile

Bug #2378

Updated by Junxiao Shi over 9 years ago

Multiple ndn-cxx apps are throwing `locale::facet::_S_create_c_locale name not valid` error on `ubuntu-14.04-x86-minimal` OpenVZ container. a minimal Ubuntu 14.04 32-bit box. 

 ``` 
 ndn@vps9:~$ nfd-status 
 terminate called after throwing an instance of 'std::runtime_error' 
   what():    locale::facet::_S_create_c_locale name not valid 
 Aborted 
 ndn@vps9:~$ nfdc 
 terminate called after throwing an instance of 'std::runtime_error' 
   what():    locale::facet::_S_create_c_locale name not valid 
 Aborted 
 ```

Back