- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- wdb debugger
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-01-2006 04:04 AM
02-01-2006 04:04 AM
wdb debugger
we are using a hp ia64 integrity server rx 5670 running HP-UX B.11.22. Our compiler is HP F90 v2.6.6. the wdb-gui version is 5.1.1.
The problem: when debugging fortran code we can't access subroutines, only the main routine, even though they are properly included, linked and compiled. The error message is: '../Uld/service_mgr.c: No suc file or directory'
Is there any library missing or does any patch exist?
Thanks for your help in advance
Sönke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2006 04:39 AM
02-01-2006 04:39 AM
Re: wdb debugger
It seems that WDB is not able to find the source file "service_mgr.c" corresponding to the respective executable you are trying to debug.
Use WDB "dir" command to specify the path the source file, so WDB would know where it is.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2006 07:39 PM
02-01-2006 07:39 PM
Re: wdb debugger
I added all source file directories. The problem is I have neither a file 'service_mgr.c' nor a directory 'Uld'.
I tried different programms in different directories, all written in fortran and it is every time this c-file missing. Does it belong to wdb?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2006 07:44 PM
02-01-2006 07:44 PM
Re: wdb debugger
Recent version of wdb for IA64 is 5.2 for Integrity. You can download from,
http://h21007.www2.hp.com/dspp/files/unprotected/wdb/wdb-5.2-combo-11.23.depot.gz
If you still get errors with 5.2, you can contact HP support. It could be an undiscovered bug.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2006 07:57 PM
02-01-2006 07:57 PM
Re: wdb debugger
I feel it is a problem with wdb itself. Get new version or update or patches related to wdb. Is wdb working for c programs in mean time?
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2006 08:19 PM
02-01-2006 08:19 PM
Re: wdb debugger
11.22 is a fully supported HP-UX release Itanium only. 11i v1.6
This should not be a problem. Please check that wdb is supported on that platform.
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
02-14-2006 10:30 PM
02-14-2006 10:30 PM
Re: wdb debugger
a short update:
the wdb 5.2 version is not available for HP-UX 11.22 (11i V1.6) the depot-file cant be installed.
wdb 5.1.1 is ok for our platform.
I figured out, that the service_mgr.c is contained in uld.so library, so there is probably some kind of a link error.
Thanks to all for their answers
Sönke