HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Segmentation fault
Operating System - Linux
1828220
Members
2123
Online
109975
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-15-2007 09:33 PM
05-15-2007 09:33 PM
Segmentation fault
I have found a segmentation error for a c++ application:
Program terminated with signal 11, Segmentation fault.
SEGV_MAPERR - Address not mapped to object
Error trying to get information about dynamic linker.
#0 0xc0000000000cc260 in ()
can anyone help me...
Thanks in advance.
Regards,
Subrat
Program terminated with signal 11, Segmentation fault.
SEGV_MAPERR - Address not mapped to object
Error trying to get information about dynamic linker.
#0 0xc0000000000cc260 in
can anyone help me...
Thanks in advance.
Regards,
Subrat
- Tags:
- SIGSEGV
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2007 12:10 AM
05-16-2007 12:10 AM
Re: Segmentation fault
What is the history here?
Is this a new program?
Home grown or 3rd party?
Did it ever work?
What changed?
If I had to investigate this problem for real, then I would start with analyzing the progam you are trying to run with 'ldd' and check the PATH, LD_LIBRARY_PATH and application environment variables.
Check the man pages for ldd and dld.sl
If that did not point me in the right direction, then I would run the program with trace, let the (reams of) output scroll by untill the problem happens. Then scroll back a screen or two looking for a failing (dlopen?) call.
Hope this helps some,
Hein van den Heuvel (at gmail dot com)
HvdH Performance Consulting
Is this a new program?
Home grown or 3rd party?
Did it ever work?
What changed?
If I had to investigate this problem for real, then I would start with analyzing the progam you are trying to run with 'ldd' and check the PATH, LD_LIBRARY_PATH and application environment variables.
Check the man pages for ldd and dld.sl
If that did not point me in the right direction, then I would run the program with trace, let the (reams of) output scroll by untill the problem happens. Then scroll back a screen or two looking for a failing (dlopen?) call.
Hope this helps some,
Hein van den Heuvel (at gmail dot com)
HvdH Performance Consulting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2007 02:51 PM
05-16-2007 02:51 PM
Re: Segmentation fault
What version of gdb do you have? The latest is 5.6.
Was the above output from a core file? If you have a corefile, you must debug it on the system it occurs, or use the packcore/unpackcore commands to move it to another system.
The address above looks like you are aborting in a readonly shared lib. Can you get a stack trace with "bt"?
Once you get that, you could compile with -g so you can query the local variables of the function in question.
Was the above output from a core file? If you have a corefile, you must debug it on the system it occurs, or use the packcore/unpackcore commands to move it to another system.
The address above looks like you are aborting in a readonly shared lib. Can you get a stack trace with "bt"?
Once you get that, you could compile with -g so you can query the local variables of the function in question.
- Tags:
- gdb
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
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP