[Twisted-Python] Process completion not detected on HP-UX (#608)

Jean-Paul Calderone exarkun at divmod.com
Mon Jul 31 16:36:30 EDT 2006


On Mon, 31 Jul 2006 15:58:40 -0400, Glenn Hochberg <gah at research.att.com> wrote:
>
>What approach would you recommend in troubleshooting the problem--is  there 
>built-in debugging that can be turned on that might give me  some more 
>detailed information, or do I need to start adding log or  print statements?
>
>Again, any help would be appreciated.
>

Run one of the unit tests which fails in debug mode.  For example,

  trial -b twisted.trial.test.test_process.ProcessTestCase.testProcess

If none of the existing unit tests fail, write a new one :)

Jean-Paul




More information about the Twisted-Python mailing list