Operating System - Linux
1752505 Members
5383 Online
108788 Solutions
New Discussion юеВ

Re: Apache coredump on Stop

 
SOLVED
Go to solution
Chris J. Solarczyk
Occasional Advisor

Re: Apache coredump on Stop

I downloaded the source from apache.org for version 2.0.55 and compiled using gcc. Everything is working OK. I am able to start/stop the web server without a core dump. Not sure what's wrong with the packaged install from HP...
A. Clay Stephenson
Acclaimed Contributor

Re: Apache coredump on Stop

Well, if you are interested in finding the problem, you should be able to run the HP supplied version and allow it to crash and then use gdb to run a stack trace. You will at least know the function that triggered the crash and can look at that function very carefully for bugs in the source code for the "good" 2.0.55 version,
If it ain't broke, I can fix that.
Alex Glennie
Honored Contributor
Solution

Re: Apache coredump on Stop

Hi Chris I maybe off the mark here but PHSS_30969

s700_800 11.00 ld(1) and linker tools cumulative patch PHSS_32574


s700_800 11.X HP aC++ -AA runtime libraries (aCC A.03.61)

might have been worth installing along with installing the 2.14 Web server suite I think this may have been seen b4
Chris J. Solarczyk
Occasional Advisor

Re: Apache coredump on Stop

The problem was resolved by installing the following patches:

PHSS_33032 1.0 ld(1) and linker tools cumulative patch
PHSS_33262 1.0 HP aC++ -AA runtime libraries

Thanks to all that replied and offered their advice...
Chris J. Solarczyk
Occasional Advisor

Re: Apache coredump on Stop

Closing the thread...