http://qs1969.pair.com?node_id=1081323


in reply to Re: Unexpected and uncatchable database corruption errors using DBD::SQLite & Parallel::ForkManager
in thread Unexpected and uncatchable database corruption errors using DBD::SQLite & Parallel::ForkManager

That does the trick. Giving each forked process its own database handle makes all of the corruption errors go away.

Thanks!