1830944 Members
2187 Online
110017 Solutions
New Discussion

wdb debugger

 
Sönke Carstens
New Member

wdb debugger

hi,

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
6 REPLIES 6
Sameer_Nirmal
Honored Contributor

Re: wdb debugger

Hi,

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.

Sönke Carstens
New Member

Re: wdb debugger

Thanks for your prompt reply.
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?
Arunvijai_4
Honored Contributor

Re: wdb debugger

Hello,

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
"A ship in the harbor is safe, but that is not what ships are built for"
Muthukumar_5
Honored Contributor

Re: wdb debugger

11.22? I hope it is not supported presently? Why don't you choose to shift to 11.23 firstly. May be not needed to topic too ;)

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



Easy to suggest when don't know about the problem!
Steven E. Protter
Exalted Contributor

Re: wdb debugger

Shalom,

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
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Sönke Carstens
New Member

Re: wdb debugger

Hi,

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