You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Valter Mazzola <tx...@hotmail.com> on 2000/04/01 20:10:43 UTC

Segfault on DBI->Connect

i've a mod_perl script that connect to a mysql db, but sometimes it segfault 
on DBI->connect. i'm using Apache::Registry & Apache::DBI for persistend db 
connection, use strict and the script it's a package. i've read the docs but 
probably i'm missing something.
The persistent DBI connection is ok as i can see from DBI->trace(4)
in the error_log

thank you for your help in advance

valter mazzola, italy
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


Re: Segfault on DBI->Connect

Posted by Doug MacEachern <do...@covalent.net>.
On Sat, 1 Apr 2000, Valter Mazzola wrote:

> i've a mod_perl script that connect to a mysql db, but sometimes it segfault 
> on DBI->connect. i'm using Apache::Registry & Apache::DBI for persistend db 
> connection, use strict and the script it's a package. i've read the docs but 
> probably i'm missing something.

if you could provide info the SUPPORT doc asks for (including stacktrace),
that would help.