On Feb 19, 2010, at 3:52 AM, Alexis wrote: > I must be doing something wrong because running the following > command using the latest ledger master 5471370 results in an error: > % ledger -f projects.dat reg > While parsing file "projects.dat", line 3: > Error: basic_string::_S_construct NULL not valid
My friend, you have either found a bug, or your Boost was built with debugging enable, and your Ledger wasn't (or vica-versa). That is the most common cause of that particular assertion. John
