Errors after 3.2.1 upgrade - DBI Panic

Hi

RT is now working, but every so often we get an internal server error and the following logged:

[notice] child pid 11790 exit signal Segmentation Fault (11)
[notice] child pid 12534 exit signal Segmentation Fault (11)
[notice] child pid 12518 exit signal Segmentation Fault (11)
[error] panic: DBI active kids(7) > kids(2) at /usr/local/lib/perl5/site_perl/5.8.5/DBIx/SearchBuilder/Handle.pm line 410.

Any ideas what might be wrong.

This is running on Slackware 9 and Perl/Apache/modperl/RT are all built from source.

Cheers

Alex Harrington - IT Support, Longhill High School

t: 01273 304086 | e: alex@longhill.org.uk

As I understand you’ve rebuilt perl and include old lib pathes into new
build.
I suggest rebuild DBI and DBD driver that you use.

Alexander Harrington wrote:

As I understand you’ve rebuilt perl and include old lib pathes into new
build.
I suggest rebuild DBI and DBD driver that you use.

Doesn’t installing a new Perl install new DBI and DBD drivers?

Alex

As I understand you’ve rebuilt perl and include old lib pathes into new
build.
I suggest rebuild DBI and DBD driver that you use.

I’ve loaded CPAN and done install Bundle::DBI and install DBD:mysql

Seems better now.

Cheers

Alex