Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
| Bennett Helm wrote:
| > With most recent 1.5svn, I get a crash on saving an existing
| > document. (It doesn't occur when saving a new document or saving-as a
| > new document, but it does occur when saving-as and overwriting an
| > existing document.)
|
| I had a similar crash with 1.4.3svn today. It turned out that the reason was
a
| non-existing backup directory, which I had in Preferences->Paths. Seems that
| boost::filesystem asserts when it has to copy a file to a non-existing
| directory. Backtrace is below.
Note that this is not exception, but an assertion.
So in 1.5 this is quite easy to fix (since there it will be an
exception), but on 1.4 we probably have to add a check for the
directory before running copy_file.
--
Lgb