Re: [Twisted-Python] Strategy for finding source of unhandled error in Deferred

2018-03-26 Thread Jean-Paul Calderone
On Mon, Mar 26, 2018 at 10:47 AM, Barry Scott wrote: > On Sunday, 18 March 2018 15:23:58 BST Jean-Paul Calderone wrote: > > > > Try this: > > > > from twisted.internet.defer import setDebugging > > setDebugging(True) > > > > This gives you creation and callback stacks in the logs. > > If

Re: [Twisted-Python] Strategy for finding source of unhandled error in Deferred

2018-03-26 Thread Barry Scott
On Sunday, 18 March 2018 15:23:58 BST Jean-Paul Calderone wrote: > On Sun, Mar 18, 2018 at 11:21 AM, Jean-Paul Calderone < > > exar...@twistedmatrix.com> wrote: > > On Sun, Mar 18, 2018 at 11:04 AM, Alex Railean wrote: > >> Hello, > >> > >> I have inherited a misbehaving system and am trying to

Re: [Twisted-Python] Strategy for finding source of unhandled error in Deferred

2018-03-18 Thread Jean-Paul Calderone
On Sun, Mar 18, 2018 at 11:21 AM, Jean-Paul Calderone < exar...@twistedmatrix.com> wrote: > On Sun, Mar 18, 2018 at 11:04 AM, Alex Railean wrote: > >> Hello, >> >> I have inherited a misbehaving system and am trying to troubleshoot it. >> The code >> is not documented and I cannot produce a minim

Re: [Twisted-Python] Strategy for finding source of unhandled error in Deferred

2018-03-18 Thread Jean-Paul Calderone
On Sun, Mar 18, 2018 at 11:04 AM, Alex Railean wrote: > Hello, > > I have inherited a misbehaving system and am trying to troubleshoot it. > The code > is not documented and I cannot produce a minimal working example that > illustrates > the problem yet, as I don't know which parts are involved a

[Twisted-Python] Strategy for finding source of unhandled error in Deferred

2018-03-18 Thread Alex Railean
Hello, I have inherited a misbehaving system and am trying to troubleshoot it. The code is not documented and I cannot produce a minimal working example that illustrates the problem yet, as I don't know which parts are involved and how they relate. The version of Twisted used is 16.1.1, running