- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 11999 Memory fault(coredump)
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2009 11:10 PM
04-28-2009 11:10 PM
11999 Memory fault(coredump)
I am running apache web server. Using a script "stopapa" to stop the Apache service as below:
#!/bin/ksh
if [[ -z $SHLIB_PATH ]]
then
export SHLIB_PATH=/app/bin
else
export SHLIB_PATH=/app/bin:$SHLIB_PATH
fi
export SIEBEL_CODEPAGE=1252
/opt/hpws/apache/bin/apachectl stop
When this script is run, it stops the Apache web service but as well generate the following error:
/opt/hpws/apache/bin/apachectl[188]: 11999 Memory fault(coredump)
Any one please help to figure out and resolve the issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2009 12:52 AM
04-29-2009 12:52 AM
Re: 11999 Memory fault(coredump)
what's about some more hints?
For example: without script?
Can you stop it without coredump?
What hardware and os?
Which apache version?
Doing some search here:
http://www11.itrc.hp.com/service/james/home.do
... you'll find similar coredump threads:
http://www11.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&docId=emr_na-c00916774-5
http://www11.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&docId=emr_na-c00773927-2
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1005445
HTH
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2009 02:17 AM
04-29-2009 02:17 AM
Re: 11999 Memory fault(coredump)
As per your query
Machine : rp3440
OS HP-UX: 11.11
HP web server : 2.16
Apache server : 2.0.58
As mentioned in document (link 3 and 4) following patches are installed.
swlist result
PHSS_33946 1.0 HP aC++ -AA runtime libraries (aCC A.03.85)
PHSS_39077 1.0 ld(1) and linker tools cumulative patch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2009 03:40 AM
04-29-2009 03:40 AM
Re: 11999 Memory fault(coredump)
my question was: Can you use the command '/opt/hpws/apache/bin/apachectl stop' at shell with or without getting the error 'Memory fault'.
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2009 04:06 AM
04-29-2009 04:06 AM
Re: 11999 Memory fault(coredump)
My answer to this is no.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2009 05:10 AM
04-29-2009 05:10 AM
Re: 11999 Memory fault(coredump)
>My answer to this is no.
I assume that you always get a coredump.
Have you checked the thread I gave you?
Have you analysed the dump?
I can't really help you - it seems like apache has much problems with libraries.
Maybe you have to open a call at HP.
HTH
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2009 07:57 AM
04-29-2009 07:57 AM
Re: 11999 Memory fault(coredump)
Have you tried using gdb to analyze the core file to get a stack trace?