Ansicht
Dokumentation

rdisp/avoidTraceInSigHandler - Avoid Kernel Tracing inside the signal handler

rdisp/avoidTraceInSigHandler - Avoid Kernel Tracing inside the signal handler

RFUMSV00 - Advance Return for Tax on Sales/Purchases   Fill RESBD Structure from EBP Component Structure  
This documentation is copyright by SAP AG.
SAP E-Book
------------------------------------------------------------------------
| Parameter : rdisp/avoidTraceInSigHandler |
------------------------------------------------------------------------
------------------------------------------------------------------------
| Short Description : Avoid kernel tracing inside the signal handler |
------------------------------------------------------------------------
------------------------------------------------------------------------
| Parameter description : |
| ----------------------- |
| |
| On some SAP platforms, C runtime functions, such as the memory |
| management, use locks to protect critical regions. If the execution |
| of a region of this type with a set lock is interrupted by a signal, |
| a blockade of the process can occur, if the same critical region is |
| to be executed during the signal handling. Therefore, only as much |
| as is absolutely necessary should be done within the signal |
| handling. |
| |
| Since the SAP kernel trace also calls memory management indirectly |
| through the file I/O functions of the C runtime, the writing of |
| traces during signal handling can also cause problems. For this |
| reason, the trace is not active by default during signal handling. |
| However, if you nevertheless require it for troubleshooting, you can |
| activate it using this parameter. |
------------------------------------------------------------------------
------------------------------------------------------------------------
| Work area: Dispatcher |
------------------------------------------------------------------------
------------------------------------------------------------------------
| Unit : Boolean value (on, off) |
------------------------------------------------------------------------
------------------------------------------------------------------------
| Default Value : on (that is, no trace during signal handling) |
------------------------------------------------------------------------
------------------------------------------------------------------------
| Who is permitted to make changes: SAP |
------------------------------------------------------------------------
------------------------------------------------------------------------
| Limitations for operating systems: None |
------------------------------------------------------------------------
------------------------------------------------------------------------
| Limitations for database systems: None |
------------------------------------------------------------------------
------------------------------------------------------------------------
| Other Parameters Affected or Dependent: |
------------------------------------------------------------------------
------------------------------------------------------------------------
| Valid Input, Formats, Areas: |
| on Trace is deactivated during signal handling |
| off Trace is allowed during signal handling |
------------------------------------------------------------------------

------------------------------------------------------------------------
| Short Description : Avoid Kernel Tracing inside the signal handler
------------------------------------------------------------------------

------------------------------------------------------------------------
| Applications Area : Dispatcher
------------------------------------------------------------------------

------------------------------------------------------------------------
| Parameter Type : S
------------------------------------------------------------------------

------------------------------------------------------------------------
| Changes allowed : W
------------------------------------------------------------------------

------------------------------------------------------------------------
| Valid for Operating System : *
------------------------------------------------------------------------

------------------------------------------------------------------------
| Dynamic switchable : X
------------------------------------------------------------------------

------------------------------------------------------------------------
| Same on all Servers :
------------------------------------------------------------------------


ABAP Short Reference   BAL Application Log Documentation  
This documentation is copyright by SAP AG.

Length: 5417 Date: 20240426 Time: 155321     sap01-206 ( 5 ms )