Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RecCeiver Service Unhandled Error #20

Open
dxmaxwell opened this issue Jan 6, 2017 · 3 comments
Open

RecCeiver Service Unhandled Error #20

dxmaxwell opened this issue Jan 6, 2017 · 3 comments
Labels

Comments

@dxmaxwell
Copy link
Contributor

The RecCeiver service crashes after a few days of continuous operation with the following exception:

2016-12-30 03:51:07-0500 [-] Unhandled Error
Traceback (most recent call last):
 File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line 392, in startReactor
   self.config, oldstdout, oldstderr, self.profiler, reactor)
 File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line 313, in runReactorWithLogging
   reactor.run()
 File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1192, in run
   self.mainLoop()
 File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1201, in mainLoop
   self.runUntilCurrent()
--- <exception caught here> ---
 File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 797, in runUntilCurrent
   f(*a, **kw)
 File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 382, in callback
   self._startRunCallbacks(result)
 File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 483, in _startRunCallbacks
   raise AlreadyCalledError
twisted.internet.defer.AlreadyCalledError: 

@dchabot @berryma4

@dxmaxwell dxmaxwell added the bug label Jan 6, 2017
@dchabot
Copy link
Contributor

dchabot commented Jan 6, 2017

@shroffk: can you run this with some debugging activated to get a more useful trace?

There are only a couple of places in the code base using Deferreds - shutdown (maybe a Processor threw an error?) and DB commits...

@shroffk
Copy link
Collaborator

shroffk commented Jan 13, 2017

I have not been able to reproduce the crash.
It at times takes days to get the crash...enabling the defaul debuggin produces a huge amount of logs, I will look into adding some smart filters and retry this.

@dchabot
Copy link
Contributor

dchabot commented Jan 13, 2017

If this error is due to a race condition, activating debugging may alter the timing, perhaps inadvertently hiding the problem(s).

Not sure what the remedy is for that...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants