Skip to content
Snippets Groups Projects
  1. Jul 28, 2021
    • Anton Georgiev's avatar
      Merge pull request #12842 from defnull/v2.3.x-release · 0b26e374
      Anton Georgiev authored
      fix(common-web): Sub-processes hang if output buffers fill up
      0b26e374
    • Marcel Hellkamp's avatar
      fix(common-web): Sub-processes hang if output buffers fill up · 500a1e6f
      Marcel Hellkamp authored
      ExternalProcessExecutor spawned sub-processes with stderr and
      stdout buffers, but did not read from those buffers. Sub-processes
      producing output sometimes would fill up these buffers and then hang
      until the timeout occurs and the process is killed.
      
      This fixes #12839 (PDF conversion hangs for 10 seconds per page)
      by properly discarding command output. The patch also deprecates an
      outdated and dangerous API and offers a safer alternative. Splitting
      command arguments based on whitespace may result in unwanted behavior
      if an argument (e.g. a filename) contains whitespace.
      500a1e6f
  2. Jul 26, 2021
  3. Jul 23, 2021
  4. Jul 19, 2021
  5. Jul 18, 2021
  6. Jul 16, 2021
  7. Jul 15, 2021
  8. Jul 14, 2021
  9. Jul 12, 2021
  10. Jul 09, 2021
  11. Jul 08, 2021
  12. Jul 07, 2021
  13. Jul 06, 2021
Loading