On Monday, August 13, 2012 8:33:58 AM UTC-4, Anton Vodonosov wrote: > > Max, thanks for the binaries. > > When I run your ledger.exe from cygwin bash, it works. > > But when I run it from Windows command line directly, without starting > bash, it crashes: > > >C:\Users\anton\unpacked\ledger\ledger3-cygwin-201204\ledger.exe > > Exception during initialization: locale::facet::_S_create_c_locale name > not valid > 1 [main] ledger 7960 exception::handle: Exception: > STATUS_ACCESS_VIOLATION > 2433 [main] ledger 7960 open_stackdumpfile: Dumping stack trace to > ledger.exe.stackdump > > Can you advice how to workaround this issue with locales? > > Best regards, > - Anton >
Hi Anton- Do you have LANG or other locale related environment variables set? I had some issues with locale related crashes but stopped looking into it after I found that setting LANG = "" worked around them (my Windows environment doesn't have LANG set, I had to do this to get things working under Cygwin bash...). Max
