- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problems debugging with aCC 3.39 and WDB/GDB 3.3
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
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
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
тАО08-29-2004 04:27 PM
тАО08-29-2004 04:27 PM
Problems debugging with aCC 3.39 and WDB/GDB 3.3
but fail with "out of memory" as below:
Statically link debug executable built with
Compiler: aCC: HP ANSI C++ B3910B A.03.39
Server: HP-UX sydhp01 B.11.11 U 9000/800 1179464675 unlimited-user license
aCC options: -Wl,+vshlibunsats
-AA -Wl,-B,immediate -Wl,+s -Wl,+vnocompatwarnings +DA2.0W
l
elaina@sydhp01:~/london/ngdfm>gdb64 bin/SvrDbm_P_64
HP gdb 3.3 for PA-RISC 2.0 (wide), HP-UX 11.00.
Copyright 1986 - 2001 Free Software Foundation, Inc.
Hewlett-Packard Wildebeest 3.3 (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: File not processed by pxdb--about to process now.
Out of memory.
Can anyone help, we have recently increased
maxdsiz and maxdsiz_64bit to link this code.
Thanks,
Dave Black
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-30-2004 04:01 AM
тАО08-30-2004 04:01 AM
Re: Problems debugging with aCC 3.39 and WDB/GDB 3.3
Check your swap space to make sure you have enough space there as well.
Keep in mind that for systems up to and including about 5 to 8 gig, that device swap space should be configured to at least 2 x RAM.
Best regards,
Kent M. Ostby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-01-2004 08:28 AM
тАО09-01-2004 08:28 AM
Re: Problems debugging with aCC 3.39 and WDB/GDB 3.3
(dbcmaxpct * phys Memory ) = dbcmax...
Also, since you bumped maxdsiz, did you by chance also bump maxtsiz and maxssiz? I have normally tuned them all in conjunction with each other.
Values are 3000Mb (3 Gb), 256Mb, and 80 Mb respectively for the 3 tunables.
Also, try static linking. (not sure how you are linking...)
good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-01-2004 08:30 AM
тАО09-01-2004 08:30 AM
Re: Problems debugging with aCC 3.39 and WDB/GDB 3.3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-01-2004 11:42 PM
тАО09-01-2004 11:42 PM
Re: Problems debugging with aCC 3.39 and WDB/GDB 3.3
--
ranga