cancel
Showing results for 
Search instead for 
Did you mean: 

SYSTEM_CORE_DUMPED

Former Member
0 Kudos

HI All

We are using SAP ECC600, DB MSSQL 2005 on windows platform(server2003). Yesterday we have updated Kernel 254 to 278, after this i getting ABAP dumps in

system. Error is following

Runtime Errors SYSTEM_CORE_DUMPED

Date and Time 15.06.2011 09:46:06

-

-


-

-


Short text

Process terminated by signal 0.

-

-


-

-


What happened?

Error in the SAP kernel.

The current ABAP "SAPMV130" program had to be terminated because the

ABAP processor detected an internal system error.

-

-


-

-


-

-


Last error logged in SAP kernel

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

Place................ "SAP-Server kudsprod_KUP_00 on host kudsprod (wp 1)"

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

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

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

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

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

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

Line................. 10852

The error reported by the operating system is:

Error number..... " "

Error text....... " "

|

-

-


Patch level. 278

Patch text.. " "

Database............. "MSSQL 7.00.699 or higher, MSSQL 8.00.194"

SAP database version. 700

Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2, Windows

NT 6.0, Windows NT 6.1"

Memory consumption

Roll.... 16192

EM...... 8379680

Heap.... 0

Page.... 32768

MM Used. 3455600

MM Free. 731616

-

-


-

-


User and Transaction

Client.............. 900

User................ "PURUSER"

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

Transaction......... "FV11 "

Transactions ID..... "1C0697E0FFACF199A0E3001A64257E7E"

Program............. "SAPMV130"

Screen.............. "SAPMV13A 1363"

Screen line......... 120

-

-


-

-


Information on where terminated

Termination occurred in the ABAP program "SAPMV130" - in "VAKE_VORHANDEN".

The main program was "SAPMV13A ".

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

of the (Include) program "MV130F0V".

-

-


-

-


Source Code Extract

-

-


Line

SourceCde

-

-


731

ENDIF.

732

  • Satz bereits vorhanden

733

*>>>> begin of deletion (note 326696) <<<<<

734

  • READ TABLE XVAKE WITH KEY TIME_VAKE_KEY.

735

*>>>> end of deletion (note 326696) <<<<<

736

*>>>> begin of insertion (note 326696) <<<<<

737

if used_by_retail eq yes and not ivake_tot[] is initial."Performance

738

read table ivake_tot with key time_vake_key

739

binary search

740

transporting tabix.

741

if sy-subrc eq 0.

742

read table xvake index ivake_tot-tabix.

743

endif.

744

else. "Orginal Code

745

READ TABLE XVAKE WITH KEY TIME_VAKE_KEY.

746

endif.

747

*>>>> end of insertion (note 326696) <<<<<

748

749

IF SY-SUBRC = 0.

750

XVAKE_TABIX = SY-TABIX.

751

  • Satz vorhanden => Ermitteln der Default-Werte

752

READ TABLE TEXT_DEFAULT INDEX XVAKE-TABIX3.

753

  • Setzen Kennzeichen für vorhandenen Satz

754

VAKE_VORHANDEN = YES.

755

756

  • Warnung: Satz bereits vorhanden

757

change_xkonh = yes.

758

IF SVAKE-TABIX NE XVAKE_TABIX AND

759

DELETE_INDICATOR = NO .

760

MESSAGE W104.

>>>>>

DELETE_INDICATOR = YES.

762

change_xkonh = no.

763

ENDIF.

764

ELSE.

765

READ TABLE IVAKE WITH KEY TIME_VAKE_KEY BINARY SEARCH.

766

  • Merken der Position

767

IVAKE_TABIX = SY-TABIX.

768

IVAKE_SUBRC = SY-SUBRC.

769

  • Setzen Kennzeichen für nicht vorhandenen Satz

770

VAKE_VORHANDEN = NO.

771

  • Sperren des Einzelsatzes

772

IF ( ABTYP_GENERAL = ABTYP-AGREEMENT OR

773

VARIABLE_SICHT_CALLED = YES ) AND

774

NOT ABTYP_GENERAL CA ABTYP-BONUS_ALL.

775

ENQ_INDEX_SINGLE = 99.

776

PERFORM SPERREN_SETZEN USING ENQ_INDEX_SINGLE NO NO ENQ_SUBRC.

777

IF ENQ_SUBRC <> 0.

778

MESSAGE E084 WITH SY-MSGV1.

779

ENDIF.

780

ELSEIF ABTYP_GENERAL CN ABTYP-BONUS.

-

-


-

-


No. Ty. Program Include Line

Name

-

-


2 FORM SAPMV130 MV130F0V 761

VAKE_VORHANDEN

1 MODULE (PAI) SAPMV13A MV130IVA 46

VAKE_VORHANDEN

-

-


Thanks

YogRaj

Accepted Solutions (1)

Accepted Solutions (1)

former_member185031
Active Contributor
0 Kudos

Have you checked the latest Kernel available on SMP. It might be possible that there is some bug on Kernel 278. I don't know exacty but i have seen some problem on this Kernel. Check if recent Patch is available then download and apply it. Open a support call to SAP also to confirm abot the same.

Regards,

Subhash

Former Member
0 Kudos

HI

Earlier when i have applied Kernel 254 that time same error i got. But that time this error comes under FIHEAD user.

For this reason being i have applied 278. and i will check this with sap.

Thanks

YogRaj

Former Member
0 Kudos

HI All

After upgraded Disp+... 304, problem is resolved.

Thanks

YogRaj

Answers (0)