- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Coredump generated
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
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
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
10-22-2010 11:23 PM
10-22-2010 11:23 PM
Coredump generated
Core dump generated. Please advice.
OS: HP-UX 11.31
Error are as below : --
Core was generated by `httpd'.
Program terminated with signal 11, Segmentation fault.
SEGV_MAPERR - Address not mapped to object
#0 0x4044cb0:0 in ap_set_string_slot (cmd=0x7ffff1c0,
struct_ptr=
1172 *(const char **)((char *)struct_ptr + offset) = arg;
(gdb) bt
#0 0x4044cb0:0 in ap_set_string_slot (cmd=0x7ffff1c0,
struct_ptr=
warning: Attempting to unwind past bad PC 0x4044cb0
#1 0x4047860:0 in invoke_cmd (cmd=
mconfig=0x40051d18, args=0x4008bb7a "") at config.c:692
#2 0x4048360:0 in ap_walk_config (current=0x4008bb50, parms=0x7ffff1c0,
section_vector=0x40051c08) at config.c:1060
#3 0x4048670:0 in ap_process_config_tree (s=0x40051628, conftree=0x40053270,
p=0x40037248, ptemp=0x40065528) at config.c:1643
#4 0x4053d60:0 in main (argc=1074156840, argv=0x40035228) at main.c:557
(gdb) set heap-check on
(gdb) info corruption
Internal error : RTC gdb_shlib_info_count missing !
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2010 01:58 AM
10-23-2010 01:58 AM
Re: Coredump generated
What version of gdb do you have?
What compiler version are you using?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2010 09:23 PM
10-24-2010 09:23 PM
Re: Coredump generated
Sorry for the delay.
I am trying to install Apache we server. SAP not recommended to used inbuilt HP-UX Apache version. Hence I download httpd-2.0.63.tar from apache.org.
After executing make and make install command I fire ./apacheclt stop command and error as below.
# ./apachectl start
/usr/lib/hpux32/dld.so: Unable to find library 'libgcc_s.so.0'.
./apachectl[80]: 7602 Killed
So make a soft link to /opt/hp-gcc-4.4.3/lib/libgcc_s.so.0 to and executed # ./apachectl stop
# ./apachectl[80]: 18874 Memory fault(coredump)
EVENT LOG.
IVMBASE sent Event Monitor notification information:
/system/kernel_parameters/history will meet notification criteria when it is >= 100.000000.
Its initial value is 0.000000.
gdb Version
HP gdb 6.1 for HP Itanium (32 or 64 bit) and target HP-UX 11iv2 and 11iv3
Regards
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2010 12:36 AM
10-25-2010 12:36 AM
Re: Coredump generated
Was your apache compiled with gcc 4.4.3?
Have you tried debugging httpd?
>set heap-check on
You need to do this before you start.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2010 02:09 AM
10-25-2010 02:09 AM
Re: Coredump generated
Only three change did in conf file
user name, user group and port # 1080.
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2010 02:12 AM
10-25-2010 02:12 AM
Re: Coredump generated
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2010 02:29 AM
10-25-2010 02:29 AM
Re: Coredump generated
Either struct_ptr or the sum is bad or misaligned.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2010 02:58 AM
10-25-2010 02:58 AM
Re: Coredump generated
Thanks.
Please advice what next? how i fix this isuue?
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2010 11:22 AM
10-25-2010 11:22 AM
Re: Coredump generated
You need to find the values of struct_ptr and offset. Try in gdb:
(gdb) info reg
(gdb) disas $pc-16*12 $pc+16*2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2010 09:22 PM
10-25-2010 09:22 PM
Re: Coredump generated
Please find the attached file.
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2010 11:57 AM
10-26-2010 11:57 AM
Re: Coredump generated
0x4044ca0:1
0x4044cb0:0
gr14: 0xc offset?
gr33: 0x40051d24
The value of r33 isn't swizzled properly. It appears the operands to the addp4 are reversed.
Try dropping the opt level for that one source file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2010 11:16 PM
10-28-2010 11:16 PM
Re: Coredump generated
Sorry for the delay.
Please describe the stapes to resolve the issue. how i drop the opt level.
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2010 04:43 AM
10-29-2010 04:43 AM
Re: Coredump generated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2010 09:02 PM
11-03-2010 09:02 PM
Re: Coredump generated
I tried gcc-4.4.3 and -O2 or -O3 and couldn't duplicate it.