Don't allow recursive doLog in synchronous signal handlers

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • 5.0.12, 6.1.0-rc0
    • Affects Version/s: 5.2.1
    • Component/s: None
    • None
    • Fully Compatible
    • ALL
    • v6.0, v5.0
    • Security 2022-05-02, Security 2022-05-16, Security 2022-05-30, Security 2022-06-13
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      Under some circumstances the logging could be invoked recursively. This could for example happen when a signal happens inside logger itself. This could cause infinite loop or a deadlock

      This ticket is to implement a simple check in logger for recursive invocation. If that happens, the log message must be echoed to stderr and not logged normally.

            Assignee:
            Gabriel Marks
            Reporter:
            Sergey Galtsev (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved: