- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- coredump at pthread_exit
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
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
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-31-2010 06:21 AM
тАО08-31-2010 06:21 AM
I was getting coredump at pthread_exit. the following is the stack trace.
(gdb) thread 5
[Switching to thread 5 (system thread 1152548)]
#0 0x20000000614aa0f0:0 in real_free+0x7f0 () from /usr/lib/hpux32/libc.so.1
(gdb) bt
#0 0x20000000614aa0f0:0 in real_free+0x7f0 () from /usr/lib/hpux32/libc.so.1
#1 0x20000000614b6540:0 in free+0x180 () from /usr/lib/hpux32/libc.so.1
#2 0x2000000061388680:0 in __res_retrans_key_free+0xa0 ()
from /usr/lib/hpux32/libc.so.1
#3 0x20000000619b8be0:0 in __specific_data_thread_exit+0x4e0 ()
from /usr/lib/hpux32/libpthread.so.1
#4 0x20000000619dccb0:0 in pthread_exit+0x290 ()
from /usr/lib/hpux32/libpthread.so.1
#5 0x2000000061ace710:0 in PThread::Wrapper (ptrThis=0x4006a45c)
at /home03/users/pin102/testenv/exec/vpftst/G00R00C07/vpf/include/vpf_pthread.h:204
#6 0x20000000619da560:0 in __pthread_bound_body+0x190 ()
from /usr/lib/hpux32/libpthread.so.1
Can any one please tell me how to debug this further using gdb to know what its trying to free and failing?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-31-2010 08:44 AM
тАО08-31-2010 08:44 AM
Re: coredump at pthread_exit
set heap-check on
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-05-2010 11:23 PM
тАО09-05-2010 11:23 PM
Re: coredump at pthread_exit
Can you please let me know how to set heap corruption debug in gdb?
It would be great if you can send me some link for heap corruption debug in gdb.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-06-2010 10:47 AM
тАО09-06-2010 10:47 AM
SolutionThis is the basic command: set heap-check on
Download the latest wdb a and documentation at:
http://www.hp.com/go/wdb
Off of the documentation link are whitepapers:
Debugging dynamic memory usage errors using HP WDB
http://h21007.www2.hp.com/portal/download/files/unprot/devresource/Tools/wdb/doc/011310/memdebug-updated.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-07-2010 06:06 AM
тАО09-07-2010 06:06 AM