Segmentation Fault (11)

My httpd child processes are segfaulting when I attempt to reach
http://noc.vianet.ca/rt2

My browser (Mozilla) opens a window saying “Document Contains No Data […]”

I’ve attached the output of an strace I ran on one of the child processes

Here’s my apache virthost config:

<VirtualHost *>
ServerAdmin noc@vianet.ca
DocumentRoot /export/webroot/www/noc.vianet.ca
ServerName noc.vianet.ca
AddHandler cgi-script .pl
AddHandler cgi-script .cgi
AddType application/x-httpd-php .php

Added by Chuck Oct20/02

PerlModule Apache::DBI
PerlFreshRestart On
<Directory /export/webroot/www/noc.vianet.ca>
Options -Indexes FollowSymLinks Includes ExecCGI
AllowOverride AuthConfig

Added by Chuck Oct20/02

<Directory /export/webroot/www/rt.vianet.ca>
Options -All
AllowOverride None

Alias /rt2/ /export/webroot/www/rt.vianet.ca/rt2/WebRT/html/
PerlRequire /export/webroot/www/rt.vianet.ca/rt2/bin/webmux.pl
<Location /rt2>
SetHandler perl-script
PerlHandler RT::Mason

<Location /admin/server-status>
SetHandler server-status

<Location /admin/server-info>
SetHandler server-info

<LocationMatch ^/?(index.cgi|/images/vianet.gif)?$>
Allow from ALL
Satisfy Any

ErrorLog /export/webroot/weblogs/noc.vianet.ca-error.log
CustomLog /export/webroot/weblogs/noc.vianet.ca-access.log combined

noc:/etc/httpd# uname -a
Linux noc 2.4.18 #4 Fri Jun 28 09:38:03 EDT 2002 i686 unknown
noc:/etc/httpd#

noc:/etc/httpd# dpkg -l perl* |grep ii
ii perl 5.6.1-7 Larry Wall’s Practical Extraction and
Report
ii perl-base 5.6.1-7 The Pathologically Eclectic Rubbish
Lister.
ii perl-doc 5.6.1-7 Perl documentation.
ii perl-modules 5.6.1-7 Core Perl modules.
noc:/etc/httpd#

any ideas?

Chuck Pitre
ViaNet Internet Solutions Inc.
Network Operations
(705) 675-0400 tel ex 231
(705) 675-0404 fax

strace.txt (4.47 KB)