Subject: | t/06error.t fails using SQLite 3.5.4 |
Test t/06error.t only runs the first of its two tests under Perl 5.10.0
under Mac OS X 10.3.9, when linked against SQLite 3.5.4. Test t/07busy.t
also only runs the first four of its 8 tests.
I have not looked into t/07busy.t, but t/06error.t, when run
stand-alone, exits with a bus error (which I take to be actually more
like "address out of bounds" or "segment violation") when attempting to
execute the '$db->do (...)' inside the eval just before the second 'ok'.
When linked against the bundled 3.4.2, there are no test errors in the
same configuration, so I presume that it's SQLite 3.5 that's the
problem. The SQLite web sute says that the API has been fiddled with for
3.5, but I have not attempted to come up with a patch.
Thank you for your time, attention, and trouble, and please let me know
if I can provide any additional information. The "Normal" criticality
means something like "I can work with the bundled SQLite just fine,
thinks, so don't declare an all-out emergency for this."
Tom Wyant