On Wed, Aug 31, 2005 at 06:39:21PM +0100, Alan Burlison wrote:
> Anyone seen this?
> 
> ----------
> #!/usr/perl5/bin/perl
> use DBI;
> my $dbh = DBI->connect('dbi:Oracle:foo', 'bar', 'baz');
> $dbh->disconnect();
> ----------
> 
> Out of memory!
> Callback called exit.
> END failed--call queue aborted.
> 
> The environment is Solaris 11 on AMD64, using the latest Oracle 32-bit 
> instantclient and DBD::Oracle 1.16.  The script is barfing in 
> perl_destroy(), i.e. after the disconnect() statement.  Before I get the 
> rubber gloves out, has anyone seen anything similar?

Nope.

"Callback called exit" is very odd but may just be a symptom of Out of
memory ocuring during perl_destroy(). But then that, in itself, is odd.

You'll need the gloves on for this one...

Tim.

Reply via email to