Uploaded image for project: 'logback'
  1. logback
  2. LOGBACK-1213

Thread freeze when logging from child process

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 1.1.7
    • logback-classic
    • None
    • Ubuntu 14.04 Linux 3.19.0-32-generic

    Description

      Code flow description

      • ParentProcess creates 1 ChildProcess
      • ChildProcess creates many threads. Each thread just print log only. ChildProcess 's main thread also print log.
      • Logging is output to File + Console
      • App freeze after some threads started (quantity randomly from 300 -> 600 ...)
        Please refer this repo: https://github.com/huymluu/logbackfreeze

      Note
      Issue not happen when:

      • Run directly ChildProcess (without ParentProcess)
      • Log to File only (no Console log)

      Attachments

        Activity

          People

            logback-dev Logback dev list
            huyluu Huy Luu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: