- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Received signal 10, SIGBUS, in user mode, [SI...
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
07-13-2005 01:51 AM
07-13-2005 01:51 AM
Received signal 10, SIGBUS, in user mode, [SIG_DFL], partial siginfo
we have a HP-UX 11.00 server that was patch. Now I got a problem starting one application. I attached the output of tusc.
I cannot figure out why it's failing to start. I is core dumping :-(
Please some help needed.
Regards,
Rayen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 01:58 AM
07-13-2005 01:58 AM
Re: Received signal 10, SIGBUS, in user mode, [SIG_DFL], partial siginfo
try to provide more details but more than likely whatever patch(es) you put on the server did not jive well with some system resource this application was using. Try contacting the application vendor if there is one and get their opinion. This would be my best advice at the moment.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 01:59 AM
07-13-2005 01:59 AM
Re: Received signal 10, SIGBUS, in user mode, [SIG_DFL], partial siginfo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 02:06 AM
07-13-2005 02:06 AM
Re: Received signal 10, SIGBUS, in user mode, [SIG_DFL], partial siginfo
Rayen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 02:24 AM
07-13-2005 02:24 AM
Re: Received signal 10, SIGBUS, in user mode, [SIG_DFL], partial siginfo
A trace should be displayed immediately, 'bt' is the stack trace command; 'q' to quit. The bad news is if you have to ask how to trace, the trace will be rather meaningless to you. Moreover, the trace is much more meaningful if the code was compiled with -g to include the debugging information. In any event, the trace is what the software vendor will find most useful.