HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem linking librtc.sl, heap debugging library
Operating System - HP-UX
1833406
Members
2737
Online
110052
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
03-02-2007 03:58 AM
03-02-2007 03:58 AM
Problem linking librtc.sl, heap debugging library
Hi all,
I have an application that I suspect has a memory leak and wanted to do some heap debugging. I am using GDB, however I get the following error when I do "info leak" in GDB
'The heap debugging library (librtc.sl) is not linked in !'
I have linked in this library, but I'm not sure why I still see this error.
Any help, guidance is appreciated.
Thanks.
I have an application that I suspect has a memory leak and wanted to do some heap debugging. I am using GDB, however I get the following error when I do "info leak" in GDB
'The heap debugging library (librtc.sl) is not linked in !'
I have linked in this library, but I'm not sure why I still see this error.
Any help, guidance is appreciated.
Thanks.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2007 04:24 AM
03-02-2007 04:24 AM
Re: Problem linking librtc.sl, heap debugging library
Run ldd on your executable. That will tell you if the library was linked.
If it ain't broke, I can fix that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2007 02:27 PM
03-02-2007 02:27 PM
Re: Problem linking librtc.sl, heap debugging library
What version of gdb do you have?
The latest versions of gdb automatically arranges for librtc.sl to be linked into your application without you doing anything. Older versions required you to use LD_PRELOAD.
The latest versions of gdb automatically arranges for librtc.sl to be linked into your application without you doing anything. Older versions required you to use LD_PRELOAD.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP