-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Exceptions writing http to the client #4045
Comments
|
which version of twisted is that? |
|
Twisted is version 17.9.0 |
|
Sometimes I also see this: Dunno if it is related. |
|
I also regularly see similar exception in my logs: Buildbot 1.2.0, Twisted 18.4.0 |
|
Is this exception happening when doing reconfig or restart? |
|
I see it when just leaving the master running, and not doing anything I think of as special. I'm using DockerLatentWorker(build_wait_timeout=0) so there are workers attaching and detaching constantly. I also have builds that print a lot of output which I watch using the HTTP interface, and sometimes close browser tabs before the build being watched has finished. Some/all of these may be correlated with the exceptions, but it's hard to tell because I only notice the exceptions later when I don't have context for exactly what was happening then. I'm using Buildbot 1.2.0 and Twisted 18.4.0 too. |
|
Yeah, this happens regularly during normal usage. |
|
Same Here |
|
Same here, using those versions: The following traces are often visible in the log (when serving web pages I believe (not running builds)): and this one (always I believe) follows: |
|
I'm still testing my buildbot config, so there aren't many web browsers interacting with it. Because of that, I've noticed a definite correlation between when I close a buildbot tab or navigate to another buildbot page and these showing up. That means it might be relevant that I'm using Google Chrome 67.0.3396.79 (Official Build) (64-bit) on Debian Jessie. |
|
I see the same backtraces. buildbot 1.3.0 |
|
This is a bug in Twisted, reported here: https://twistedmatrix.com/trac/ticket/9410 |
|
Any update on that ? Same the same happens here, |
|
The twisted bug has been fixed. I've upgraded to buildbot 2.3.1 and twisted 19.2.1, and I'm still seeing these.. |
|
The twisted bug is fixed but the release containing it hasn't been finalized. Can you try with |
|
lets close as there has not been new report of this. there is still #4162 though |
I regularly get an exception in my logs where buildbot fails to write to the client. Here is an example:
In case you're interested, the config is at https://github.com/flathub/buildbot-config/blob/master/master.cfg but its kinda complicated.
The text was updated successfully, but these errors were encountered: