-
Notifications
You must be signed in to change notification settings - Fork 513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: std::bad_cast when running reg or reg income on doc/sample.dat #10
Comments
I'm unable to reproduce this here. Can you roll back to HEAD^ or HEAD^^ and see if it still happens for you? |
Yes, I was able to reproduce the error with HEAD^ and HEAD^^. I resolved the error by using a different variant of the boost MacPort. With See file 'Resolved: Ledger next-0-g3f00f83 issue' in http://gist.github.com/228620 for details |
This is a problem with mixing and matching code that uses _GLIBCXX_DEBUG with code that doesn't. It's happening in the std::locale() code, actually, because of a failed assertion. |
Hi,
when adding an account name to reg or bal commands, e.g.
ledger reg income
ledger version jwiegley/ledger@3f00f8362c2fdfae1dbb6517bc29c75e308bc4f0 quits with:
Error: std::bad_cast
See http://gist.github.com/228620 for sample session using doc/sample.dat
The text was updated successfully, but these errors were encountered: