- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Unix Core dump files: Debugging
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
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
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
тАО12-04-2002 09:54 PM
тАО12-04-2002 09:54 PM
As I understand there are two popular tools for debugging the Unix core dump files - gdp & dbx. I am following questions:
(a) Is there any HP-UX proprietory debugging tool available?
(b) From where I can download these debuggers?
(c) Which one is the most efficient and debugs the best.
Regards,
Sanjay
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-04-2002 11:02 PM
тАО12-04-2002 11:02 PM
SolutionIt works well on Unix, and its easy to backtrace core files to pinpoint the cause of the error.
Or you can try wdb, which has some additional features over gdb and is supported by HP. http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,1672,00.html

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-05-2002 10:35 PM
тАО12-05-2002 10:35 PM
Re: Unix Core dump files: Debugging
# swinstall -s /opt/psoft/downloads/wdb-gui_1.4.01.depot \*
======= 12/06/02 14:21:28 SGP BEGIN swinstall SESSION
(non-interactive) (jobid=sgpux118-0315)
* Session started for user "root@sgpux118".
* Beginning Selection
* Target connection succeeded for "sgpux118:/".
ERROR: Could not apply the software selection "*" because there are
no product variations that are compatible with the destination
host(s).
* Software selection failed for
"sgpux118:/opt/psoft/downloads/wdb-gui_1.4.01.depot".
ERROR: No software has been selected.
ERROR: Cannot continue the "swinstall" task.
* Selection had errors.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-05-2002 10:37 PM
тАО12-05-2002 10:37 PM
Re: Unix Core dump files: Debugging
# swinstall -s /opt/psoft/downloads/wdb-gui_1.4.01.depot \*
======= 12/06/02 14:21:28 SGP BEGIN swinstall SESSION
(non-interactive) (jobid=sgpux118-0315)
* Session started for user "root@sgpux118".
* Beginning Selection
* Target connection succeeded for "sgpux118:/".
ERROR: Could not apply the software selection "*" because there are
no product variations that are compatible with the destination
host(s).
* Software selection failed for
"sgpux118:/opt/psoft/downloads/wdb-gui_1.4.01.depot".
ERROR: No software has been selected.
ERROR: Cannot continue the "swinstall" task.
* Selection had errors.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-06-2002 01:50 AM
тАО12-06-2002 01:50 AM
Re: Unix Core dump files: Debugging
I agree with Deepak, "Gdb" is one of the best debugger for Unix. The binary for gdb-5.2.1 only for HPUX-11.00 can be downloaded from:
http://hpux.connect.org.uk/hppd/hpux/Gnu/gdb-5.2.1
If you want the graphic version you should take the ddd program.
In regard to your above question you need to type:
swinstall -s /opt/psoft/downloads/wdb-gui_1.4.01.depot wdb
Thanks
__Mehdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-07-2002 03:19 AM
тАО12-07-2002 03:19 AM
Re: Unix Core dump files: Debugging
U might have downloaded an incompatible version and trying to install.(i.e you may be trying to install wdb for HP-UX 11.0 in HP-UX 10.20 box)
If U are still sure that U have the right version to install then, u may have to change some of the defaults to swinstall.
# swinstall /opt/psoft/downloads/wdb-gui_1.4.01.depot \* -x match_target=false
may be allow_incompatible=false
Check out the man page of swinstall and confirm both the above switches (match_target& allow_incompatible).
Sundar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-08-2002 03:12 PM
тАО12-08-2002 03:12 PM
Re: Unix Core dump files: Debugging
Yes, you all are right. Basically the diff. version of wdb was downloaded. When downloaded the correct version - wdbgui-3.1.1-11.00.depot (approx 10MB), it worked fine.
Thanks for your brilliant suggestions.
Cheers,
Sanjay