- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- ladebug heap exhausted
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
09-08-2005 08:46 AM
09-08-2005 08:46 AM
ladebug heap exhausted
Welcome to the Ladebug Debugger Version 69 (built May 4 2003 for Tru64 UNIX)
------------------
object file name: myexecutable
core file name: core.myexecutable
Reading symbolic information ...done
Core file produced from executable 'myexecutable'
ALLO 0x0..0xffffffff91304000 : mallocCnt = 3223013
Internal Error: out of memory
Heap exhausted with 47031456 bytes.
Is anybody familiar with this problem and do you know how to fix it? I notice that it is around 47 MB, which seems pretty small to run out of memory. Sizes of other files are:
myexecutable: 35 MB
corefile: 337 MB
shared libraries: 30 MB
When I don't have the shared libraries available, then it complains about that but does not run out of heap space.
--Travis Craig
P.S. Let me know if this thread belongs in a different topic area. This is my first post in the UNIX realm.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2005 04:04 PM
09-08-2005 04:04 PM
Re: ladebug heap exhausted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2005 08:49 AM
09-09-2005 08:49 AM
Re: ladebug heap exhausted
DBX Fault: Segmentation fault
It says the same thing in responsed to the "help where" command, so I think dbx is not working well.
I forgot to mention that ladebug does not run into problems when it is run on the same corefile on the machine where the problem occurred. My ladebug problems only happen when I copy the corefile, executable, and shared libraries to my own machine and run it on them there. On the machine where the problem occurred, the call stack of the thread that faulted has around 25 levels. On my machine, without the shared libraries there, it has around 6. Dbx showed 5 levels.
I ran dbx on the corefile produced when ladebug aborted, just to see what dbx looks like on a corefile that was locally produced. It showed 4 levels in the call stack. When I ran ladebug on its own corefile, I saw 31 levels in the call stack, so it appears that dbx and ladebug work differently anyway and I wonder how good a test it is to run dbx on my problematic corefile.
--Travis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2005 03:56 PM
09-11-2005 03:56 PM
Re: ladebug heap exhausted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2005 11:05 PM
09-12-2005 11:05 PM
Re: ladebug heap exhausted
Be sure you have copied the files properly (bin-mode) and heap memory is large enough for ladebug. dbx ist the primary tool for analyzing, ladebug need more resources due to additional functionality (ladebug is mostly used for program development, dbx for crashes).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 04:49 AM
09-28-2005 04:49 AM
Re: ladebug heap exhausted
If you need to increase hard-limits, you may need to increase them via sysconfigtab proc: sub-section and then reboot.
Thanks
Sri