- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- aCC core dump when linking libpthread
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
тАО11-15-2005 01:15 AM
тАО11-15-2005 01:15 AM
aCC core dump when linking libpthread
I am using aCC HP ANSI C++ B3910B A.03.37 on HP-UX B.11.00 U 9000/800 and am linking to libpthread library (indirectly as I am using Oracle libclntsh through ProC).
My program crashes on exit with the following stack trace:
#0 0xc035c884 in pthread_mutex_destroy+0x18 () from
/usr/lib/libpthread.1
#1 0xc0209558 in __thread_mutex_free+0x40 () from /usr/lib/libc.2
#2 0xc12393cc in _HPMutexWrapper::~_HPMutexWrapper+0x34 () from
/usr/lib/libstd_v2.2
#3 0x93a4 in
std::basic_string
unlink (this=0x6fff1234) at /opt/aCC/include_std/string:1002
#4 0xc1aa031c in
std::basic_string
lace+0xc94 () from
/export/home/petec/ict607/lib/HP-UX_11/ORA_920/libaarAppExit.sl
#5 0xc7d2a18c in aarTable_Create::columnClause (this=0x4015c9f0,
#aggretxform#478=@0x29)
at aarTable.cc:157
#6 0xc7d29d30 in aarTable_Create::build (this=0xc7d3575b) at
aarTable.cc:119
#7 0xc7d13844 in aarRestoreTable::build (this=0x2, Arg_File=0x6) at
aarRestore.cc:513
#8 0xc7d15520 in aarRestoreOrder::build (this=0x4012f020,
Arg_File=0x40203638)
at aarRestoreOrder.cc:83
#9 0xc7d0c33c in aarPhaseRestore::build (this=0xc7d3575b) at
aarPhase.cc:328
#10 0xc7d0d6d8 in aarProcess::performPhase (this=0x6fff0eb0) at aarProcess.cc:120
#11 0xc7d0e114 in aarRequest::performPhase (this=0x6fff0eb0) at aarRequest.cc:100
#12 0xdab4 in restore::doWork (this=0x6fff0d0c) at restore.cc:159
#13 0xa610 in main (argc=0, argv=0x0) at aarRestore.cc:214
What can be causing this error?
I would appreciate any help that you could provide.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-15-2005 01:26 AM
тАО11-15-2005 01:26 AM
Re: aCC core dump when linking libpthread
Otherwise does the code itself work on other machines?
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-15-2005 01:35 AM
тАО11-15-2005 01:35 AM
Re: aCC core dump when linking libpthread
PHCO_24723 (libc)
PHCO_23792 (libpthread)
PHSS_24303 (linker)
PHSS_26945 (aC++ runtime)
PHSS_25028 (libomp)
But will that causing be causing the problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-15-2005 04:07 PM
тАО11-15-2005 04:07 PM
Re: aCC core dump when linking libpthread
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-18-2005 12:00 AM
тАО11-18-2005 12:00 AM
Re: aCC core dump when linking libpthread
1. What are the compile and link options for building with aCC and with cc ?
2. How it can work with pure C compiler, it it has a C++ code?
Also, check the "-mt" option both in linkage and compiling (or, "-D_REENTRANT" on compiling and "-lpthread" as last library on linking).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-21-2005 09:00 PM
тАО11-21-2005 09:00 PM