Update:
After spending using strace on apache i keep seeing the following:

.
.
.
11845 stat64("/usr/local/share/perl/5.10.0/auto/DBI/DESTROY.al", 0xbff99e80)
= -1 ENOENT (No such file or directory)
11845 stat64("/usr/lib/perl5/auto/DBI/DESTROY.al", 0xbff99e80) = -1 ENOENT
(No such file or directory)
11845 stat64("/usr/share/perl5/auto/DBI/DESTROY.al", 0xbff99e80) = -1 ENOENT
(No such file or directory)
11845 stat64("/usr/lib/perl/5.10/auto/DBI/DESTROY.al", 0xbff99e80) = -1
ENOENT (No such file or directory)
11845 stat64("/usr/share/perl/5.10/auto/DBI/DESTROY.al", 0xbff99e80) = -1
ENOENT (No such file or directory)
11845 stat64("/usr/local/lib/site_perl/auto/DBI/DESTROY.al", 0xbff99e80) =
-1 ENOENT (No such file or directory)
11845 stat64("./auto/DBI/DESTROY.al", 0xbff99e80) = -1 ENOENT (No such file
or directory)
11845 stat64("/etc/apache2/auto/DBI/DESTROY.al", 0xbff99e80) = -1 ENOENT (No
such file or directory)
11845 munmap(0xb73c1000, 20664)         = 0
11845 munmap(0xb738d000, 45264)         = 0
11845 munmap(0xb73b9000, 28980)         = 0
11845 munmap(0xb7385000, 28936)         = 0

and it seems that it can not locate DESTROY.al which i think might be the
reason of the segemntation faults i keep getting from apache

Any ideas??

George

On Fri, Jan 16, 2009 at 12:00 PM, George Beitis <
george.bei...@googlemail.com> wrote:

> Hey guys,
> i was running RT fine for the last couple of days, and as i was about to
> create a ticket everything died.  Apache error logs
>  [notice] child pid 7384 exit signal Segmentation fault (11)
>
> I am running :
>  Apache/2.2.9 (Ubuntu) mod_perl/2.0.4 Perl/v5.10.0 configured
>
> with the latest versions of RT, RTIR, and RTFQ .
>
>
> As i said everything was fine, no updates or anything
>
> Any ideas on how to fix this? anyone with similar issues?
>
> George
>
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to