http://www.perlmonks.org?node_id=819689


in reply to SQLite segmentation fault in DBI?

When you get a Segmentation Fault in something like SQLite that typically means that either you have a broken build or you discovered a bug. However, you having discovered a bug by accident is quite unlikely. So the first thing you should do is reinstall/update DBI and DBD::SQLite.

In my experience, SQLite is rock solid. It has it's drawbacks compared to other RDBMS, but stability is certainly not one of them.