cancel
Showing results for 
Search instead for 
Did you mean: 

SYSTEM_CORE_DUMPED

Former Member
0 Kudos

Hi gurus,

I am facing lots of SYSTEM_CORE_DUMPED in my system. Below was extracted from the dump:

Error in the SAP kernel.

The current ABAP "????????????????????????????????????????" program had to be

terminated because the

ABAP processor detected an internal system error.

Last error logged in SAP kernel

Component............ "NI (network interface)"

Place................ "SAP-Dispatcher sapdpb6_PB6_06 on host am2hc109"

Version.............. 38

Error code........... "-2"

Error text........... "hostname '172.23.200.16' unknown"

Description.......... "NiPGetHostByAddr: address 172.23.200.16 not found"

System call.......... "gethostbyaddr"

Module............... "niuxi.c"

Line................. 1586

The error reported by the operating system is:

Error number..... " "

Error text....... " "

=> 64 bit R/3 Kernel

=> 64 bit AIX Kernel

=> Heap limit = unlimited

=> Stack limit = 4294967296

=> Core limit = 1073741312

=> File size limit = unlimited

=> Heap address = 0x0x1148743e0

=> Stack address = 0xffffffffffff350

=> Stack low = 0xfffffffffff96d0

=> Stack high = 0xffffffffffff730

=> Stack Trace:

#ThInit() at 0x1000ef3f4

#ThStart() at 0x10010428c

#DpMain() at 0x1015f9024

#nlsui_main() at 0x101aace38

=> CPU Registers:

msr = 0xa00000000000d0b2 iar = 0x00000001000ef3f4

ctr = 0x000000010014175c lr = 0x00000001000ef3ec

xer = 0x0000000000026088 cr = 0x0000000088444228

r00 = 0x0034003100300032 r01 = 0x0ffffffffffff350

r02 = 0x0000000110698e38 r03 = 0x000000011108bd68

r04 = 0x0000000000000004 r05 = 0x070000000012c220

r06 = 0x070000000012f1c4 r07 = 0x0000000112f4f598

r08 = 0x0000000000032848 r09 = 0x0000000000000000

r10 = 0x0000000000000000 r11 = 0x0000000000000000

r12 = 0x00000001000ef148 r13 = 0x0000000112f647b8

r14 = 0x0031003200360045 r15 = 0x0031003000300038

r16 = 0x0030003000300032 r17 = 0x0034003500330030

r18 = 0x0045003600440000 r19 = 0x0000000110033318

r20 = 0x000000011007c920 r21 = 0x0000000101b9bff0

r22 = 0x00000001100323e0 r23 = 0x00000001100323d8

r24 = 0x000000011000066c r25 = 0x000000011003a294

r26 = 0x0000000110038a38 r27 = 0x0000000000000000

r28 = 0x0000000110038a30 r29 = 0x0000000110038a34

r30 = 0x0000000101b8bff0 r31 = 0x000000011108bd68

Below was extracted from dev_disp:

Tue Aug 17 08:15:46 2010

DpHdlDeadWp: restart wp (pid=12710008) automatically

Tue Aug 17 08:16:06 2010

DpHdlDeadWp: restart wp (pid=12710008) automatically

Tue Aug 17 08:16:26 2010

DpHdlDeadWp: restart wp (pid=12710008) automatically

Tue Aug 17 08:16:41 2010

DpHdlDeadWp: restart wp (pid=1204360) automatically

Tue Aug 17 08:16:46 2010

DpHdlDeadWp: restart wp (pid=1204360) automatically

Tue Aug 17 08:17:06 2010

DpHdlDeadWp: restart wp (pid=1204360) automatically

Tue Aug 17 08:17:10 2010

DpHdlDeadWp: restart wp (pid=1204360) automatically

DpHdlDeadWp: restart wp (pid=12492810) automatically

Tue Aug 17 08:17:14 2010

DpHdlDeadWp: restart wp (pid=1204360) automatically

DpHdlDeadWp: restart wp (pid=643120) automatically

Tue Aug 17 08:17:26 2010

DpHdlDeadWp: restart wp (pid=1204360) automatically

Tue Aug 17 08:17:46 2010

DpHdlDeadWp: restart wp (pid=1204360) automatically

For the last 2 hours, there are 15 similar dump.

Kindly assists.

Regards,

Reggie

Accepted Solutions (0)

Answers (2)

Answers (2)

markus_doehr2
Active Contributor
0 Kudos

> Component............ "NI (network interface)"

> Place................ "SAP-Dispatcher sapdpb6_PB6_06 on host am2hc109"

> Version.............. 38

> Error code........... "-2"

> Error text........... "hostname '172.23.200.16' unknown"

> Description.......... "NiPGetHostByAddr: address 172.23.200.16 not found"

The system seems to coredump in the operating systems resolver library.

Make sure your DNS configuration is correct and that the given IP is resolvable.

Apart from that I'd check the "analysis" section of the dump, this contains the stack trace and may give a hint where the error is exactly occuring.

Coredumps are caused by program errors and can only be solved by binaries who have a fix for the problem so eventually you won't get around installing new patches.

Markus

blanca_serrano
Advisor
Advisor
0 Kudos

Hello Reggie,

Please upgrade your kenel patch level to the latest level according to note 19466.

I hope this helps you.

Regards,

Blanca

Former Member
0 Kudos

Hi Blanca,

Is there any other workaround rather than upgrading kernel patch level?

Reason is this is a production system and the issue needs to be solved asap...i.e first if there is workaround and next permanents solution by upgrading kernel

Regards,

Reggie