HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Debugging with gdb in Tuxedo
Operating System - HP-UX
1832765
Members
3306
Online
110045
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
08-31-2004 02:16 PM
08-31-2004 02:16 PM
Debugging with gdb in Tuxedo
Hi, how would one of our developers debug a
Tuxedo server binary using gdb, does he call gdb in the BBL file and force reporting out to a file, he is trying to find a memory leak.
Is the Tuxedo start going to work.
Thanks for any help
Dave Black
Tuxedo server binary using gdb, does he call gdb in the BBL file and force reporting out to a file, he is trying to find a memory leak.
Is the Tuxedo start going to work.
Thanks for any help
Dave Black
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2004 04:58 PM
08-31-2004 04:58 PM
Re: Debugging with gdb in Tuxedo
IF any executable binary contains with debugging symbols then we can start to debug it out with gdb.
We can gdb for debugging memory leak(s).
Depends upon the platform on hp-ux (pa-risc / ipf) we have to link libraries to get memory leak details.
You can refer ,
http://devrsrc1.external.hp.com/devresource/Tools/wdb/doc/guide/gdb_15.html
for memory leak debugging.
You can transer the information of gdb to another file as,
#script filename
# gdb
gdb> ..
gdb> quit
# exit
Now all informations gdb will be in filename
else,
# gdb | tee filename
gdb> ..
gdb> quit
Now filename will contains the informations of gdb actions
Debugging is used to find the fault behaviour in the binary and analyse stack trace so that we can get good performing sources.
We can gdb for debugging memory leak(s).
Depends upon the platform on hp-ux (pa-risc / ipf) we have to link libraries to get memory leak details.
You can refer ,
http://devrsrc1.external.hp.com/devresource/Tools/wdb/doc/guide/gdb_15.html
for memory leak debugging.
You can transer the information of gdb to another file as,
#script filename
# gdb
gdb> ..
gdb> quit
# exit
Now all informations gdb will be in filename
else,
# gdb | tee filename
gdb> ..
gdb> quit
Now filename will contains the informations of gdb actions
Debugging is used to find the fault behaviour in the binary and analyse stack trace so that we can get good performing sources.
Easy to suggest when don't know about the problem!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2004 05:16 PM
08-31-2004 05:16 PM
Re: Debugging with gdb in Tuxedo
Hi Muthukumar, thanks but I think you misunderstood my question. Yes we can gdb any
debug compiled binary, but Tuxedo controls
the startup of this code along with other
partner server code. The question is can
we modify the Tuxedo startup to di as you state and output the memory leak report to a file when our testing has ended.
Thanks,
Dave Black
debug compiled binary, but Tuxedo controls
the startup of this code along with other
partner server code. The question is can
we modify the Tuxedo startup to di as you state and output the memory leak report to a file when our testing has ended.
Thanks,
Dave Black
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