On Oct 29, 2019, at 2:56 PM, Dawson, Jeff G <jeff.daw...@hshs.org> wrote: > > SQLite version 3.7.14.1 2012-10-04 19:37:12
I infer that you’re migrating a legacy system. There are two good alternatives to your current method that should avoid the symptom entirely: 1. Build a current version of SQLite for the old AIX system and try the dump with that instead. It should read that old file just fine. 2. Copy the SQLite DB to the new system and work with it there. If you’re moving away from both AIX and SQLite, you can do the dump on the modern system with a current version of SQLite, which should work much better. If you’re sticking with SQLite on the new system, you don’t need the dump at all; just use the copied file on the new system. If it happens that either path also crashes, you’re far more likely to get a fix for it than for this greatly outdated version of SQLite. If you get another core dump with either alternative conversion path, please include the backtrace. _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users