- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- apache error:"child pid ***** exit signal bus erro...
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
02-13-2008 12:12 AM
02-13-2008 12:12 AM
apache error:"child pid ***** exit signal bus error"
But my webserver is not stable,sometimes it submit sucess,sometimes it failed,I look for the error_log,found this:
-------------------------------
[Wed Feb 13 15:12:38 2008] [notice] child pid 568624367 exit signal unknown sign
al (number) (114)
-------------------------------
Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2008 09:30 AM
02-13-2008 09:30 AM
Re: apache error:"child pid ***** exit signal bus error"
* when servicing plain HTML
* when servicing JSP, Java (Tomcat)
* when servicing PHP or Perl
What does the server log tell you?
Willem
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2008 05:48 PM
02-13-2008 05:48 PM
Re: apache error:"child pid ***** exit signal bus error"
When servicing PHP,it happened!
server log? I don't know what do you mean,I had listed the server
error_log! What do you need any more?
Thanks for your reply!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2008 11:27 PM
02-13-2008 11:27 PM
Re: apache error:"child pid ***** exit signal bus error"
There are some issues with this software. I run into issues within the PHP module once in a while, that I cannot trace down:
%DEBUGBOOT-W-CHN, assign channel system service request failed
or
%SYSTEM-F-HPARITH, high performance arithmetic trap ...
Since the big part of it is a shared aimage (PHPSHR) built /NOTRACEBACK, so locating the error is virtually impossible. (The same applies to debugging PHP code) but I could track them down deep into the PHPSHR image, calling DECC_runtime routines...
I'm not using Apache so it might be that using Apache, you could get other messages.
One thing that could be the case: if the error code (114) is actually a VMS error code, it means:
%SYSTEM-E-DEVNOTMBX, device is not a mailbox
that may be related to the "debugboot' message I get (I could'nt track that message either).
I'm sorry I cannot help you further than to suggest you to log a call with HP (if you have a support contract).
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2008 12:10 AM
02-15-2008 12:10 AM
Re: apache error:"child pid ***** exit signal bus error"
http://groups.google.com.au/group/comp.os.vms/msg/a48e941bc5e2871c
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2008 07:39 PM
02-20-2008 07:39 PM
Re: apache error:"child pid ***** exit signal bus error"
I'll try another way~