RT 3.8.8 segfaults apache 2 on OpenSUSE 11.x

This is too weird.

At first I thought it was a bad upgrade from 3.6.3 but I installed again
on a blank system and Apache didn’t seem to start so I tried
httpd2-prefork -X to see what Apache was doing. nothing is dropped in
the error log and Apache just terminates with a segfault. Anyone have
any suggestions?

Bruce Ferrell

This is too weird.

At first I thought it was a bad upgrade from 3.6.3 but I installed again on
a blank system and Apache didn’t seem to start so I tried httpd2-prefork -X
to see what Apache was doing. nothing is dropped in the error log and
Apache just terminates with a segfault. Anyone have any suggestions?

You mean that incorporating RT configuration into Apache causes Apache to
segfault?? Does Apache start normally without RT configurations added?
Catch the segfault and see what is causing it?

gdb which httpd httpd.core
bt full

Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223


“If you have nothing good to say about someone, just shut up!.”
– Lucky Dube

Josh Narins
Director of Application Development
SeniorBridge
845 Third Ave
7th Floor
New York, NY 10022
Tel: (212) 994-6194
Mobile: (917) 488-6248
Fax: (212) 994-4260
jnarins@seniorbridge.com

SeniorBridge
Managing Complex Chronic Care
http://www.seniorbridge.com

SeniorBridge Statement of Confidentiality: The contents of this email message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. Any dissemination, distribution or copying of this email by an unintended or mistaken recipient is strictly prohibited. In said event, kindly reply to the sender and destroy all entries of this message and any attachments from your system. Thank you.-----Original Message-----

From: rt-users-bounces@lists.bestpractical.com [mailto:rt-users-
bounces@lists.bestpractical.com] On Behalf Of Bruce Ferrell
Sent: Tuesday, October 05, 2010 1:48 AM
To: rt-users@lists.bestpractical.com
Subject: [rt-users] RT 3.8.8 segfaults apache 2 on OpenSUSE 11.x

This is too weird.

At first I thought it was a bad upgrade from 3.6.3 but I installed
again
on a blank system and Apache didn’t seem to start so I tried
httpd2-prefork -X to see what Apache was doing. nothing is dropped in
the error log and Apache just terminates with a segfault. Anyone have
any suggestions?

Another way to go, rather than gdb, is strace.

strace httpd -X

will show you all the system calls httpd is making and may reveal
where it segfaults.