-
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
Segfault in std::string::empty() / ledger::account_t::fullname (BZ#977) #977
Comments
Comment author: Martin Michlmayr (@tbm) Segfault related to ledger.session.close_journal_files() and running a function after calling this function. However, the segfault doesn't happen with any input file. The input below will trigger the segfault. Python file: import ledger journal = ledger.read_journal("d") Input file "d": 2012-01-04 * foo foo foo foo foo foo foo foo foo foo foo foo foo foo 2012-01-04 * bar bar bar bar bar bar bar bar bar bar bar bar bar bar Program received signal SIGSEGV, Segmentation fault. |
Note: the issue was created automatically with bugzilla2github
Bugzilla bug ID: BZ#977
From: Martin Michlmayr (@tbm)
The text was updated successfully, but these errors were encountered: