Skip Menu |

This queue is for tickets about the DBD-SQLite CPAN distribution.

Report information
The Basics
Id: 62370
Status: resolved
Priority: 0/
Queue: DBD-SQLite

People
Owner: Nobody in particular
Requestors: ribasushi [...] leporine.io
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in:
  • 1.27
  • 1.29
  • 1.31
Fixed in: (no value)



Subject: Segaults during operations on disconnected handles
Starting with version DBD::SQLite reliably segfaults on the following: my $dbh = DBI->connect('dbi:SQLite::memory:'); $dbh->disconnect; $dbh->rollback;
On Fri Oct 22 06:27:39 2010, RIBASUSHI wrote: Show quoted text
> Starting with version DBD::SQLite reliably segfaults on the following: > > my $dbh = DBI->connect('dbi:SQLite::memory:'); > $dbh->disconnect; > $dbh->rollback;
Sorry didn't fill in the version properly - hell breaks loose from 1.27 onward.
DBD::SQLite 1.32_01 is out and should fix this issue. Thanks. On 2010-10-22 Fri 06:29:17, RIBASUSHI wrote: Show quoted text
> On Fri Oct 22 06:27:39 2010, RIBASUSHI wrote:
> > Starting with version DBD::SQLite reliably segfaults on the
following: Show quoted text
> > > > my $dbh = DBI->connect('dbi:SQLite::memory:'); > > $dbh->disconnect; > > $dbh->rollback;
> > > Sorry didn't fill in the version properly - hell breaks loose from
1.27 Show quoted text
> onward.