- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Help in analysis tusc output
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
10-06-2006 07:22 PM
10-06-2006 07:22 PM
Help in analysis tusc output
One of our application is creating core dump mentioned as SIGBUS error.I had taken tusc output thourgh PID.But not able to makeout anything thing.Need help to know that do we need to change some parameter on OS side or it is really application problem so that it can take up with application team.
It is telecom billing application running on 32 way superdome with os as hpux11iv1.
Find attached the tusc output.
Thanks in advance.
Jai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2006 05:54 AM
10-07-2006 05:54 AM
Re: Help in analysis tusc output
The application has an error concerning memory. It might involved shared memory.
Most likely you need to kick this problem back to the developers and ask them to look into how they are using memory.
It is possible you don't have enough shared memory allocated, however this looks like you need to see application code to be more specific.
Try and tell the developers exactly what you were doing when the fault occurred.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2006 11:50 AM
10-07-2006 11:50 AM
Re: Help in analysis tusc output
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2006 04:31 PM
10-07-2006 04:31 PM
Re: Help in analysis tusc output
Thanks for your input,we had run gdb on same.The output come out with as unknown bus error.The error is mentioned below
The gdb(debugger program) on this core file on one of our test systems and did a backtrace and it gave me the following information.
Detected 64-bit corefile.
Invoking /opt/langtools/bin/gdb64.
HP gdb 5.5.0 for PA-RISC 2.0 (wide), HP-UX 11.00
and target hppa2.0w-hp-hpux11.00.
Copyright 1986 - 2001 Free Software Foundation, Inc.
Hewlett-Packard Wildebeest 5.5.0 (based on GDB) is covered by the
GNU General Public License. Type "show copying" to see the conditions to
change it and/or distribute copies. Type "show warranty" for warranty/support.
warning: Unknown symbols for 'core'; use the 'symbol-file' command.
Core was generated by `bch'.
Program terminated with signal 10, Bus error.
BUS_UNKNOWN - Unknown Error
#0 0x40000000005b3df4 in
Cannot access memory at address 0x40000000005b3df4.
(gdb) symbol-file /ud00/work/bin/bch
Reading symbols from /ud00/work/bin/bch...warning: Load module /ud00/work/bin/bch has been stripped.
Debugging information is not available.
(no debugging symbols found)...done.
(gdb) bt
#0 0x40000000005b3df4 in
#1 0x40000000005aaa28 in
#2 0x4000000000608f48 in
#3 0x40000000006064b8 in
#4 0x400000000052a434 in
Error accessing memory address 0x0: Invalid argument.
(gdb) quit
So we can confirm to application team that it is related to appl. problem,need ur input.
Thanks in Advance.
Jai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2006 04:40 PM
10-07-2006 04:40 PM