HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problem read core on Itanium
Operating System - HP-UX
1838458
Members
3297
Online
110126
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
05-28-2009 06:36 AM
05-28-2009 06:36 AM
Problem read core on Itanium
Hi all,
I've a problem, when I try to read a core file on Itanium server the gdb can't found debug information and give the following error:
warning:
ERROR: Use the "objectdir" command to specify the search
path for objectfile libdeamons30.a(deamons.o).
If NOT specified will behave as a non -g compiled binary.
I compile with aCC and the -g option
someone can help me?
Thanks in advance
I've a problem, when I try to read a core file on Itanium server the gdb can't found debug information and give the following error:
warning:
ERROR: Use the "objectdir" command to specify the search
path for objectfile libdeamons30.a(deamons.o).
If NOT specified will behave as a non -g compiled binary.
I compile with aCC and the -g option
someone can help me?
Thanks in advance
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2009 07:38 AM
05-28-2009 07:38 AM
Re: Problem read core on Itanium
Shalom,
strings core_file
See if the file has normal data.
This points to a problem with SHLIB_PATH at compile time. How it compiled I don't know.
SEP
strings core_file
See if the file has normal data.
This points to a problem with SHLIB_PATH at compile time. How it compiled I don't know.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
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
05-28-2009 08:57 AM
05-28-2009 08:57 AM
Re: Problem read core on Itanium
the SHLIB_PATH on the compiler machine seem correct:
SHLIB_PATH=/opt/oracle/app/oracle/product/9.2.0/lib:/usr/lib:/usr/lib/hpux32:/usr/ccs/lib:/usr/ccs/lib/hpux32:
the core file too:
the stack is ok, debug info miss in local code or statically linked lib, shared lib non compare in the stack.
I try to re-compile all with -g1 option but the problem persist
SHLIB_PATH=/opt/oracle/app/oracle/product/9.2.0/lib:/usr/lib:/usr/lib/hpux32:/usr/ccs/lib:/usr/ccs/lib/hpux32:
the core file too:
the stack is ok, debug info miss in local code or statically linked lib, shared lib non compare in the stack.
I try to re-compile all with -g1 option but the problem persist
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2009 12:14 AM
05-29-2009 12:14 AM
Re: Problem read core on Itanium
The debug info is stored in the object files, unless you use +noobjdebug.
Have you moved your executable or archive libs to another system?
It said "objectfile libdeamons30.a(deamons.o)", so is the original libdeamons30.a present?
>I try to re-compile all with -g1 option
Why would that help? -g1 == -g. Perhaps you wanted -g0?
>SEP: This points to a problem with SHLIB_PATH at compile time.
Huh? This is related to finding object files with objectdir. This is a type of gdb "path" but has nothing to do with LD_LIBRARY_PATH, the industry standard
replacement for SHLIB_PATH.
Have you moved your executable or archive libs to another system?
It said "objectfile libdeamons30.a(deamons.o)", so is the original libdeamons30.a present?
>I try to re-compile all with -g1 option
Why would that help? -g1 == -g. Perhaps you wanted -g0?
>SEP: This points to a problem with SHLIB_PATH at compile time.
Huh? This is related to finding object files with objectdir. This is a type of gdb "path" but has nothing to do with LD_LIBRARY_PATH, the industry standard
replacement for SHLIB_PATH.
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