Notes.ini Entry



Name:

    DebugSigChild

Syntax

    DebugSigChild=0 / 1

Applies to:

    Servers

Add-on:


    First Release:


      Obsolete since:


        Category:

          Debug

        Default:

          None

        UI equivalent:

          None

        Description:

        Captures data on crashes related to signal handling and records which process exits with an abnormal status.

        This parameter is case sensitive because when calling OSGetEnvironmentInt() before memory/OS initialization is complete (at task startup), the INI parameter that is being looked up must be of the exact case as specified in the call to the function. So it treats "debugsigchild" not as a Notes.ini parameter but rather as an environment variable:

        DebugSigChild = (OSGetEnvironmentInt("DEBUGSIGCHILD")) ? TRUE : FALSE;

        So when you add the parameter to the Notes.ini, it must be in all block capitals.

        This issue was reported to Lotus software Quality Engineering. The above information applies only to Domino versions prior to 6.x. The routines that do Notes.ini lookups have been modified in Domino 6.x, so that all INI parameters should be case insensitive.