cancel
Showing results for 
Search instead for 
Did you mean: 

SYSTEM CORE DUMP

Former Member
0 Kudos

Hi Friends,

I have a program that generates a list.

on the list output we have a Button "Download to excel".

But when we use this to download the list as spreadsheet,

it throws error.

"SAP System Message:

Work process restarted; session terminated"

Please find the dump:

SYSTEM_CORE_DUMPED

The current ABAP "CL_ABAP_LIST_PARSER===========CP" program had to be

 terminated because the

ABAP processor detected an internal system error.

 Possible reasons for this are:

 1. Internal system error.

 2. Process was terminated externally (by the system administrator).

    -

 

 Last error logged in SAP kernel

 Component............ "Taskhandler"

 Place................ "SAP-Server bdln4970_F5A_01 on host bdln4970 (wp 33)"

 Version.............. 1

 Error code........... 11

 Error text........... "ThSigHandler: signal"

 Description.......... " "

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

 Module............... "thxxhead.c"

 Line................. 11608

 The error reported by the operating system is:

 Error number..... " "

 Error text....... " "

How to correct the error

    The R/3 System work directory (e.g. /usr/sap/c11/D00/work ) often

    contains a file called 'core'.

    Save this file under another name.

    If you cannot solve the problem yourself and want to send an error

    notification to SAP, include the following information:

    1. The description of the current problem (short dump)

       To save the description, choose "System->List->Save->Local File

    (Unconverted)".

    2. Corresponding system log

       Display the system log by calling transaction SM21.

       Restrict the time interval to 10 minutes before and five minutes

    after the short dump. Then choose "System->List->Save->Local File

    (Unconverted)".

    3. If the problem occurs in a problem of your own or a modified SAP

    program: The source code of the program

       In the editor, choose "Utilities->More

    Utilities->Upload/Download->Download".

    4. Details about the conditions under which the error occurred or which

    actions and input led to the error.

User and Transaction

    Client.............. 420

    User................ "BM9592"

    Language key........ "E"

    Transaction......... "ZEER "

    Transaction ID...... " "

    EPP Whole Context ID.... "78E7D16570701ED198A69985F8BA8176"

    EPP Connection ID....... 00000000000000000000000000000000

    EPP Caller Counter...... 0

    Program............. "CL_ABAP_LIST_PARSER===========CP"

    Screen.............. "SAPMSSY0 0120"

    Screen Line......... 8

    Debugger Active..... "none"

Information on where terminated

    Termination occurred in the ABAP program "CL_ABAP_LIST_PARSER===========CP" -

     in " ".

    The main program was "ZVXX0045 ".

    In the source code you have the termination point in line 3

    of the (Include) program "CL_ABAP_LIST_PARSER===========CM003".

Source Code Extract

Line  SourceCde

    1 method parse_list_structure by kernel module ab_parseliststructure fail.

    2

>>>>> endmethod.

Internal notes

    The termination was triggered in function "ab_CoreInfo"

    of the SAP kernel, in line 8781 of the module

     "//bas/720_REL/src/krn/runt/abrabax.c#10".

    The internal operation just processed is "METH".

    Internal mode was started at 20120227121929.

    Stack trace of 'core'.

This looks like a basis issue for me, but am not sure how to go about this.

As when I searched the forum, I see many issues like this with replies from Basis consultants.

Please help as its urgent.

Thanks in advance.

Manish

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Also when I try to download the list throung the menu

menu -> list ->save -> local file

it downloads the list.

Also, this issue is only happening in the Acceptance box and not in the quality box. There it is working fine.

former_member188883
Active Contributor
0 Kudos

Hi,

You need to first check whether SAP kernel patch level is same on Quality and Acceptance servers.

Secondly you may check whether following SAP notes are implemented on Quality and Acceptance servers.

Note 1290921 - Improvements to downloading lists

Note 1591576 - Area recognition during spreadsheet download

Regards,

Deepak Kori

Former Member
0 Kudos

Thanks Deepak,

Let me have a look, will confirm you of the same.

Should thse Notes be implemented in both Quality & Acceptance boxes?

Cause it is working fine in Quality, only giving the error in Acceptance.

As I an ABAP developer, so have not much idea of the basis issues.

Thanks,

Manish.

Former Member
0 Kudos

Hi Deepak,

I checked through SM51,

The Kernel patch for acceptance box is 720_REL whereas for the

quality box is 701_REL.

Could this be the reason?

If so, What's the fix.

Thanks again,

Manish.

Former Member
0 Kudos

Also the Kernel patch number is 102 in Acceptance & 128 in Quality.

former_member188883
Active Contributor
0 Kudos

Hi Manish,

Yes different kernel levels could be an issue. You may keep the kernel level in Acceptance same as Quality.

Regards,

Deepak Kori

Former Member
0 Kudos

Thanks a lot Deepak,

I have suggested the change to Basis.

Sould be done.

Thanks again.

Regards,

Manish.

Answers (0)