Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SYSTEM_CORE_DUMPED

Former Member
0 Likes
763

Hi guys,

i have a problem when i try execute program z, this when i see by transaction ST22, show the next:

exto breve

Process terminated by signal 10.

Qué ha sucedido?

Error in the SAP kernel.

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

ABAP processor detected an internal system error.

Qué puede hacer?

Note which actions and input led to the error.

For further help in handling the problem, contact your SAP administrator

.

You can use the ABAP dump analysis transaction ST22 to view and manage

termination messages, in particular for long term reference.

nál.errores

An R/3 System process was terminated by an operating system signal.

-

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 bondev_BOD_00 on host bondev (wp 1)"

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

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

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

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

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

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

Line................. 10688

The error reported by the operating system is:

Error number..... " "

Error text....... " "

this is implemented by the transaction ST22 and when I run my program Z this is the error:

the work process has been reactivated (mode cancelled)

and then I removed the principal.

can i help me?

4 REPLIES 4
Read only

Former Member
0 Likes
600

Hi Maria,

It does not seem to be an ABAP error, or best is you can debug the code(using F5) and see at which step the code is giving short dump. You will identify whether it is related to system hardware capabiltiy or an ABAP code issue.

Thanks,

Kartavya Kaushik.

Read only

Former Member
0 Likes
600

I did debug a program to Z I have on my screen module

asi:

Modulo init_alv OUTPUT.

PERFORM init_alv.

ENDMODULE. "Init_alv OUTPUT

when ending endmodule.

Z program sends this message: the work process has been reactivated (mode cancelled)

then who will solve this? The basis? because as you say does not seem to be ABAP ...

Thank you for your response

Read only

Former Member
0 Likes
600

Maria,

I haven't come across this kind of scenario before. But you can definitly contact BASIS for this. Seems basis issue to me.

Thanks,

Kartavya

Read only

Former Member
0 Likes
600

was a declaration of a variable...

the problem was solution