Re: destruction ordering in DBI

[email protected] (Tim Bunce) Thu, 4 Nov 2004 13:51:12 +0000
Newsgroups perl.ponie.dev
Message-ID <[email protected]>
On Wed, Nov 03, 2004 at 07:05:13PM +0000, Nicholas Clark wrote:
> On Wed, Nov 03, 2004 at 06:34:39PM +0000, Nicholas Clark wrote:
> > Whilst this might seem an inappropriate place to mail this, I believe that
> > Tim Bunce is subscribed, so I'm going to fire away.
> > 
> > I can get segfaults in DBI from the regression tests for DBD-SQLite (0.31)
> 
> Er, oops. With Class-Persist 0.02 using DBD-SQLite and DBI 1.43
> on x86 Linux.
> 
> But I don't think that this affects my diagnosis of the cause; simply
> expresses the difficulty I have in reliably recreating this elsewhere.

I think this is fixed in DBI 1.44.

The Changes file has

  Fixed rare core dump during global destruction thanks to Mark Jason Dominus.

Tim.