Skip to content

Instantly share code, notes, and snippets.

@tomprince
Created September 1, 2012 16:47
Show Gist options
  • Save tomprince/3580045 to your computer and use it in GitHub Desktop.
Save tomprince/3580045 to your computer and use it in GitHub Desktop.
Unhandled Error
Traceback (most recent call last):
File "/Users/cougar/dev/buildbot/lib/python2.7/site-packages/twisted/python/log.py", line 84, in callWithLogger
return callWithContext({"system": lp}, func, *args, **kw)
File "/Users/cougar/dev/buildbot/lib/python2.7/site-packages/twisted/python/log.py", line 69, in callWithContext
return context.call({ILogContext: newCtx}, func, *args, **kw)
File "/Users/cougar/dev/buildbot/lib/python2.7/site-packages/twisted/python/context.py", line 118, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/Users/cougar/dev/buildbot/lib/python2.7/site-packages/twisted/python/context.py", line 81, in callWithContext
return func(*args,**kw)
--- <exception caught here> ---
File "/Users/cougar/dev/buildbot/lib/python2.7/site-packages/twisted/internet/posixbase.py", line 631, in _doReadOrWrite
why = selectable.doWrite()
exceptions.AttributeError: '_SIGCHLDWaker' object has no attribute 'doWrite'
@mishrasonu03
Copy link

I am facing the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment