link cutycapt bug report
authorChristian Weiske <cweiske@cweiske.de>
Mon, 11 Jul 2016 05:56:12 +0000 (07:56 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Mon, 11 Jul 2016 05:56:12 +0000 (07:56 +0200)
src/phancap/Adapter/Cutycapt.php

index a757b07929d1d3def39b5c9913146c141370a929..8d9693cbab028d8e9904d50a97617ea115551d44 100644 (file)
@@ -118,6 +118,7 @@ class Adapter_Cutycapt
         Executor::runForSomeTime($xvfbcmd . ' ' . $cmd, $maxWaitTime);
 
         //cutycapt does not report timeouts via exit status
+        // https://sourceforge.net/p/cutycapt/bugs/11/
         if (!file_exists($tmpPath)) {
             throw new \Exception('Error running cutycapt (wait timeout)', 1);
         }