Victor Michael Blancas wrote:
> 
> I'm using Apache::Session::Postgres with Apache::ASP.
> I'm getting a Segmentation Fault whenever I do a $dbh->disconnect at the
> end of the script.  When I comment out the the $dbh->disconnect however, I
> don't get any errors.  Having a script without a $dbh->disconnect at the
> end is wrong isn't it.  Anyone encountered this before?
> 
> I just tested it as a simple perl script on the command line. I'm still
> getting a core dumped Segmentation Fault whenever I do a disconnect at the
> end of the script.

If you are using Apache::DBI, then dbh->disconnect should not
do anything, so this might get around the problem you are having?

-- Josh

_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks >> free web link monitoring   Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

Reply via email to